public class DescribeSdkAppIdUsersRequest extends AbstractModel
Constructor and Description |
---|
DescribeSdkAppIdUsersRequest() |
DescribeSdkAppIdUsersRequest(DescribeSdkAppIdUsersRequest 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 to return 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 to return 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 DescribeSdkAppIdUsersRequest()
public DescribeSdkAppIdUsersRequest(DescribeSdkAppIdUsersRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- The SDKAppID assigned by LCIC.public Long getPage()
public void setPage(Long Page)
Page
- The page to return records from. The default value is 1.public Long getLimit()
public void setLimit(Long Limit)
Limit
- The maximum number of records to return per page. The default value is 20.Copyright © 2023. All rights reserved.