public class DescribeTopL7AnalysisDataResponse extends AbstractModel
Constructor and Description |
---|
DescribeTopL7AnalysisDataResponse() |
DescribeTopL7AnalysisDataResponse(DescribeTopL7AnalysisDataResponse 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 |
---|---|
TopDataRecord[] |
getData()
Get top详细数据
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMetricName()
Get 查询指标
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
String |
getType()
Get 查询维度
|
void |
setData(TopDataRecord[] Data)
Set top详细数据
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMetricName(String MetricName)
Set 查询指标
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setType(String Type)
Set 查询维度
|
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, toJsonString
public DescribeTopL7AnalysisDataResponse()
public DescribeTopL7AnalysisDataResponse(DescribeTopL7AnalysisDataResponse source)
public TopDataRecord[] getData()
public void setData(TopDataRecord[] Data)
Data
- top详细数据
注意:此字段可能返回 null,表示取不到有效值。public String getType()
public void setType(String Type)
Type
- 查询维度public String getMetricName()
public void setMetricName(String MetricName)
MetricName
- 查询指标public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2023. All rights reserved.