Class GetLicensesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.trro.v20220325.models.GetLicensesRequest
-
public class GetLicensesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description GetLicensesRequest()
GetLicensesRequest(GetLicensesRequest 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 String
getDeviceId()
Get DeviceIdLong
getPageNum()
Get 页码Long
getPageSize()
Get 页面数量String
getProjectId()
Get projectIdvoid
setDeviceId(String DeviceId)
Set DeviceIdvoid
setPageNum(Long PageNum)
Set 页码void
setPageSize(Long PageSize)
Set 页面数量void
setProjectId(String ProjectId)
Set projectIdvoid
toMap(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
-
GetLicensesRequest
public GetLicensesRequest()
-
GetLicensesRequest
public GetLicensesRequest(GetLicensesRequest 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 projectId- Returns:
- ProjectId projectId
-
setProjectId
public void setProjectId(String ProjectId)
Set projectId- Parameters:
ProjectId
- projectId
-
getDeviceId
public String getDeviceId()
Get DeviceId- Returns:
- DeviceId DeviceId
-
setDeviceId
public void setDeviceId(String DeviceId)
Set DeviceId- Parameters:
DeviceId
- DeviceId
-
-