public class AppIdResponse extends AbstractModel
| Constructor and Description | 
|---|
| AppIdResponse() | 
| AppIdResponse(AppIdResponse 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[] | getAppIdList()Get List of eligible `AppId`
Note: this field may return null, indicating that no valid values can be obtained. | 
| Long | getTotalCount()Get Number of eligible `AppId` | 
| void | setAppIdList(Long[] AppIdList)Set List of eligible `AppId`
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setTotalCount(Long TotalCount)Set Number of eligible `AppId` | 
| 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, toJsonStringpublic AppIdResponse()
public AppIdResponse(AppIdResponse source)
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - Number of eligible `AppId`public Long[] getAppIdList()
public void setAppIdList(Long[] AppIdList)
AppIdList - List of eligible `AppId`
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2021. All rights reserved.