public class DescribeSupervisorsRequest extends AbstractModel
Constructor and Description |
---|
DescribeSupervisorsRequest() |
DescribeSupervisorsRequest(DescribeSupervisorsRequest 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 |
---|---|
Long |
getLimit()
Get The maximum number of records per page.
|
Long |
getPage()
Get The page to return records from.
|
Long |
getSdkAppId()
Get The SDKAppID assigned by LCIC.
|
void |
setLimit(Long Limit)
Set The maximum number of records per page.
|
void |
setPage(Long Page)
Set The page to return records from.
|
void |
setSdkAppId(Long SdkAppId)
Set The SDKAppID assigned by LCIC.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeSupervisorsRequest()
public DescribeSupervisorsRequest(DescribeSupervisorsRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- The SDKAppID assigned by LCIC.public Long getLimit()
public void setLimit(Long Limit)
Limit
- The maximum number of records per page. The maximum value allowed is 100, and the default value is 20.public Long getPage()
public void setPage(Long Page)
Page
- The page to return records from. Pagination starts from 1, which is also the default value of this parameter.Copyright © 2023. All rights reserved.