public class GetRuntimeResourceMonitorMetricMCRequest extends AbstractModel
Constructor and Description |
---|
GetRuntimeResourceMonitorMetricMCRequest() |
GetRuntimeResourceMonitorMetricMCRequest(GetRuntimeResourceMonitorMetricMCRequest 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 |
getEndTime()
Get 结束时间
|
Long |
getInterval()
Get 采样粒度:60(s), 300(s), 3600(s), 86400(s)
|
Long |
getMetricType()
Get 指标类型:0:CPU, 1:MemUsageBytes, 2:K8sWorkloadNetworkReceiveBytesBw, 3:K8sWorkloadNetworkTransmitBytesBw
|
Boolean |
getRateType()
Get 是否返回百分比数值,仅支持CPU,Memory
|
Long |
getRuntimeId()
Get 运行时id
|
Long |
getStartTime()
Get 起始时间
|
void |
setEndTime(Long EndTime)
Set 结束时间
|
void |
setInterval(Long Interval)
Set 采样粒度:60(s), 300(s), 3600(s), 86400(s)
|
void |
setMetricType(Long MetricType)
Set 指标类型:0:CPU, 1:MemUsageBytes, 2:K8sWorkloadNetworkReceiveBytesBw, 3:K8sWorkloadNetworkTransmitBytesBw
|
void |
setRateType(Boolean RateType)
Set 是否返回百分比数值,仅支持CPU,Memory
|
void |
setRuntimeId(Long RuntimeId)
Set 运行时id
|
void |
setStartTime(Long StartTime)
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 GetRuntimeResourceMonitorMetricMCRequest()
public GetRuntimeResourceMonitorMetricMCRequest(GetRuntimeResourceMonitorMetricMCRequest source)
public Long getRuntimeId()
public void setRuntimeId(Long RuntimeId)
RuntimeId
- 运行时idpublic Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- 起始时间public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- 结束时间public Long getMetricType()
public void setMetricType(Long MetricType)
MetricType
- 指标类型:0:CPU, 1:MemUsageBytes, 2:K8sWorkloadNetworkReceiveBytesBw, 3:K8sWorkloadNetworkTransmitBytesBwpublic Boolean getRateType()
public void setRateType(Boolean RateType)
RateType
- 是否返回百分比数值,仅支持CPU,Memorypublic Long getInterval()
public void setInterval(Long Interval)
Interval
- 采样粒度:60(s), 300(s), 3600(s), 86400(s)Copyright © 2021. All rights reserved.