public class APIDocs extends AbstractModel
| 构造器和说明 | 
|---|
| APIDocs() | 
| APIDocs(APIDocs 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. | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| APIDoc[] | getAPIDocSet()Get Basic information of API document | 
| Long | getTotalCount()Get Number of API documents | 
| void | setAPIDocSet(APIDoc[] APIDocSet)Set Basic information of API document | 
| void | setTotalCount(Long TotalCount)Set Number of API documents | 
| 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 APIDocs()
public APIDocs(APIDocs source)
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - Number of API documentspublic APIDoc[] getAPIDocSet()
public void setAPIDocSet(APIDoc[] APIDocSet)
APIDocSet - Basic information of API documentCopyright © 2022. All rights reserved.