public class CreateBatchProductionRequest extends AbstractModel
Constructor and Description |
---|
CreateBatchProductionRequest() |
CreateBatchProductionRequest(CreateBatchProductionRequest 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 烧录方式,0为直接烧录,1为动态注册。
|
Long |
getGenerationMethod()
Get 生成方式,0为系统生成,1为文件上传。
|
Long |
getGenerationQRCode()
Get 是否生成二维码,0为不生成,1为生成。
|
String |
getProductId()
Get 产品ID
|
String |
getProjectId()
Get 项目ID
|
String |
getUploadUrl()
Get 文件上传URL,用于文件上传时填写。
|
void |
setBatchCnt(Long BatchCnt)
Set 量产数量,用于系统生成时填写。
|
void |
setBurnMethod(Long BurnMethod)
Set 烧录方式,0为直接烧录,1为动态注册。
|
void |
setGenerationMethod(Long GenerationMethod)
Set 生成方式,0为系统生成,1为文件上传。
|
void |
setGenerationQRCode(Long GenerationQRCode)
Set 是否生成二维码,0为不生成,1为生成。
|
void |
setProductId(String ProductId)
Set 产品ID
|
void |
setProjectId(String ProjectId)
Set 项目ID
|
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 CreateBatchProductionRequest()
public CreateBatchProductionRequest(CreateBatchProductionRequest source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- 项目IDpublic String getProductId()
public void setProductId(String ProductId)
ProductId
- 产品IDpublic Long getBurnMethod()
public void setBurnMethod(Long BurnMethod)
BurnMethod
- 烧录方式,0为直接烧录,1为动态注册。public Long getGenerationMethod()
public void setGenerationMethod(Long GenerationMethod)
GenerationMethod
- 生成方式,0为系统生成,1为文件上传。public String getUploadUrl()
public void setUploadUrl(String UploadUrl)
UploadUrl
- 文件上传URL,用于文件上传时填写。public Long getBatchCnt()
public void setBatchCnt(Long BatchCnt)
BatchCnt
- 量产数量,用于系统生成时填写。public Long getGenerationQRCode()
public void setGenerationQRCode(Long GenerationQRCode)
GenerationQRCode
- 是否生成二维码,0为不生成,1为生成。Copyright © 2022. All rights reserved.