public class ManagementCommand extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getInstall()
Get Agent installation command
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getLogCheck()
Get Agent log detection command
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getRestart()
Get Agent restart command
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getStatusCheck()
Get Agent status detection command
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getStop()
Get Agent stop command
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setInstall(String Install)
Set Agent installation command
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setLogCheck(String LogCheck)
Set Agent log detection command
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRestart(String Restart)
Set Agent restart command
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setStatusCheck(String StatusCheck)
Set Agent status detection command
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setStop(String Stop)
Set Agent stop command
Note: This field may return null, indicating that no valid values can be obtained.
|
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 ManagementCommand()
public ManagementCommand(ManagementCommand source)
public String getInstall()
public void setInstall(String Install)
Install
- Agent installation command
Note: This field may return null, indicating that no valid values can be obtained.public String getRestart()
public void setRestart(String Restart)
Restart
- Agent restart command
Note: This field may return null, indicating that no valid values can be obtained.public String getStop()
public void setStop(String Stop)
Stop
- Agent stop command
Note: This field may return null, indicating that no valid values can be obtained.public String getStatusCheck()
public void setStatusCheck(String StatusCheck)
StatusCheck
- Agent status detection command
Note: This field may return null, indicating that no valid values can be obtained.public String getLogCheck()
public void setLogCheck(String LogCheck)
LogCheck
- Agent log detection command
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.