public class BatchProductionInfo extends AbstractModel
Constructor and Description |
---|
BatchProductionInfo() |
BatchProductionInfo(BatchProductionInfo 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 |
---|---|
String |
getBatchProductionId()
Get 量产ID
|
Long |
getBurnMethod()
Get 烧录方式
|
Long |
getCreateTime()
Get 创建时间
|
String |
getProductId()
Get 产品ID
|
String |
getProductName()
Get 产品名称
|
void |
setBatchProductionId(String BatchProductionId)
Set 量产ID
|
void |
setBurnMethod(Long BurnMethod)
Set 烧录方式
|
void |
setCreateTime(Long CreateTime)
Set 创建时间
|
void |
setProductId(String ProductId)
Set 产品ID
|
void |
setProductName(String ProductName)
Set 产品名称
|
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 BatchProductionInfo()
public BatchProductionInfo(BatchProductionInfo source)
public String getBatchProductionId()
public void setBatchProductionId(String BatchProductionId)
BatchProductionId
- 量产IDpublic String getProductId()
public void setProductId(String ProductId)
ProductId
- 产品IDpublic Long getBurnMethod()
public void setBurnMethod(Long BurnMethod)
BurnMethod
- 烧录方式public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime
- 创建时间public String getProductName()
public void setProductName(String ProductName)
ProductName
- 产品名称Copyright © 2021. All rights reserved.