Class UpdateDevicesEnableStateRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotcloud.v20180614.models.UpdateDevicesEnableStateRequest
-
public class UpdateDevicesEnableStateRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UpdateDevicesEnableStateRequest()UpdateDevicesEnableStateRequest(UpdateDevicesEnableStateRequest 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 设备名称集合StringgetProductID()Get 设备所属产品idLonggetStatus()Get 要设置的设备状态,1为启用,0为禁用voidsetDeviceNames(String[] DeviceNames)Set 设备名称集合voidsetProductID(String ProductID)Set 设备所属产品idvoidsetStatus(Long Status)Set 要设置的设备状态,1为启用,0为禁用voidtoMap(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
-
UpdateDevicesEnableStateRequest
public UpdateDevicesEnableStateRequest()
-
UpdateDevicesEnableStateRequest
public UpdateDevicesEnableStateRequest(UpdateDevicesEnableStateRequest 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
-
getDeviceNames
public String[] getDeviceNames()
Get 设备名称集合- Returns:
- DeviceNames 设备名称集合
-
setDeviceNames
public void setDeviceNames(String[] DeviceNames)
Set 设备名称集合- Parameters:
DeviceNames- 设备名称集合
-
getStatus
public Long getStatus()
Get 要设置的设备状态,1为启用,0为禁用- Returns:
- Status 要设置的设备状态,1为启用,0为禁用
-
setStatus
public void setStatus(Long Status)
Set 要设置的设备状态,1为启用,0为禁用- Parameters:
Status- 要设置的设备状态,1为启用,0为禁用
-
-