com.baidubce.services.iothisk.model
Class RenewSubCertRequest
java.lang.Object
com.baidubce.model.AbstractBceRequest
com.baidubce.services.iothisk.model.IotPkiManageRequest
com.baidubce.services.iothisk.model.RenewSubCertRequest
public class RenewSubCertRequest
- extends IotPkiManageRequest
Represent the request for renew sub cert.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RenewSubCertRequest
public RenewSubCertRequest()
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.