Class DescribeMonitorMetricsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iecp.v20210914.models.DescribeMonitorMetricsRequest
-
public class DescribeMonitorMetricsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetEdgeUnitId()Get IECP边缘单元IDLonggetEndTime()Get 终止时间Unix秒时间戳LonggetInterval()Get 步长(分钟)StringgetNamespace()Get 命名空间,不填则默认为defaultStringgetNodeName()Get 节点名称,查询节点监控时必填StringgetPodName()Get Pod名称,查询Pod监控时必填StringgetQueryType()Get 查询维度LonggetStartTime()Get 起始时间Unix秒时间戳StringgetWorkloadName()Get Workload名称,查询Workload监控时必填voidsetEdgeUnitId(Long EdgeUnitId)Set IECP边缘单元IDvoidsetEndTime(Long EndTime)Set 终止时间Unix秒时间戳voidsetInterval(Long Interval)Set 步长(分钟)voidsetNamespace(String Namespace)Set 命名空间,不填则默认为defaultvoidsetNodeName(String NodeName)Set 节点名称,查询节点监控时必填voidsetPodName(String PodName)Set Pod名称,查询Pod监控时必填voidsetQueryType(String QueryType)Set 查询维度voidsetStartTime(Long StartTime)Set 起始时间Unix秒时间戳voidsetWorkloadName(String WorkloadName)Set Workload名称,查询Workload监控时必填voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeMonitorMetricsRequest
public DescribeMonitorMetricsRequest()
-
DescribeMonitorMetricsRequest
public 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.
-
-
Method Detail
-
getEdgeUnitId
public Long getEdgeUnitId()
Get IECP边缘单元ID- Returns:
- EdgeUnitId IECP边缘单元ID
-
setEdgeUnitId
public void setEdgeUnitId(Long EdgeUnitId)
Set IECP边缘单元ID- Parameters:
EdgeUnitId- IECP边缘单元ID
-
getQueryType
public String getQueryType()
Get 查询维度- Returns:
- QueryType 查询维度
-
setQueryType
public void setQueryType(String QueryType)
Set 查询维度- Parameters:
QueryType- 查询维度
-
getStartTime
public Long getStartTime()
Get 起始时间Unix秒时间戳- Returns:
- StartTime 起始时间Unix秒时间戳
-
setStartTime
public void setStartTime(Long StartTime)
Set 起始时间Unix秒时间戳- Parameters:
StartTime- 起始时间Unix秒时间戳
-
getEndTime
public Long getEndTime()
Get 终止时间Unix秒时间戳- Returns:
- EndTime 终止时间Unix秒时间戳
-
setEndTime
public void setEndTime(Long EndTime)
Set 终止时间Unix秒时间戳- Parameters:
EndTime- 终止时间Unix秒时间戳
-
getInterval
public Long getInterval()
Get 步长(分钟)- Returns:
- Interval 步长(分钟)
-
setInterval
public void setInterval(Long Interval)
Set 步长(分钟)- Parameters:
Interval- 步长(分钟)
-
getNodeName
public String getNodeName()
Get 节点名称,查询节点监控时必填- Returns:
- NodeName 节点名称,查询节点监控时必填
-
setNodeName
public void setNodeName(String NodeName)
Set 节点名称,查询节点监控时必填- Parameters:
NodeName- 节点名称,查询节点监控时必填
-
getNamespace
public String getNamespace()
Get 命名空间,不填则默认为default- Returns:
- Namespace 命名空间,不填则默认为default
-
setNamespace
public void setNamespace(String Namespace)
Set 命名空间,不填则默认为default- Parameters:
Namespace- 命名空间,不填则默认为default
-
getPodName
public String getPodName()
Get Pod名称,查询Pod监控时必填- Returns:
- PodName Pod名称,查询Pod监控时必填
-
setPodName
public void setPodName(String PodName)
Set Pod名称,查询Pod监控时必填- Parameters:
PodName- Pod名称,查询Pod监控时必填
-
getWorkloadName
public String getWorkloadName()
Get Workload名称,查询Workload监控时必填- Returns:
- WorkloadName Workload名称,查询Workload监控时必填
-
setWorkloadName
public void setWorkloadName(String WorkloadName)
Set Workload名称,查询Workload监控时必填- Parameters:
WorkloadName- Workload名称,查询Workload监控时必填
-
-