public class DescribeDeviceAccountsRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeDeviceAccountsRequest() |
DescribeDeviceAccountsRequest(DescribeDeviceAccountsRequest 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 |
getAccount()
Get 主机账号名,模糊查询,不能单独出现,必须于DeviceId一起提交
|
Long |
getDeviceId()
Get 主机ID,未使用IdSet时必须携带
|
Long[] |
getIdSet()
Get 主机账号ID集合,非必需,如果使用IdSet则忽略其他过滤参数
|
Long |
getLimit()
Get 每页条目数量,默认20
|
Long |
getOffset()
Get 分页偏移位置,默认值为0
|
void |
setAccount(String Account)
Set 主机账号名,模糊查询,不能单独出现,必须于DeviceId一起提交
|
void |
setDeviceId(Long DeviceId)
Set 主机ID,未使用IdSet时必须携带
|
void |
setIdSet(Long[] IdSet)
Set 主机账号ID集合,非必需,如果使用IdSet则忽略其他过滤参数
|
void |
setLimit(Long Limit)
Set 每页条目数量,默认20
|
void |
setOffset(Long Offset)
Set 分页偏移位置,默认值为0
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeDeviceAccountsRequest()
public DescribeDeviceAccountsRequest(DescribeDeviceAccountsRequest source)
public Long[] getIdSet()
public void setIdSet(Long[] IdSet)
IdSet
- 主机账号ID集合,非必需,如果使用IdSet则忽略其他过滤参数public String getAccount()
public void setAccount(String Account)
Account
- 主机账号名,模糊查询,不能单独出现,必须于DeviceId一起提交public Long getDeviceId()
public void setDeviceId(Long DeviceId)
DeviceId
- 主机ID,未使用IdSet时必须携带public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页偏移位置,默认值为0public Long getLimit()
public void setLimit(Long Limit)
Limit
- 每页条目数量,默认20Copyright © 2023. All rights reserved.