public class DescribeMonitorMetricsRequest extends AbstractModel
Constructor and Description |
---|
DescribeMonitorMetricsRequest() |
DescribeMonitorMetricsRequest(DescribeMonitorMetricsRequest 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 |
getEdgeUnitId()
Get IECP边缘单元ID
|
Long |
getEndTime()
Get 终止时间Unix秒时间戳
|
Long |
getInterval()
Get 步长(分钟)
|
String |
getNamespace()
Get 命名空间,不填则默认为default
|
String |
getNodeName()
Get 节点名称,查询节点监控时必填
|
String |
getPodName()
Get Pod名称,查询Pod监控时必填
|
String |
getQueryType()
Get 查询维度
|
Long |
getStartTime()
Get 起始时间Unix秒时间戳
|
String |
getWorkloadName()
Get Workload名称,查询Workload监控时必填
|
void |
setEdgeUnitId(Long EdgeUnitId)
Set IECP边缘单元ID
|
void |
setEndTime(Long EndTime)
Set 终止时间Unix秒时间戳
|
void |
setInterval(Long Interval)
Set 步长(分钟)
|
void |
setNamespace(String Namespace)
Set 命名空间,不填则默认为default
|
void |
setNodeName(String NodeName)
Set 节点名称,查询节点监控时必填
|
void |
setPodName(String PodName)
Set Pod名称,查询Pod监控时必填
|
void |
setQueryType(String QueryType)
Set 查询维度
|
void |
setStartTime(Long StartTime)
Set 起始时间Unix秒时间戳
|
void |
setWorkloadName(String WorkloadName)
Set Workload名称,查询Workload监控时必填
|
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 DescribeMonitorMetricsRequest()
public DescribeMonitorMetricsRequest(DescribeMonitorMetricsRequest source)
public Long getEdgeUnitId()
public void setEdgeUnitId(Long EdgeUnitId)
EdgeUnitId
- IECP边缘单元IDpublic String getQueryType()
public void setQueryType(String QueryType)
QueryType
- 查询维度public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- 起始时间Unix秒时间戳public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- 终止时间Unix秒时间戳public Long getInterval()
public void setInterval(Long Interval)
Interval
- 步长(分钟)public String getNodeName()
public void setNodeName(String NodeName)
NodeName
- 节点名称,查询节点监控时必填public String getNamespace()
public void setNamespace(String Namespace)
Namespace
- 命名空间,不填则默认为defaultpublic String getPodName()
public void setPodName(String PodName)
PodName
- Pod名称,查询Pod监控时必填public String getWorkloadName()
public void setWorkloadName(String WorkloadName)
WorkloadName
- Workload名称,查询Workload监控时必填Copyright © 2022. All rights reserved.