public class ServiceStatisticsResults extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ServiceStatisticsResults() | 
| ServiceStatisticsResults(ServiceStatisticsResults 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 | 
|---|---|
| ServiceStatisticsResult[] | getContent()Get 返回结果 | 
| Long | getTotalCount()Get 条数 | 
| void | setContent(ServiceStatisticsResult[] Content)Set 返回结果 | 
| 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 ServiceStatisticsResults()
public ServiceStatisticsResults(ServiceStatisticsResults source)
public ServiceStatisticsResult[] getContent()
public void setContent(ServiceStatisticsResult[] Content)
Content - 返回结果public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - 条数Copyright © 2025. All rights reserved.