public class ListUsersInOrgNodeSearchCriteria extends AbstractModel
skipSign
Constructor and Description |
---|
ListUsersInOrgNodeSearchCriteria() |
ListUsersInOrgNodeSearchCriteria(ListUsersInOrgNodeSearchCriteria 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 |
getCreationTime()
Get User creation time in ISO 8601 format.
|
String |
getEmail()
Get User's email address.
|
String |
getKeyword()
Get Search by name.
|
String |
getLastUpdateTime()
Get Last update time of the user.
|
String |
getPhone()
Get User's mobile number.
|
String |
getStatus()
Get User status.
|
String |
getUserName()
Get Username, which can contain up to 64 characters.
|
void |
setCreationTime(String CreationTime)
Set User creation time in ISO 8601 format.
|
void |
setEmail(String Email)
Set User's email address.
|
void |
setKeyword(String Keyword)
Set Search by name.
|
void |
setLastUpdateTime(String LastUpdateTime)
Set Last update time of the user.
|
void |
setPhone(String Phone)
Set User's mobile number.
|
void |
setStatus(String Status)
Set User status.
|
void |
setUserName(String UserName)
Set Username, which can contain up to 64 characters.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ListUsersInOrgNodeSearchCriteria()
public ListUsersInOrgNodeSearchCriteria(ListUsersInOrgNodeSearchCriteria source)
public String getUserName()
public void setUserName(String UserName)
UserName
- Username, which can contain up to 64 characters.public String getPhone()
public void setPhone(String Phone)
Phone
- User's mobile number.public String getEmail()
public void setEmail(String Email)
Email
- User's email address.public String getStatus()
public void setStatus(String Status)
Status
- User status. Valid values: NORMAL: normal; FREEZE: frozen; LOCKED: locked; NOT_ENABLED: disabled.public String getCreationTime()
public void setCreationTime(String CreationTime)
CreationTime
- User creation time in ISO 8601 format.public String getLastUpdateTime()
public void setLastUpdateTime(String LastUpdateTime)
LastUpdateTime
- Last update time of the user.public String getKeyword()
public void setKeyword(String Keyword)
Keyword
- Search by name. The match criteria include username and user's mobile number.Copyright © 2023. All rights reserved.