Class CreateBatchRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideo.v20201215.models.CreateBatchRequest
-
public class CreateBatchRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetDevNum()Get 批次创建的设备数量StringgetDevPre()Get 批次创建的设备前缀。不超过24个字符StringgetProductId()Get 产品IDvoidsetDevNum(Long DevNum)Set 批次创建的设备数量voidsetDevPre(String DevPre)Set 批次创建的设备前缀。不超过24个字符voidsetProductId(String ProductId)Set 产品IDvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateBatchRequest
public CreateBatchRequest()
-
CreateBatchRequest
public 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.
-
-
Method Detail
-
getProductId
public String getProductId()
Get 产品ID- Returns:
- ProductId 产品ID
-
setProductId
public void setProductId(String ProductId)
Set 产品ID- Parameters:
ProductId- 产品ID
-
getDevNum
public Long getDevNum()
Get 批次创建的设备数量- Returns:
- DevNum 批次创建的设备数量
-
setDevNum
public void setDevNum(Long DevNum)
Set 批次创建的设备数量- Parameters:
DevNum- 批次创建的设备数量
-
getDevPre
public String getDevPre()
Get 批次创建的设备前缀。不超过24个字符- Returns:
- DevPre 批次创建的设备前缀。不超过24个字符
-
setDevPre
public void setDevPre(String DevPre)
Set 批次创建的设备前缀。不超过24个字符- Parameters:
DevPre- 批次创建的设备前缀。不超过24个字符
-
-