com.baidubce.services.iothisk.model
Class GetBatchCreateStatusResponse

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

public class GetBatchCreateStatusResponse
extends IotPkiManageResponse

Represent the response of get batch create status.

See Also:
Serialized Form

Nested Class Summary
static class GetBatchCreateStatusResponse.DeviceIdAndCertId
           
 
Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
GetBatchCreateStatusResponse()
           
 
Method Summary
 int getCertCount()
           
 List<GetBatchCreateStatusResponse.DeviceIdAndCertId> getCertIds()
           
 String getDownloadUrl()
           
 int getFinishCount()
           
 JobStatus getJobStatus()
           
 String getMessage()
           
 boolean isPartialSucceed()
           
 boolean isSucceed()
           
 void setCertCount(int certCount)
           
 void setCertIds(List<GetBatchCreateStatusResponse.DeviceIdAndCertId> certIds)
           
 void setDownloadUrl(String downloadUrl)
           
 void setFinishCount(int finishCount)
           
 void setJobStatus(JobStatus jobStatus)
           
 void setMessage(String message)
           
 
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

GetBatchCreateStatusResponse

public GetBatchCreateStatusResponse()
Method Detail

isSucceed

public boolean isSucceed()

isPartialSucceed

public boolean isPartialSucceed()

getJobStatus

public JobStatus getJobStatus()

setJobStatus

public void setJobStatus(JobStatus jobStatus)

getMessage

public String getMessage()

setMessage

public void setMessage(String message)

getCertCount

public int getCertCount()

setCertCount

public void setCertCount(int certCount)

getFinishCount

public int getFinishCount()

setFinishCount

public void setFinishCount(int finishCount)

getCertIds

public List<GetBatchCreateStatusResponse.DeviceIdAndCertId> getCertIds()

setCertIds

public void setCertIds(List<GetBatchCreateStatusResponse.DeviceIdAndCertId> certIds)

getDownloadUrl

public String getDownloadUrl()

setDownloadUrl

public void setDownloadUrl(String downloadUrl)


Copyright © 2018. All rights reserved.