public class UpdateDeviceStatusRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| UpdateDeviceStatusRequest() | 
| UpdateDeviceStatusRequest(UpdateDeviceStatusRequest 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 | getDeviceId()Get 设备 ID(从获取设备列表接口ListDevices中获取) | 
| Long | getStatus()Get 禁用启用状态码(2:启用,3:禁用) | 
| void | setDeviceId(String DeviceId)Set 设备 ID(从获取设备列表接口ListDevices中获取) | 
| void | setStatus(Long Status)Set 禁用启用状态码(2:启用,3:禁用) | 
| 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 UpdateDeviceStatusRequest()
public UpdateDeviceStatusRequest(UpdateDeviceStatusRequest source)
public String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId - 设备 ID(从获取设备列表接口ListDevices中获取)public Long getStatus()
public void setStatus(Long Status)
Status - 禁用启用状态码(2:启用,3:禁用)Copyright © 2025. All rights reserved.