Class ModifyDeviceActionRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideo.v20191126.models.ModifyDeviceActionRequest
-
public class ModifyDeviceActionRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyDeviceActionRequest()ModifyDeviceActionRequest(ModifyDeviceActionRequest 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 StringgetBranch()Get 物模型的分支路径BooleangetIsNum()Get Value字段的类型是否为数值(float、int)StringgetTid()Get 设备TIDStringgetValue()Get 写入的物模型数据,如果是json需要转义成字符串BooleangetWakeup()Get 如果设备处于休眠状态,是否唤醒设备voidsetBranch(String Branch)Set 物模型的分支路径voidsetIsNum(Boolean IsNum)Set Value字段的类型是否为数值(float、int)voidsetTid(String Tid)Set 设备TIDvoidsetValue(String Value)Set 写入的物模型数据,如果是json需要转义成字符串voidsetWakeup(Boolean Wakeup)Set 如果设备处于休眠状态,是否唤醒设备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
-
ModifyDeviceActionRequest
public ModifyDeviceActionRequest()
-
ModifyDeviceActionRequest
public ModifyDeviceActionRequest(ModifyDeviceActionRequest 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
-
getTid
public String getTid()
Get 设备TID- Returns:
- Tid 设备TID
-
setTid
public void setTid(String Tid)
Set 设备TID- Parameters:
Tid- 设备TID
-
getWakeup
public Boolean getWakeup()
Get 如果设备处于休眠状态,是否唤醒设备- Returns:
- Wakeup 如果设备处于休眠状态,是否唤醒设备
-
setWakeup
public void setWakeup(Boolean Wakeup)
Set 如果设备处于休眠状态,是否唤醒设备- Parameters:
Wakeup- 如果设备处于休眠状态,是否唤醒设备
-
getBranch
public String getBranch()
Get 物模型的分支路径- Returns:
- Branch 物模型的分支路径
-
setBranch
public void setBranch(String Branch)
Set 物模型的分支路径- Parameters:
Branch- 物模型的分支路径
-
getValue
public String getValue()
Get 写入的物模型数据,如果是json需要转义成字符串- Returns:
- Value 写入的物模型数据,如果是json需要转义成字符串
-
setValue
public void setValue(String Value)
Set 写入的物模型数据,如果是json需要转义成字符串- Parameters:
Value- 写入的物模型数据,如果是json需要转义成字符串
-
getIsNum
public Boolean getIsNum()
Get Value字段的类型是否为数值(float、int)- Returns:
- IsNum Value字段的类型是否为数值(float、int)
-
setIsNum
public void setIsNum(Boolean IsNum)
Set Value字段的类型是否为数值(float、int)- Parameters:
IsNum- Value字段的类型是否为数值(float、int)
-
-