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