public class GetDevicesRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
GetDevicesRequest() |
GetDevicesRequest(GetDevicesRequest 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 |
getPageNum()
Get 页码
|
Long |
getPageSize()
Get 页面数量
|
String |
getProjectId()
Get 项目 ID
|
void |
setDeviceId(String DeviceId)
Set 设备ID
|
void |
setPageNum(Long PageNum)
Set 页码
|
void |
setPageSize(Long PageSize)
Set 页面数量
|
void |
setProjectId(String ProjectId)
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 GetDevicesRequest()
public GetDevicesRequest(GetDevicesRequest source)
public Long getPageNum()
public void setPageNum(Long PageNum)
PageNum
- 页码public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- 页面数量public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- 项目 IDpublic String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId
- 设备IDCopyright © 2024. All rights reserved.