Class CreateMultiDeviceRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotcloud.v20180614.models.CreateMultiDeviceRequest
-
public class CreateMultiDeviceRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateMultiDeviceRequest()
CreateMultiDeviceRequest(CreateMultiDeviceRequest 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 String[]
getDeviceNames()
Get 批量创建的设备名数组,单次最多创建 100 个设备。命名规则:[a-zA-Z0-9:_-]{1,48}String
getProductId()
Get 产品 ID。创建产品时腾讯云为用户分配全局唯一的 IDvoid
setDeviceNames(String[] DeviceNames)
Set 批量创建的设备名数组,单次最多创建 100 个设备。命名规则:[a-zA-Z0-9:_-]{1,48}void
setProductId(String ProductId)
Set 产品 ID。创建产品时腾讯云为用户分配全局唯一的 IDvoid
toMap(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
-
CreateMultiDeviceRequest
public CreateMultiDeviceRequest()
-
CreateMultiDeviceRequest
public CreateMultiDeviceRequest(CreateMultiDeviceRequest 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。创建产品时腾讯云为用户分配全局唯一的 ID- Returns:
- ProductId 产品 ID。创建产品时腾讯云为用户分配全局唯一的 ID
-
setProductId
public void setProductId(String ProductId)
Set 产品 ID。创建产品时腾讯云为用户分配全局唯一的 ID- Parameters:
ProductId
- 产品 ID。创建产品时腾讯云为用户分配全局唯一的 ID
-
getDeviceNames
public String[] getDeviceNames()
Get 批量创建的设备名数组,单次最多创建 100 个设备。命名规则:[a-zA-Z0-9:_-]{1,48}- Returns:
- DeviceNames 批量创建的设备名数组,单次最多创建 100 个设备。命名规则:[a-zA-Z0-9:_-]{1,48}
-
setDeviceNames
public void setDeviceNames(String[] DeviceNames)
Set 批量创建的设备名数组,单次最多创建 100 个设备。命名规则:[a-zA-Z0-9:_-]{1,48}- Parameters:
DeviceNames
- 批量创建的设备名数组,单次最多创建 100 个设备。命名规则:[a-zA-Z0-9:_-]{1,48}
-
-