public class BindGroupDevicesRequest extends AbstractModel
Constructor and Description |
---|
BindGroupDevicesRequest() |
BindGroupDevicesRequest(BindGroupDevicesRequest 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[] |
getDeviceList()
Get 设备唯一标识列表
|
String |
getGroupId()
Get 分组ID
|
void |
setDeviceList(String[] DeviceList)
Set 设备唯一标识列表
|
void |
setGroupId(String GroupId)
Set 分组ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public BindGroupDevicesRequest()
public BindGroupDevicesRequest(BindGroupDevicesRequest source)
public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- 分组IDpublic String[] getDeviceList()
public void setDeviceList(String[] DeviceList)
DeviceList
- 设备唯一标识列表Copyright © 2021. All rights reserved.