public class AppIdResponse extends AbstractModel
Constructor and Description |
---|
AppIdResponse() |
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, toJsonString
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 © 2020. All rights reserved.