public class ModifyCSRRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyCSRRequest() |
ModifyCSRRequest(ModifyCSRRequest 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 |
getCity()
Get The city.
|
String |
getCountry()
Get The country or region.
|
Long |
getCSRId()
Get The CSR ID.
|
String |
getDepartment()
Get The department.
|
String |
getDomain()
Get The domain.
|
String |
getEmail()
Get The email address.
|
String |
getEncryptAlgo()
Get The encryption algorithm.
|
Boolean |
getGenerate()
Get Whether to generate the CSR content.
|
String |
getKeyParameter()
Get The key pair parameter.
|
String |
getKeyPassword()
Get The password of the private key.
|
String |
getOrganization()
Get The organization name.
|
String |
getProvince()
Get The province.
|
String |
getRemark()
Get The remarks.
|
void |
setCity(String City)
Set The city.
|
void |
setCountry(String Country)
Set The country or region.
|
void |
setCSRId(Long CSRId)
Set The CSR ID.
|
void |
setDepartment(String Department)
Set The department.
|
void |
setDomain(String Domain)
Set The domain.
|
void |
setEmail(String Email)
Set The email address.
|
void |
setEncryptAlgo(String EncryptAlgo)
Set The encryption algorithm.
|
void |
setGenerate(Boolean Generate)
Set Whether to generate the CSR content.
|
void |
setKeyParameter(String KeyParameter)
Set The key pair parameter.
|
void |
setKeyPassword(String KeyPassword)
Set The password of the private key.
|
void |
setOrganization(String Organization)
Set The organization name.
|
void |
setProvince(String Province)
Set The province.
|
void |
setRemark(String Remark)
Set The remarks.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyCSRRequest()
public ModifyCSRRequest(ModifyCSRRequest source)
public Long getCSRId()
public void setCSRId(Long CSRId)
CSRId
- The CSR ID.public Boolean getGenerate()
public void setGenerate(Boolean Generate)
Generate
- Whether to generate the CSR content. Once the CSR content is generated, the CSR record cannot be modified.public String getDomain()
public void setDomain(String Domain)
Domain
- The domain.public String getOrganization()
public void setOrganization(String Organization)
Organization
- The organization name.public String getDepartment()
public void setDepartment(String Department)
Department
- The department.public String getEmail()
public void setEmail(String Email)
Email
- The email address.public String getProvince()
public void setProvince(String Province)
Province
- The province.public String getCity()
public void setCity(String City)
City
- The city.public String getCountry()
public void setCountry(String Country)
Country
- The country or region.public String getEncryptAlgo()
public void setEncryptAlgo(String EncryptAlgo)
EncryptAlgo
- The encryption algorithm. RSA and ECC are supported.public String getKeyParameter()
public void setKeyParameter(String KeyParameter)
KeyParameter
- The key pair parameter. For RSA, only the 2048-bit and 4096-bit key pairs are supported. For ECC, only prime256v1 is supported.public String getRemark()
public void setRemark(String Remark)
Remark
- The remarks.public String getKeyPassword()
public void setKeyPassword(String KeyPassword)
KeyPassword
- The password of the private key.Copyright © 2024. All rights reserved.