com.baidubce.services.iothisk.model
Class BatchCreateClientCertResponse

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

public class BatchCreateClientCertResponse
extends IotPkiManageResponse

Represent the response of batch create client certs.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
BatchCreateClientCertResponse()
           
 
Method Summary
 String getJobId()
           
 void setJobId(String jobId)
           
 
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

BatchCreateClientCertResponse

public BatchCreateClientCertResponse()
Method Detail

getJobId

public String getJobId()

setJobId

public void setJobId(String jobId)


Copyright © 2018. All rights reserved.