com.baidubce.services.iothisk.model
Class GetBatchCreateStatusResponse
java.lang.Object
com.baidubce.model.AbstractBceResponse
com.baidubce.services.iothisk.model.IotPkiManageResponse
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetBatchCreateStatusResponse
public GetBatchCreateStatusResponse()
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.