public class DescribeServerlessMetricsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeServerlessMetricsRequest() | 
| DescribeServerlessMetricsRequest(DescribeServerlessMetricsRequest 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 | 
|---|---|
| String[] | getBatchIndexList()Get 索引数据 | 
| Long | getDurationType()Get 时间长度类型DurationType(1: 3小时, 2: 昨天1天,3: 今日0点到现在) | 
| String | getIndexId()Get index索引id | 
| String[] | getMetricType()Get 指标类型,暂时只支持Storage(存储大小),AllMetric(所有存储指标:索引流量、存储大小、文档数量、读请求和写请求) | 
| String | getSpaceId()Get space空间id | 
| void | setBatchIndexList(String[] BatchIndexList)Set 索引数据 | 
| void | setDurationType(Long DurationType)Set 时间长度类型DurationType(1: 3小时, 2: 昨天1天,3: 今日0点到现在) | 
| void | setIndexId(String IndexId)Set index索引id | 
| void | setMetricType(String[] MetricType)Set 指标类型,暂时只支持Storage(存储大小),AllMetric(所有存储指标:索引流量、存储大小、文档数量、读请求和写请求) | 
| void | setSpaceId(String SpaceId)Set space空间id | 
| 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 DescribeServerlessMetricsRequest()
public DescribeServerlessMetricsRequest(DescribeServerlessMetricsRequest source)
public String getSpaceId()
public void setSpaceId(String SpaceId)
SpaceId - space空间idpublic String getIndexId()
public void setIndexId(String IndexId)
IndexId - index索引idpublic String[] getMetricType()
public void setMetricType(String[] MetricType)
MetricType - 指标类型,暂时只支持Storage(存储大小),AllMetric(所有存储指标:索引流量、存储大小、文档数量、读请求和写请求)public Long getDurationType()
public void setDurationType(Long DurationType)
DurationType - 时间长度类型DurationType(1: 3小时, 2: 昨天1天,3: 今日0点到现在)public String[] getBatchIndexList()
public void setBatchIndexList(String[] BatchIndexList)
BatchIndexList - 索引数据Copyright © 2025. All rights reserved.