public class UpdateDevicesEnableStateRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| UpdateDevicesEnableStateRequest() | 
| UpdateDevicesEnableStateRequest(UpdateDevicesEnableStateRequest 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[] | getDeviceNames()Get 设备名称集合 | 
| String | getProductId()Get 设备所属产品id | 
| Long | getStatus()Get 要设置的设备状态,1为启用,0为禁用 | 
| void | setDeviceNames(String[] DeviceNames)Set 设备名称集合 | 
| void | setProductId(String ProductId)Set 设备所属产品id | 
| void | setStatus(Long Status)Set 要设置的设备状态,1为启用,0为禁用 | 
| 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 UpdateDevicesEnableStateRequest()
public UpdateDevicesEnableStateRequest(UpdateDevicesEnableStateRequest source)
public String getProductId()
public void setProductId(String ProductId)
ProductId - 设备所属产品idpublic String[] getDeviceNames()
public void setDeviceNames(String[] DeviceNames)
DeviceNames - 设备名称集合public Long getStatus()
public void setStatus(Long Status)
Status - 要设置的设备状态,1为启用,0为禁用Copyright © 2025. All rights reserved.