public class DescribeCSRResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeCSRResponse() |
DescribeCSRResponse(DescribeCSRResponse 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.
|
String |
getCreateTime()
Get The creation time.
|
String |
getCSR()
Get The CSR content.
|
String |
getDepartment()
Get The department.
|
String |
getDomain()
Get The domain.
|
String |
getEmail()
Get The email address.
|
String |
getEncryptAlgo()
Get The key algorithm.
|
Long |
getId()
Get The CSR ID.
|
String |
getKeyParameter()
Get The algorithm parameter.
|
String |
getKeyPassword()
Get The password of the private key.
|
String |
getOrganization()
Get The organization name.
|
String |
getOwnerUin()
Get The account.
|
String |
getPrivateKey()
Get The content of the private key.
|
String |
getProvince()
Get The province.
|
String |
getRemarks()
Get The remarks.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
Long |
getStatus()
Get The status.
|
void |
setCity(String City)
Set The city.
|
void |
setCountry(String Country)
Set The country or region.
|
void |
setCreateTime(String CreateTime)
Set The creation time.
|
void |
setCSR(String CSR)
Set The CSR content.
|
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 key algorithm.
|
void |
setId(Long Id)
Set The CSR ID.
|
void |
setKeyParameter(String KeyParameter)
Set The algorithm parameter.
|
void |
setKeyPassword(String KeyPassword)
Set The password of the private key.
|
void |
setOrganization(String Organization)
Set The organization name.
|
void |
setOwnerUin(String OwnerUin)
Set The account.
|
void |
setPrivateKey(String PrivateKey)
Set The content of the private key.
|
void |
setProvince(String Province)
Set The province.
|
void |
setRemarks(String Remarks)
Set The remarks.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setStatus(Long Status)
Set The status.
|
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 DescribeCSRResponse()
public DescribeCSRResponse(DescribeCSRResponse source)
public Long getId()
public void setId(Long Id)
Id
- The CSR ID.public String getOwnerUin()
public void setOwnerUin(String OwnerUin)
OwnerUin
- The account.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 key algorithm.public String getKeyParameter()
public void setKeyParameter(String KeyParameter)
KeyParameter
- The algorithm parameter.public String getRemarks()
public void setRemarks(String Remarks)
Remarks
- The remarks.public Long getStatus()
public void setStatus(Long Status)
Status
- The status.public String getKeyPassword()
public void setKeyPassword(String KeyPassword)
KeyPassword
- The password of the private key.
Note: This field may return null, indicating that no valid values can be obtained.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- The creation time.public String getCSR()
public void setCSR(String CSR)
CSR
- The CSR content.
Note: This field may return null, indicating that no valid values can be obtained.public String getPrivateKey()
public void setPrivateKey(String PrivateKey)
PrivateKey
- The content of the private key.
Note: This field may return null, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.