public class ApiAppInfos extends AbstractModel
| Constructor and Description | 
|---|
| ApiAppInfos() | 
| ApiAppInfos(ApiAppInfos 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 | 
|---|---|
| ApiAppInfo[] | getApiAppSet()Get Application information array
Note: this field may return null, indicating that no valid values can be obtained. | 
| Long | getTotalCount()Get Number of applications | 
| void | setApiAppSet(ApiAppInfo[] ApiAppSet)Set Application information array
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setTotalCount(Long TotalCount)Set Number of applications | 
| 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 ApiAppInfos()
public ApiAppInfos(ApiAppInfos source)
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - Number of applicationspublic ApiAppInfo[] getApiAppSet()
public void setApiAppSet(ApiAppInfo[] ApiAppSet)
ApiAppSet - Application information array
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2021. All rights reserved.