Class ModifyDeviceRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideo.v20211125.models.ModifyDeviceRequest
-
public class ModifyDeviceRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyDeviceRequest()ModifyDeviceRequest(ModifyDeviceRequest 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 StringgetDeviceName()Get 设备名称LonggetEnableState()Get 要设置的设备状态,1为启用,0为禁用StringgetProductId()Get 设备所属产品idvoidsetDeviceName(String DeviceName)Set 设备名称voidsetEnableState(Long EnableState)Set 要设置的设备状态,1为启用,0为禁用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
-
ModifyDeviceRequest
public ModifyDeviceRequest()
-
ModifyDeviceRequest
public ModifyDeviceRequest(ModifyDeviceRequest 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
-
getDeviceName
public String getDeviceName()
Get 设备名称- Returns:
- DeviceName 设备名称
-
setDeviceName
public void setDeviceName(String DeviceName)
Set 设备名称- Parameters:
DeviceName- 设备名称
-
getEnableState
public Long getEnableState()
Get 要设置的设备状态,1为启用,0为禁用- Returns:
- EnableState 要设置的设备状态,1为启用,0为禁用
-
setEnableState
public void setEnableState(Long EnableState)
Set 要设置的设备状态,1为启用,0为禁用- Parameters:
EnableState- 要设置的设备状态,1为启用,0为禁用
-
-