public class AutomationAgentInfo extends AbstractModel
Constructor and Description |
---|
AutomationAgentInfo() |
AutomationAgentInfo(AutomationAgentInfo 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 |
getAgentStatus()
Get Agent状态,取值范围:
Online:在线
Offline:离线
|
String |
getEnvironment()
Get Agent运行环境,取值范围:
Linux:Linux实例
Windows:Windows实例
|
String |
getInstanceId()
Get 实例ID。
|
String |
getLastHeartbeatTime()
Get 上次心跳时间
|
String |
getVersion()
Get Agent 版本号。
|
void |
setAgentStatus(String AgentStatus)
Set Agent状态,取值范围:
Online:在线
Offline:离线
|
void |
setEnvironment(String Environment)
Set Agent运行环境,取值范围:
Linux:Linux实例
Windows:Windows实例
|
void |
setInstanceId(String InstanceId)
Set 实例ID。
|
void |
setLastHeartbeatTime(String LastHeartbeatTime)
Set 上次心跳时间
|
void |
setVersion(String Version)
Set Agent 版本号。
|
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 AutomationAgentInfo()
public AutomationAgentInfo(AutomationAgentInfo source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例ID。public String getVersion()
public void setVersion(String Version)
Version
- Agent 版本号。public String getLastHeartbeatTime()
public void setLastHeartbeatTime(String LastHeartbeatTime)
LastHeartbeatTime
- 上次心跳时间public String getAgentStatus()
public void setAgentStatus(String AgentStatus)
AgentStatus
- Agent状态,取值范围:
public String getEnvironment()
public void setEnvironment(String Environment)
Environment
- Agent运行环境,取值范围:
Copyright © 2021. All rights reserved.