public class AutomationAgentInfo extends AbstractModel
header, skipSign
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[] |
getSupportFeatures()
Get Agent 支持的功能列表。
|
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 |
setSupportFeatures(String[] SupportFeatures)
Set Agent 支持的功能列表。
|
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, 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状态,取值范围:
Online:在线,Offline:离线public String getEnvironment()
public void setEnvironment(String Environment)
Environment
- Agent运行环境,取值范围:Linux:Linux实例Windows:Windows实例public String[] getSupportFeatures()
public void setSupportFeatures(String[] SupportFeatures)
SupportFeatures
- Agent 支持的功能列表。Copyright © 2024. All rights reserved.