public class BatchUserInfo extends AbstractModel
Constructor and Description |
---|
BatchUserInfo() |
BatchUserInfo(BatchUserInfo 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 |
getOriginId()
Get
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getSdkAppId()
Get The SDKAppID assigned by LCIC.
|
String |
getUserId()
Get
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setOriginId(String OriginId)
Set
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setSdkAppId(Long SdkAppId)
Set The SDKAppID assigned by LCIC.
|
void |
setUserId(String UserId)
Set
Note: This field may return null, indicating that no valid values can be obtained.
|
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 BatchUserInfo()
public BatchUserInfo(BatchUserInfo source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- The SDKAppID assigned by LCIC.public String getUserId()
public void setUserId(String UserId)
UserId
- Note: This field may return null, indicating that no valid values can be obtained.public String getOriginId()
public void setOriginId(String OriginId)
OriginId
- Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.