public class CmdPerfInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
CmdPerfInfo() |
CmdPerfInfo(CmdPerfInfo 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 |
getCommand()
Get redis命令
|
MonitorMetricSeriesData |
getSeriesData()
Get 监控数据
|
void |
setCommand(String Command)
Set redis命令
|
void |
setSeriesData(MonitorMetricSeriesData SeriesData)
Set 监控数据
|
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, toJsonString
public CmdPerfInfo()
public CmdPerfInfo(CmdPerfInfo source)
public String getCommand()
public void setCommand(String Command)
Command
- redis命令public MonitorMetricSeriesData getSeriesData()
public void setSeriesData(MonitorMetricSeriesData SeriesData)
SeriesData
- 监控数据Copyright © 2025. All rights reserved.