public class ApisStatus extends AbstractModel
Constructor and Description |
---|
ApisStatus() |
ApisStatus(ApisStatus 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 |
---|---|
DesApisStatus[] |
getApiIdStatusSet()
Get API list.
|
Long |
getTotalCount()
Get Number of eligible APIs.
|
void |
setApiIdStatusSet(DesApisStatus[] ApiIdStatusSet)
Set API list.
|
void |
setTotalCount(Long TotalCount)
Set Number of eligible APIs.
|
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 ApisStatus()
public ApisStatus(ApisStatus source)
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- Number of eligible APIs.public DesApisStatus[] getApiIdStatusSet()
public void setApiIdStatusSet(DesApisStatus[] ApiIdStatusSet)
ApiIdStatusSet
- API list.Copyright © 2023. All rights reserved.