userId property
getter/setter pair
字段说明:用户 ID,必填项。它是本地用户的 userId
,作为用户名。
推荐取值:最多可包含 32 字节的字母(a–z 和 A–Z)、数字(0–9)、下划线和破折号。
Implementation
String userId;
字段说明:用户 ID,必填项。它是本地用户的 userId
,作为用户名。
推荐取值:最多可包含 32 字节的字母(a–z 和 A–Z)、数字(0–9)、下划线和破折号。
String userId;