getUserId method

String getUserId()

获取userId的方法

Implementation

String getUserId() {
    return userId;
  }