public class DescribeBatchProductionResponse extends AbstractModel
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 |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
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 |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, 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 String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2023. All rights reserved.