com.baidubce.services.iothisk.model
Class CreateRootCACertRequest.CertRequestInfo

java.lang.Object
  extended by com.baidubce.services.iothisk.model.CreateRootCACertRequest.CertRequestInfo
Enclosing class:
CreateRootCACertRequest

public static class CreateRootCACertRequest.CertRequestInfo
extends Object

Represent the info for create root cert.


Constructor Summary
CreateRootCACertRequest.CertRequestInfo()
           
 
Method Summary
 String getCommonName()
           
 String getCountry()
           
 String getEmailAddress()
           
 String getOrganization()
           
 String getUnit()
           
 void setCommonName(String commonName)
           
 void setCountry(String country)
           
 void setEmailAddress(String emailAddress)
           
 void setOrganization(String organization)
           
 void setUnit(String unit)
           
 CreateRootCACertRequest.CertRequestInfo withCommonName(String commonName)
           
 CreateRootCACertRequest.CertRequestInfo withCountry(String country)
           
 CreateRootCACertRequest.CertRequestInfo withEmailAddress(String emailAddress)
           
 CreateRootCACertRequest.CertRequestInfo withOrganization(String organization)
           
 CreateRootCACertRequest.CertRequestInfo withUnit(String unit)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateRootCACertRequest.CertRequestInfo

public CreateRootCACertRequest.CertRequestInfo()
Method Detail

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.