Class ManagementCommand
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.monitor.v20180724.models.ManagementCommand
-
public class ManagementCommand extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ManagementCommand()
ManagementCommand(ManagementCommand 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 String
getInstall()
Get Agent 安装命令 注意:此字段可能返回 null,表示取不到有效值。String
getLogCheck()
Get Agent 日志检测命令 注意:此字段可能返回 null,表示取不到有效值。String
getRestart()
Get Agent 重启命令 注意:此字段可能返回 null,表示取不到有效值。String
getStatusCheck()
Get Agent 状态检测命令 注意:此字段可能返回 null,表示取不到有效值。String
getStop()
Get Agent 停止命令 注意:此字段可能返回 null,表示取不到有效值。void
setInstall(String Install)
Set Agent 安装命令 注意:此字段可能返回 null,表示取不到有效值。void
setLogCheck(String LogCheck)
Set Agent 日志检测命令 注意:此字段可能返回 null,表示取不到有效值。void
setRestart(String Restart)
Set Agent 重启命令 注意:此字段可能返回 null,表示取不到有效值。void
setStatusCheck(String StatusCheck)
Set Agent 状态检测命令 注意:此字段可能返回 null,表示取不到有效值。void
setStop(String Stop)
Set Agent 停止命令 注意:此字段可能返回 null,表示取不到有效值。void
toMap(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
-
ManagementCommand
public ManagementCommand()
-
ManagementCommand
public ManagementCommand(ManagementCommand 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
-
getInstall
public String getInstall()
Get Agent 安装命令 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Install Agent 安装命令 注意:此字段可能返回 null,表示取不到有效值。
-
setInstall
public void setInstall(String Install)
Set Agent 安装命令 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Install
- Agent 安装命令 注意:此字段可能返回 null,表示取不到有效值。
-
getRestart
public String getRestart()
Get Agent 重启命令 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Restart Agent 重启命令 注意:此字段可能返回 null,表示取不到有效值。
-
setRestart
public void setRestart(String Restart)
Set Agent 重启命令 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Restart
- Agent 重启命令 注意:此字段可能返回 null,表示取不到有效值。
-
getStop
public String getStop()
Get Agent 停止命令 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Stop Agent 停止命令 注意:此字段可能返回 null,表示取不到有效值。
-
setStop
public void setStop(String Stop)
Set Agent 停止命令 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Stop
- Agent 停止命令 注意:此字段可能返回 null,表示取不到有效值。
-
getStatusCheck
public String getStatusCheck()
Get Agent 状态检测命令 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- StatusCheck Agent 状态检测命令 注意:此字段可能返回 null,表示取不到有效值。
-
setStatusCheck
public void setStatusCheck(String StatusCheck)
Set Agent 状态检测命令 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
StatusCheck
- Agent 状态检测命令 注意:此字段可能返回 null,表示取不到有效值。
-
getLogCheck
public String getLogCheck()
Get Agent 日志检测命令 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- LogCheck Agent 日志检测命令 注意:此字段可能返回 null,表示取不到有效值。
-
setLogCheck
public void setLogCheck(String LogCheck)
Set Agent 日志检测命令 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
LogCheck
- Agent 日志检测命令 注意:此字段可能返回 null,表示取不到有效值。
-
-