Class CommonName
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tke.v20180525.models.CommonName
-
public class CommonName extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CommonName()CommonName(CommonName 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 StringgetCN()Get 子账户客户端证书中的CommonName字段StringgetSubaccountUin()Get 子账户UINvoidsetCN(String CN)Set 子账户客户端证书中的CommonName字段voidsetSubaccountUin(String SubaccountUin)Set 子账户UINvoidtoMap(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
-
CommonName
public CommonName()
-
CommonName
public CommonName(CommonName 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
-
getSubaccountUin
public String getSubaccountUin()
Get 子账户UIN- Returns:
- SubaccountUin 子账户UIN
-
setSubaccountUin
public void setSubaccountUin(String SubaccountUin)
Set 子账户UIN- Parameters:
SubaccountUin- 子账户UIN
-
getCN
public String getCN()
Get 子账户客户端证书中的CommonName字段- Returns:
- CN 子账户客户端证书中的CommonName字段
-
setCN
public void setCN(String CN)
Set 子账户客户端证书中的CommonName字段- Parameters:
CN- 子账户客户端证书中的CommonName字段
-
-