public class Device extends AbstractModel
Constructor and Description |
---|
Device() |
Device(Device 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
|
Long |
getDeviceType()
Get 业务入参类型
|
void |
setDeviceId(String DeviceId)
Set 业务入参id
|
void |
setDeviceType(Long DeviceType)
Set 业务入参类型
|
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 Device()
public Device(Device source)
public String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId
- 业务入参idpublic Long getDeviceType()
public void setDeviceType(Long DeviceType)
DeviceType
- 业务入参类型Copyright © 2023. All rights reserved.