Class GetDevicesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.trro.v20220325.models.GetDevicesRequest
-
public class GetDevicesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDeviceId()Get 设备IDLonggetPageNum()Get 页码LonggetPageSize()Get 页面数量StringgetProjectId()Get 项目 IDvoidsetDeviceId(String DeviceId)Set 设备IDvoidsetPageNum(Long PageNum)Set 页码voidsetPageSize(Long PageSize)Set 页面数量voidsetProjectId(String ProjectId)Set 项目 IDvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
GetDevicesRequest
public GetDevicesRequest()
-
GetDevicesRequest
public 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.
-
-
Method Detail
-
getPageNum
public Long getPageNum()
Get 页码- Returns:
- PageNum 页码
-
setPageNum
public void setPageNum(Long PageNum)
Set 页码- Parameters:
PageNum- 页码
-
getPageSize
public Long getPageSize()
Get 页面数量- Returns:
- PageSize 页面数量
-
setPageSize
public void setPageSize(Long PageSize)
Set 页面数量- Parameters:
PageSize- 页面数量
-
getProjectId
public String getProjectId()
Get 项目 ID- Returns:
- ProjectId 项目 ID
-
setProjectId
public void setProjectId(String ProjectId)
Set 项目 ID- Parameters:
ProjectId- 项目 ID
-
getDeviceId
public String getDeviceId()
Get 设备ID- Returns:
- DeviceId 设备ID
-
setDeviceId
public void setDeviceId(String DeviceId)
Set 设备ID- Parameters:
DeviceId- 设备ID
-
-