public class UpdateDeviceAvailableStateRequest extends AbstractModel
Constructor and Description |
---|
UpdateDeviceAvailableStateRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getDeviceName()
获取设备名称
|
Integer |
getEnableState()
获取要设置的设备状态,1为启用,0为禁用
|
String |
getProductId()
获取设备所属产品id
|
void |
setDeviceName(String DeviceName)
设置设备名称
|
void |
setEnableState(Integer EnableState)
设置要设置的设备状态,1为启用,0为禁用
|
void |
setProductId(String ProductId)
设置设备所属产品id
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getProductId()
public void setProductId(String ProductId)
ProductId
- 设备所属产品idpublic String getDeviceName()
public void setDeviceName(String DeviceName)
DeviceName
- 设备名称public Integer getEnableState()
public void setEnableState(Integer EnableState)
EnableState
- 要设置的设备状态,1为启用,0为禁用Copyright © 2019. All rights reserved.