com.baidubce.services.iothisk.model
Class GetRootCACertResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by com.baidubce.services.iothisk.model.IotPkiManageResponse
          extended by com.baidubce.services.iothisk.model.GetRootCACertResponse
All Implemented Interfaces:
Serializable

public class GetRootCACertResponse
extends IotPkiManageResponse

Represent the response of get root cert.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
GetRootCACertResponse()
           
 
Method Summary
 String getCrl()
           
 String getDownloadUrl()
           
 void setCrl(String crl)
           
 void setDownloadUrl(String downloadUrl)
           
 
Methods inherited from class com.baidubce.model.AbstractBceResponse
getMetadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetRootCACertResponse

public GetRootCACertResponse()
Method Detail

getCrl

public String getCrl()

setCrl

public void setCrl(String crl)

getDownloadUrl

public String getDownloadUrl()

setDownloadUrl

public void setDownloadUrl(String downloadUrl)


Copyright © 2018. All rights reserved.