public class UserIdAndUserName extends AbstractModel
header, skipSign
Constructor and Description |
---|
UserIdAndUserName() |
UserIdAndUserName(UserIdAndUserName source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getAppId()
Get 1
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getAppUserAliasName()
Get 1
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getAppUserId()
Get 1
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getAppUserName()
Get 1
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getAreaCode()
Get Telephone country code.
|
String |
getCorpId()
Get Enterprise ID.
|
String |
getCreatedAt()
Get Creation time.
|
String |
getCreatedUser()
Get Creator.
|
String |
getEmail()
Get Email.
|
Long |
getEmailActivationStatus()
Get -1: No activation required.
|
Long |
getFirstModify()
Get Whether to change the password during the first-time login.
|
String |
getGlobalUserCode()
Get Global role code.
|
String |
getGlobalUserName()
Get Global role.
|
Long |
getId()
Get 1
Note: This field may return null, indicating that no valid values can be obtained.
|
Boolean |
getInValidateAppRange()
Get 1
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getLastLogin()
Get Last login time.
|
String |
getMobile()
Get Mobile number.
|
String |
getPhoneNumber()
Get Mobile number.
|
Long |
getStatus()
Get Enabled/Disabled status.
|
String |
getUpdatedAt()
Get Change time.
|
String |
getUpdatedUser()
Get Modifier.
|
String |
getUserId()
Get User ID.
|
String |
getUserName()
Get Username.
|
void |
setAppId(String AppId)
Set 1
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setAppUserAliasName(String AppUserAliasName)
Set 1
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setAppUserId(String AppUserId)
Set 1
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setAppUserName(String AppUserName)
Set 1
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setAreaCode(String AreaCode)
Set Telephone country code.
|
void |
setCorpId(String CorpId)
Set Enterprise ID.
|
void |
setCreatedAt(String CreatedAt)
Set Creation time.
|
void |
setCreatedUser(String CreatedUser)
Set Creator.
|
void |
setEmail(String Email)
Set Email.
|
void |
setEmailActivationStatus(Long EmailActivationStatus)
Set -1: No activation required.
|
void |
setFirstModify(Long FirstModify)
Set Whether to change the password during the first-time login.
|
void |
setGlobalUserCode(String GlobalUserCode)
Set Global role code.
|
void |
setGlobalUserName(String GlobalUserName)
Set Global role.
|
void |
setId(Long Id)
Set 1
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setInValidateAppRange(Boolean InValidateAppRange)
Set 1
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setLastLogin(String LastLogin)
Set Last login time.
|
void |
setMobile(String Mobile)
Set Mobile number.
|
void |
setPhoneNumber(String PhoneNumber)
Set Mobile number.
|
void |
setStatus(Long Status)
Set Enabled/Disabled status.
|
void |
setUpdatedAt(String UpdatedAt)
Set Change time.
|
void |
setUpdatedUser(String UpdatedUser)
Set Modifier.
|
void |
setUserId(String UserId)
Set User ID.
|
void |
setUserName(String UserName)
Set Username.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public UserIdAndUserName()
public UserIdAndUserName(UserIdAndUserName source)
public String getUserId()
public void setUserId(String UserId)
UserId
- User ID.public String getUserName()
public void setUserName(String UserName)
UserName
- Username.public String getCorpId()
public void setCorpId(String CorpId)
CorpId
- Enterprise ID.
Note: This field may return null, indicating that no valid values can be obtained.public String getEmail()
public void setEmail(String Email)
Email
- Email.
Note: This field may return null, indicating that no valid values can be obtained.public String getLastLogin()
public void setLastLogin(String LastLogin)
LastLogin
- Last login time.
Note: This field may return null, indicating that no valid values can be obtained.public Long getStatus()
public void setStatus(Long Status)
Status
- Enabled/Disabled status.
Note: This field may return null, indicating that no valid values can be obtained.public Long getFirstModify()
public void setFirstModify(Long FirstModify)
FirstModify
- Whether to change the password during the first-time login.
Note: This field may return null, indicating that no valid values can be obtained.public String getPhoneNumber()
public void setPhoneNumber(String PhoneNumber)
PhoneNumber
- Mobile number.
Note: This field may return null, indicating that no valid values can be obtained.public String getAreaCode()
public void setAreaCode(String AreaCode)
AreaCode
- Telephone country code.
Note: This field may return null, indicating that no valid values can be obtained.public String getCreatedUser()
public void setCreatedUser(String CreatedUser)
CreatedUser
- Creator.
Note: This field may return null, indicating that no valid values can be obtained.public String getCreatedAt()
public void setCreatedAt(String CreatedAt)
CreatedAt
- Creation time.
Note: This field may return null, indicating that no valid values can be obtained.public String getUpdatedUser()
public void setUpdatedUser(String UpdatedUser)
UpdatedUser
- Modifier.
Note: This field may return null, indicating that no valid values can be obtained.public String getUpdatedAt()
public void setUpdatedAt(String UpdatedAt)
UpdatedAt
- Change time.
Note: This field may return null, indicating that no valid values can be obtained.public String getGlobalUserName()
public void setGlobalUserName(String GlobalUserName)
GlobalUserName
- Global role.
Note: This field may return null, indicating that no valid values can be obtained.public String getGlobalUserCode()
public void setGlobalUserCode(String GlobalUserCode)
GlobalUserCode
- Global role code.
Note: This field may return null, indicating that no valid values can be obtained.public String getMobile()
public void setMobile(String Mobile)
Mobile
- Mobile number.
Note: This field may return null, indicating that no valid values can be obtained.public String getAppId()
public void setAppId(String AppId)
AppId
- 1
Note: This field may return null, indicating that no valid values can be obtained.public String getAppUserId()
public void setAppUserId(String AppUserId)
AppUserId
- 1
Note: This field may return null, indicating that no valid values can be obtained.public String getAppUserAliasName()
public void setAppUserAliasName(String AppUserAliasName)
AppUserAliasName
- 1
Note: This field may return null, indicating that no valid values can be obtained.public String getAppUserName()
public void setAppUserName(String AppUserName)
AppUserName
- 1
Note: This field may return null, indicating that no valid values can be obtained.public Boolean getInValidateAppRange()
public void setInValidateAppRange(Boolean InValidateAppRange)
InValidateAppRange
- 1
Note: This field may return null, indicating that no valid values can be obtained.public Long getEmailActivationStatus()
public void setEmailActivationStatus(Long EmailActivationStatus)
EmailActivationStatus
- -1: No activation required. 0: Inactivated. 1: Activated. Null value represents pending binding.
Note: This field may return null, indicating that no valid values can be obtained.public Long getId()
public void setId(Long Id)
Id
- 1
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.