public class UploadCertRequest extends AbstractModel
Constructor and Description |
---|
UploadCertRequest() |
UploadCertRequest(UploadCertRequest 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 |
getAlias()
Get 证书别名。
|
String |
getCert()
Get 证书内容。
|
String |
getCertType()
Get 证书类型,可选值:CA,SVR。
|
String |
getKey()
Get 私钥内容,证书类型为SVR时不需要传递。
|
void |
setAlias(String Alias)
Set 证书别名。
|
void |
setCert(String Cert)
Set 证书内容。
|
void |
setCertType(String CertType)
Set 证书类型,可选值:CA,SVR。
|
void |
setKey(String Key)
Set 私钥内容,证书类型为SVR时不需要传递。
|
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 UploadCertRequest()
public UploadCertRequest(UploadCertRequest source)
public String getCertType()
public void setCertType(String CertType)
CertType
- 证书类型,可选值:CA,SVR。public String getCert()
public void setCert(String Cert)
Cert
- 证书内容。public String getAlias()
public void setAlias(String Alias)
Alias
- 证书别名。public String getKey()
public void setKey(String Key)
Key
- 私钥内容,证书类型为SVR时不需要传递。Copyright © 2022. All rights reserved.