public class CSRItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
CSRItem() |
CSRItem(CSRItem 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 |
getDepartment()
Get The department.
|
String |
getDomain()
Get The domain.
|
String |
getEmail()
Get The email address.
|
String |
getEncryptAlgo()
Get The encryption algorithm.
|
Long |
getId()
Get The CSR ID.
|
String |
getKeyParameter()
Get The algorithm parameter.
|
String |
getOrganization()
Get The organization name.
|
String |
getOwnerUin()
Get The account.
|
String |
getProvince()
Get The province.
|
String |
getRemarks()
Get The remarks.
|
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 |
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 |
setId(Long Id)
Set The CSR ID.
|
void |
setKeyParameter(String KeyParameter)
Set The algorithm parameter.
|
void |
setOrganization(String Organization)
Set The organization name.
|
void |
setOwnerUin(String OwnerUin)
Set The account.
|
void |
setProvince(String Province)
Set The province.
|
void |
setRemarks(String Remarks)
Set The remarks.
|
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 CSRItem()
public CSRItem(CSRItem source)
public Long getId()
public void setId(Long Id)
Id
- The CSR ID.
Note: This field may return null, indicating that no valid values can be obtained.public String getOwnerUin()
public void setOwnerUin(String OwnerUin)
OwnerUin
- The account.
Note: This field may return null, indicating that no valid values can be obtained.public String getDomain()
public void setDomain(String Domain)
Domain
- The domain.
Note: This field may return null, indicating that no valid values can be obtained.public String getOrganization()
public void setOrganization(String Organization)
Organization
- The organization name.
Note: This field may return null, indicating that no valid values can be obtained.public String getDepartment()
public void setDepartment(String Department)
Department
- The department.
Note: This field may return null, indicating that no valid values can be obtained.public String getEmail()
public void setEmail(String Email)
Email
- The email address.
Note: This field may return null, indicating that no valid values can be obtained.public String getProvince()
public void setProvince(String Province)
Province
- The province.
Note: This field may return null, indicating that no valid values can be obtained.public String getCity()
public void setCity(String City)
City
- The city.
Note: This field may return null, indicating that no valid values can be obtained.public String getCountry()
public void setCountry(String Country)
Country
- The country or region.
Note: This field may return null, indicating that no valid values can be obtained.public String getRemarks()
public void setRemarks(String Remarks)
Remarks
- The remarks.
Note: This field may return null, indicating that no valid values can be obtained.public Long getStatus()
public void setStatus(Long Status)
Status
- The status.
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.
Note: u200dThis field may return `null`, indicating that no valid values can be obtained.public String getEncryptAlgo()
public void setEncryptAlgo(String EncryptAlgo)
EncryptAlgo
- The encryption algorithm.
Note: This field may return null, indicating that no valid values can be obtained.public String getKeyParameter()
public void setKeyParameter(String KeyParameter)
KeyParameter
- The algorithm parameter.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.