userId property

String userId
getter/setter pair

Field description: user ID, which is required. It is the userId of the local user in UTF-8 encoding and acts as the username. Recommended value: if the ID of a user in your account system is "mike", userId can be set to "mike".

Implementation

String  userId;