com.baidubce.services.iothisk.model
Class CreateRootCACertRequest.CertRequestInfo
java.lang.Object
com.baidubce.services.iothisk.model.CreateRootCACertRequest.CertRequestInfo
- Enclosing class:
- CreateRootCACertRequest
public static class CreateRootCACertRequest.CertRequestInfo
- extends Object
Represent the info for create root cert.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateRootCACertRequest.CertRequestInfo
public CreateRootCACertRequest.CertRequestInfo()
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)
Copyright © 2018. All rights reserved.