public class DescribeBatchProductionResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeBatchProductionResponse() |
DescribeBatchProductionResponse(DescribeBatchProductionResponse source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getBatchCnt()
Get 量产数量。
|
Long |
getBurnMethod()
Get 烧录方式。
|
Long |
getCreateTime()
Get 创建时间。
|
String |
getDownloadUrl()
Get 下载URL。
|
Long |
getGenerationMethod()
Get 生成方式。
|
String |
getLastFailedReason()
Get 量产最后失败原因
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRequestId()
Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
Long |
getStatus()
Get 量产状态 0:任务创建,未量产;1:处理中;2:量产结束上传结果中;3:任务完成
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getSuccessCount()
Get 成功数
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getUploadUrl()
Get 上传URL。
|
void |
setBatchCnt(Long BatchCnt)
Set 量产数量。
|
void |
setBurnMethod(Long BurnMethod)
Set 烧录方式。
|
void |
setCreateTime(Long CreateTime)
Set 创建时间。
|
void |
setDownloadUrl(String DownloadUrl)
Set 下载URL。
|
void |
setGenerationMethod(Long GenerationMethod)
Set 生成方式。
|
void |
setLastFailedReason(String LastFailedReason)
Set 量产最后失败原因
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
void |
setStatus(Long Status)
Set 量产状态 0:任务创建,未量产;1:处理中;2:量产结束上传结果中;3:任务完成
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSuccessCount(Long SuccessCount)
Set 成功数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUploadUrl(String UploadUrl)
Set 上传URL。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeBatchProductionResponse()
public DescribeBatchProductionResponse(DescribeBatchProductionResponse source)
public Long getBatchCnt()
public void setBatchCnt(Long BatchCnt)
BatchCnt
- 量产数量。public Long getBurnMethod()
public void setBurnMethod(Long BurnMethod)
BurnMethod
- 烧录方式。public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime
- 创建时间。public String getDownloadUrl()
public void setDownloadUrl(String DownloadUrl)
DownloadUrl
- 下载URL。public Long getGenerationMethod()
public void setGenerationMethod(Long GenerationMethod)
GenerationMethod
- 生成方式。public String getUploadUrl()
public void setUploadUrl(String UploadUrl)
UploadUrl
- 上传URL。public Long getSuccessCount()
public void setSuccessCount(Long SuccessCount)
SuccessCount
- 成功数
注意:此字段可能返回 null,表示取不到有效值。public String getLastFailedReason()
public void setLastFailedReason(String LastFailedReason)
LastFailedReason
- 量产最后失败原因
注意:此字段可能返回 null,表示取不到有效值。public Long getStatus()
public void setStatus(Long Status)
Status
- 量产状态 0:任务创建,未量产;1:处理中;2:量产结束上传结果中;3:任务完成
注意:此字段可能返回 null,表示取不到有效值。public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2025. All rights reserved.