public class BatchUserRequest extends AbstractModel
Constructor and Description |
---|
BatchUserRequest() |
BatchUserRequest(BatchUserRequest 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 |
getAvatar()
Get The user’s profile photo.
|
String |
getName()
Get The username.
|
String |
getOriginId()
Get The user’s ID in your system, which must be unique across the same application.
|
Long |
getSdkAppId()
Get The SDKAppID assigned by LCIC.
|
void |
setAvatar(String Avatar)
Set The user’s profile photo.
|
void |
setName(String Name)
Set The username.
|
void |
setOriginId(String OriginId)
Set The user’s ID in your system, which must be unique across the same application.
|
void |
setSdkAppId(Long SdkAppId)
Set The SDKAppID assigned by LCIC.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public BatchUserRequest()
public BatchUserRequest(BatchUserRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- The SDKAppID assigned by LCIC. Note: This field may return null, indicating that no valid values can be obtained.public String getName()
public void setName(String Name)
Name
- The username. Note: This field may return null, indicating that no valid values can be obtained.public String getOriginId()
public void setOriginId(String OriginId)
OriginId
- The user’s ID in your system, which must be unique across the same application. Note: This field may return null, indicating that no valid values can be obtained.public String getAvatar()
public void setAvatar(String Avatar)
Avatar
- The user’s profile photo. Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.