public class ModifyDevicePropertyRequest extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getBranch()Get 物模型的分支路径 | 
| Boolean | getIsNum()Get Value字段是否为数值(float、int) | 
| String | getTid()Get 设备TID | 
| String | getValue()Get 写入的物模型数据,如果是json需要转义成字符串 | 
| Boolean | getWakeup()Get 如果设备处于休眠状态,是否唤醒设备 | 
| void | setBranch(String Branch)Set 物模型的分支路径 | 
| void | setIsNum(Boolean IsNum)Set Value字段是否为数值(float、int) | 
| void | setTid(String Tid)Set 设备TID | 
| void | 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. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ModifyDevicePropertyRequest()
public ModifyDevicePropertyRequest(ModifyDevicePropertyRequest source)
public String getTid()
public void setTid(String Tid)
Tid - 设备TIDpublic Boolean getWakeup()
public void setWakeup(Boolean Wakeup)
Wakeup - 如果设备处于休眠状态,是否唤醒设备public String getBranch()
public void setBranch(String Branch)
Branch - 物模型的分支路径public String getValue()
public void setValue(String Value)
Value - 写入的物模型数据,如果是json需要转义成字符串public Boolean getIsNum()
public void setIsNum(Boolean IsNum)
IsNum - Value字段是否为数值(float、int)Copyright © 2025. All rights reserved.