public class DescribeSdkAppIdUsersRequest extends AbstractModel
header, skipSign| 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 分页数据限制,默认值为20 | 
| Long | getPage()Get 分页,默认值为1 | 
| Long | getSdkAppId()Get 应用ID | 
| void | setLimit(Long Limit)Set 分页数据限制,默认值为20 | 
| void | setPage(Long Page)Set 分页,默认值为1 | 
| void | setSdkAppId(Long SdkAppId)Set 应用ID | 
| 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 DescribeSdkAppIdUsersRequest()
public DescribeSdkAppIdUsersRequest(DescribeSdkAppIdUsersRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId - 应用IDpublic Long getPage()
public void setPage(Long Page)
Page - 分页,默认值为1public Long getLimit()
public void setLimit(Long Limit)
Limit - 分页数据限制,默认值为20Copyright © 2025. All rights reserved.