public class DeviceItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeviceItem() | 
| DeviceItem(DeviceItem 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 | getChannelId()Get 通道唯一标识 | 
| String | getDeviceId()Get 设备唯一标识 | 
| void | setChannelId(String ChannelId)Set 通道唯一标识 | 
| void | setDeviceId(String DeviceId)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 DeviceItem()
public DeviceItem(DeviceItem source)
public String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId - 设备唯一标识public String getChannelId()
public void setChannelId(String ChannelId)
ChannelId - 通道唯一标识Copyright © 2025. All rights reserved.