initUserId method

void initUserId(
  1. String userId
)

Implementation

void initUserId(String userId) {
  this.userId = userId;
}