public class TsfPageApiDetailInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| TsfPageApiDetailInfo() | 
| TsfPageApiDetailInfo(TsfPageApiDetailInfo 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 | 
|---|---|
| ApiDetailInfo[] | getContent()Get API 信息列表 | 
| Long | getTotalCount()Get 总记录数 | 
| void | setContent(ApiDetailInfo[] Content)Set API 信息列表 | 
| void | setTotalCount(Long TotalCount)Set 总记录数 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic TsfPageApiDetailInfo()
public TsfPageApiDetailInfo(TsfPageApiDetailInfo source)
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - 总记录数public ApiDetailInfo[] getContent()
public void setContent(ApiDetailInfo[] Content)
Content - API 信息列表Copyright © 2025. All rights reserved.