public class ClientCert extends AbstractModel
Constructor and Description |
---|
ClientCert() |
Modifier and Type | Method and Description |
---|---|
String |
getCertificate()
Get Client Certificate
PEM format, requires Base64 encoding.
|
String |
getCertName()
Get Client certificate name
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getDeployTime()
Get Certificate issuance time
When this is used as an input parameter, it can be left blank.
|
String |
getExpireTime()
Get Certificate expiration time
When this is used as an input parameter, it can be left blank.
|
void |
setCertificate(String Certificate)
Set Client Certificate
PEM format, requires Base64 encoding.
|
void |
setCertName(String CertName)
Set Client certificate name
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setDeployTime(String DeployTime)
Set Certificate issuance time
When this is used as an input parameter, it can be left blank.
|
void |
setExpireTime(String ExpireTime)
Set Certificate expiration time
When this is used as an input parameter, it can be left blank.
|
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 String getCertificate()
public void setCertificate(String Certificate)
Certificate
- Client Certificate
PEM format, requires Base64 encoding.
Note: this field may return null, indicating that no valid values can be obtained.public String getCertName()
public void setCertName(String CertName)
CertName
- Client certificate name
Note: this field may return null, indicating that no valid values can be obtained.public String getExpireTime()
public void setExpireTime(String ExpireTime)
ExpireTime
- Certificate expiration time
When this is used as an input parameter, it can be left blank.
Note: this field may return null, indicating that no valid values can be obtained.public String getDeployTime()
public void setDeployTime(String DeployTime)
DeployTime
- Certificate issuance time
When this is used as an input parameter, it can be left blank.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2020. All rights reserved.