public class DescribeDevicePackagesRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeDevicePackagesRequest() |
DescribeDevicePackagesRequest(DescribeDevicePackagesRequest 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 |
---|---|
Long |
getChannelId()
Get 通道id
|
String |
getCSUserId()
Get 用户id
|
String |
getDeviceName()
Get 设备名称
|
Long |
getLimit()
Get 分页拉取数量
|
Long |
getOffset()
Get 分页拉取偏移
|
String |
getProductId()
Get 产品ID
|
void |
setChannelId(Long ChannelId)
Set 通道id
|
void |
setCSUserId(String CSUserId)
Set 用户id
|
void |
setDeviceName(String DeviceName)
Set 设备名称
|
void |
setLimit(Long Limit)
Set 分页拉取数量
|
void |
setOffset(Long Offset)
Set 分页拉取偏移
|
void |
setProductId(String ProductId)
Set 产品ID
|
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, toJsonString
public DescribeDevicePackagesRequest()
public DescribeDevicePackagesRequest(DescribeDevicePackagesRequest source)
public String getProductId()
public void setProductId(String ProductId)
ProductId
- 产品IDpublic String getDeviceName()
public void setDeviceName(String DeviceName)
DeviceName
- 设备名称public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页拉取数量public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页拉取偏移public String getCSUserId()
public void setCSUserId(String CSUserId)
CSUserId
- 用户idpublic Long getChannelId()
public void setChannelId(Long ChannelId)
ChannelId
- 通道idCopyright © 2024. All rights reserved.