public class GetLicensesRequest extends AbstractModel
header, skipSign| Constructor and 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getDeviceId()
Get DeviceId 
 | 
Long | 
getPageNum()
Get Page number. 
 | 
Long | 
getPageSize()
Get Number of pages. 
 | 
String | 
getProjectId()
Get projectId 
 | 
Long | 
getStatus()
Get License status. 
 | 
void | 
setDeviceId(String DeviceId)
Set DeviceId 
 | 
void | 
setPageNum(Long PageNum)
Set Page number. 
 | 
void | 
setPageSize(Long PageSize)
Set Number of pages. 
 | 
void | 
setProjectId(String ProjectId)
Set projectId 
 | 
void | 
setStatus(Long Status)
Set License status. 
 | 
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, toJsonStringpublic GetLicensesRequest()
public GetLicensesRequest(GetLicensesRequest source)
public Long getPageNum()
public void setPageNum(Long PageNum)
PageNum - Page number.public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - Number of pages.public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId - projectIdpublic String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId - DeviceIdpublic Long getStatus()
public void setStatus(Long Status)
Status - License status. 0: unbound; 1: bound; 2: service suspension; 3: refund.Copyright © 2025. All rights reserved.