public class MetricAllData extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| MetricAllData() | 
| MetricAllData(MetricAllData 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 | 
|---|---|
| Long | getDocCount()Get 文档数量 | 
| Float | getIndexTraffic()Get 索引流量 | 
| Long | getReadReqTimes()Get 读请求次数 | 
| Float | getStorage()Get 存储大小 | 
| Long | getWriteReqTimes()Get 写请求次数 | 
| void | setDocCount(Long DocCount)Set 文档数量 | 
| void | setIndexTraffic(Float IndexTraffic)Set 索引流量 | 
| void | setReadReqTimes(Long ReadReqTimes)Set 读请求次数 | 
| void | setStorage(Float Storage)Set 存储大小 | 
| void | setWriteReqTimes(Long WriteReqTimes)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 MetricAllData()
public MetricAllData(MetricAllData source)
public Float getIndexTraffic()
public void setIndexTraffic(Float IndexTraffic)
IndexTraffic - 索引流量public Float getStorage()
public void setStorage(Float Storage)
Storage - 存储大小public Long getReadReqTimes()
public void setReadReqTimes(Long ReadReqTimes)
ReadReqTimes - 读请求次数public Long getWriteReqTimes()
public void setWriteReqTimes(Long WriteReqTimes)
WriteReqTimes - 写请求次数public Long getDocCount()
public void setDocCount(Long DocCount)
DocCount - 文档数量Copyright © 2025. All rights reserved.