com.baidubce.services.iothisk.model
Class RenewSubCertRequest

java.lang.Object
  extended by com.baidubce.model.AbstractBceRequest
      extended by com.baidubce.services.iothisk.model.IotPkiManageRequest
          extended by com.baidubce.services.iothisk.model.RenewSubCertRequest

public class RenewSubCertRequest
extends IotPkiManageRequest

Represent the request for renew sub cert.


Constructor Summary
RenewSubCertRequest()
           
 
Method Summary
 String getCsr()
           
 int getDuration()
           
 List<String> getNewAddress()
           
 String getNewDeviceId()
           
 void setCsr(String csr)
           
 void setDuration(int duration)
           
 void setNewAddress(List<String> newAddress)
           
 void setNewDeviceId(String newDeviceId)
           
 RenewSubCertRequest withCsr(String csr)
           
 RenewSubCertRequest withDuration(int duration)
           
 RenewSubCertRequest withNewAddress(List<String> newAddress)
           
 RenewSubCertRequest withNewDeviceId(String newDeviceId)
           
 
Methods inherited from class com.baidubce.services.iothisk.model.IotPkiManageRequest
withRequestCredentials
 
Methods inherited from class com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RenewSubCertRequest

public RenewSubCertRequest()
Method Detail

getNewDeviceId

public String getNewDeviceId()

setNewDeviceId

public void setNewDeviceId(String newDeviceId)

withNewDeviceId

public RenewSubCertRequest withNewDeviceId(String newDeviceId)

getDuration

public int getDuration()

setDuration

public void setDuration(int duration)

withDuration

public RenewSubCertRequest withDuration(int duration)

getCsr

public String getCsr()

setCsr

public void setCsr(String csr)

withCsr

public RenewSubCertRequest withCsr(String csr)

getNewAddress

public List<String> getNewAddress()

setNewAddress

public void setNewAddress(List<String> newAddress)

withNewAddress

public RenewSubCertRequest withNewAddress(List<String> newAddress)


Copyright © 2018. All rights reserved.