public class GetBatchCreateStatusResponse extends IotPkiManageResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
GetBatchCreateStatusResponse.DeviceIdAndCertId |
metadata| Constructor and Description |
|---|
GetBatchCreateStatusResponse() |
| Modifier and Type | Method and Description |
|---|---|
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) |
getMetadatapublic boolean isSucceed()
public boolean isPartialSucceed()
public JobStatus getJobStatus()
public void setJobStatus(JobStatus jobStatus)
public String getMessage()
public void setMessage(String message)
public int getCertCount()
public void setCertCount(int certCount)
public int getFinishCount()
public void setFinishCount(int finishCount)
public List<GetBatchCreateStatusResponse.DeviceIdAndCertId> getCertIds()
public void setCertIds(List<GetBatchCreateStatusResponse.DeviceIdAndCertId> certIds)
public String getDownloadUrl()
public void setDownloadUrl(String downloadUrl)
Copyright © 2022. All rights reserved.