类 CreateRootCACertRequest.CertRequestInfo
- java.lang.Object
-
- com.baidubce.services.iothisk.model.CreateRootCACertRequest.CertRequestInfo
-
public static class CreateRootCACertRequest.CertRequestInfo extends Object
Represent the info for create root cert.
-
-
构造器概要
构造器 构造器 说明 CertRequestInfo()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetCommonName()StringgetCountry()StringgetEmailAddress()StringgetOrganization()StringgetUnit()voidsetCommonName(String commonName)voidsetCountry(String country)voidsetEmailAddress(String emailAddress)voidsetOrganization(String organization)voidsetUnit(String unit)CreateRootCACertRequest.CertRequestInfowithCommonName(String commonName)CreateRootCACertRequest.CertRequestInfowithCountry(String country)CreateRootCACertRequest.CertRequestInfowithEmailAddress(String emailAddress)CreateRootCACertRequest.CertRequestInfowithOrganization(String organization)CreateRootCACertRequest.CertRequestInfowithUnit(String unit)
-
-
-
方法详细资料
-
getCountry
public String getCountry()
-
setCountry
public void setCountry(String country)
-
withCountry
public CreateRootCACertRequest.CertRequestInfo withCountry(String country)
-
getCommonName
public String getCommonName()
-
setCommonName
public void setCommonName(String commonName)
-
withCommonName
public CreateRootCACertRequest.CertRequestInfo withCommonName(String commonName)
-
getOrganization
public String getOrganization()
-
setOrganization
public void setOrganization(String organization)
-
withOrganization
public CreateRootCACertRequest.CertRequestInfo withOrganization(String organization)
-
getUnit
public String getUnit()
-
setUnit
public void setUnit(String unit)
-
withUnit
public CreateRootCACertRequest.CertRequestInfo withUnit(String unit)
-
getEmailAddress
public String getEmailAddress()
-
setEmailAddress
public void setEmailAddress(String emailAddress)
-
withEmailAddress
public CreateRootCACertRequest.CertRequestInfo withEmailAddress(String emailAddress)
-
-