public class CreateBatchRequest extends AbstractModel
Constructor and Description |
---|
CreateBatchRequest() |
CreateBatchRequest(CreateBatchRequest 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 |
getDevNum()
Get 批次创建的设备数量
|
String |
getDevPre()
Get 批次创建的设备前缀。不超过24个字符
|
String |
getProductId()
Get 产品ID
|
void |
setDevNum(Long DevNum)
Set 批次创建的设备数量
|
void |
setDevPre(String DevPre)
Set 批次创建的设备前缀。不超过24个字符
|
void |
setProductId(String ProductId)
Set 产品ID
|
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 CreateBatchRequest()
public CreateBatchRequest(CreateBatchRequest source)
public String getProductId()
public void setProductId(String ProductId)
ProductId
- 产品IDpublic Long getDevNum()
public void setDevNum(Long DevNum)
DevNum
- 批次创建的设备数量public String getDevPre()
public void setDevPre(String DevPre)
DevPre
- 批次创建的设备前缀。不超过24个字符Copyright © 2022. All rights reserved.