public class CommonName extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getCN()
Get 子账户客户端证书中的CommonName字段
|
String |
getSubaccountUin()
Get 子账户UIN
|
void |
setCN(String CN)
Set 子账户客户端证书中的CommonName字段
|
void |
setSubaccountUin(String SubaccountUin)
Set 子账户UIN
|
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 CommonName()
public CommonName(CommonName source)
public String getSubaccountUin()
public void setSubaccountUin(String SubaccountUin)
SubaccountUin
- 子账户UINpublic String getCN()
public void setCN(String CN)
CN
- 子账户客户端证书中的CommonName字段Copyright © 2022. All rights reserved.