com.baidubce.services.iothisk.model
Class GetSubCertResponse

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

public class GetSubCertResponse
extends IotPkiManageResponse

Represent the response of get sub cert.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
GetSubCertResponse()
           
 
Method Summary
 String getDownloadUrl()
           
 String getGroupId()
           
 String getRootCertId()
           
 void setDownloadUrl(String downloadUrl)
           
 void setGroupId(String groupId)
           
 void setRootCertId(String rootCertId)
           
 
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

GetSubCertResponse

public GetSubCertResponse()
Method Detail

getRootCertId

public String getRootCertId()

setRootCertId

public void setRootCertId(String rootCertId)

getGroupId

public String getGroupId()

setGroupId

public void setGroupId(String groupId)

getDownloadUrl

public String getDownloadUrl()

setDownloadUrl

public void setDownloadUrl(String downloadUrl)


Copyright © 2018. All rights reserved.