Class ContractUserInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.ContractUserInfo
-
public class ContractUserInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetUserId()Get 用户类型StringgetUserType()Get USER_ID: 用户ID ANONYMOUS: 匿名类型用户IDvoidsetUserId(String UserId)Set 用户类型voidsetUserType(String UserType)Set USER_ID: 用户ID ANONYMOUS: 匿名类型用户IDvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ContractUserInfo
public ContractUserInfo()
-
ContractUserInfo
public 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.
-
-
Method Detail
-
getUserType
public String getUserType()
Get USER_ID: 用户ID ANONYMOUS: 匿名类型用户ID- Returns:
- UserType USER_ID: 用户ID ANONYMOUS: 匿名类型用户ID
-
setUserType
public void setUserType(String UserType)
Set USER_ID: 用户ID ANONYMOUS: 匿名类型用户ID- Parameters:
UserType- USER_ID: 用户ID ANONYMOUS: 匿名类型用户ID
-
getUserId
public String getUserId()
Get 用户类型- Returns:
- UserId 用户类型
-
setUserId
public void setUserId(String UserId)
Set 用户类型- Parameters:
UserId- 用户类型
-
-