public class ContractUserInfo extends AbstractModel
Constructor and Description |
---|
ContractUserInfo() |
ContractUserInfo(ContractUserInfo 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 |
getUserId()
Get 用户类型
|
String |
getUserType()
Get USER_ID: 用户ID
ANONYMOUS: 匿名类型用户ID
|
void |
setUserId(String UserId)
Set 用户类型
|
void |
setUserType(String UserType)
Set USER_ID: 用户ID
ANONYMOUS: 匿名类型用户ID
|
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 ContractUserInfo()
public ContractUserInfo(ContractUserInfo source)
public String getUserType()
public void setUserType(String UserType)
UserType
- USER_ID: 用户ID
ANONYMOUS: 匿名类型用户IDpublic String getUserId()
public void setUserId(String UserId)
UserId
- 用户类型Copyright © 2021. All rights reserved.