Class AutomationAgentInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tat.v20201028.models.AutomationAgentInfo
-
public class AutomationAgentInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAgentStatus()Get Agent状态,取值范围: Online:在线 Offline:离线StringgetEnvironment()Get Agent运行环境,取值范围: Linux:Linux实例 Windows:Windows实例StringgetInstanceId()Get 实例ID。StringgetLastHeartbeatTime()Get 上次心跳时间String[]getSupportFeatures()Get Agent 支持的功能列表。StringgetVersion()Get Agent 版本号。voidsetAgentStatus(String AgentStatus)Set Agent状态,取值范围: Online:在线 Offline:离线voidsetEnvironment(String Environment)Set Agent运行环境,取值范围: Linux:Linux实例 Windows:Windows实例voidsetInstanceId(String InstanceId)Set 实例ID。voidsetLastHeartbeatTime(String LastHeartbeatTime)Set 上次心跳时间voidsetSupportFeatures(String[] SupportFeatures)Set Agent 支持的功能列表。voidsetVersion(String Version)Set Agent 版本号。voidtoMap(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
-
AutomationAgentInfo
public AutomationAgentInfo()
-
AutomationAgentInfo
public 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.
-
-
Method Detail
-
getInstanceId
public String getInstanceId()
Get 实例ID。- Returns:
- InstanceId 实例ID。
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 实例ID。- Parameters:
InstanceId- 实例ID。
-
getVersion
public String getVersion()
Get Agent 版本号。- Returns:
- Version Agent 版本号。
-
setVersion
public void setVersion(String Version)
Set Agent 版本号。- Parameters:
Version- Agent 版本号。
-
getLastHeartbeatTime
public String getLastHeartbeatTime()
Get 上次心跳时间- Returns:
- LastHeartbeatTime 上次心跳时间
-
setLastHeartbeatTime
public void setLastHeartbeatTime(String LastHeartbeatTime)
Set 上次心跳时间- Parameters:
LastHeartbeatTime- 上次心跳时间
-
getAgentStatus
public String getAgentStatus()
Get Agent状态,取值范围:- Online:在线
- Offline:离线
- Returns:
- AgentStatus Agent状态,取值范围:
- Online:在线
- Offline:离线
-
setAgentStatus
public void setAgentStatus(String AgentStatus)
Set Agent状态,取值范围:- Online:在线
- Offline:离线
- Parameters:
AgentStatus- Agent状态,取值范围:- Online:在线
- Offline:离线
-
getEnvironment
public String getEnvironment()
Get Agent运行环境,取值范围:- Linux:Linux实例
- Windows:Windows实例
- Returns:
- Environment Agent运行环境,取值范围:
- Linux:Linux实例
- Windows:Windows实例
-
setEnvironment
public void setEnvironment(String Environment)
Set Agent运行环境,取值范围:- Linux:Linux实例
- Windows:Windows实例
- Parameters:
Environment- Agent运行环境,取值范围:- Linux:Linux实例
- Windows:Windows实例
-
getSupportFeatures
public String[] getSupportFeatures()
Get Agent 支持的功能列表。- Returns:
- SupportFeatures Agent 支持的功能列表。
-
setSupportFeatures
public void setSupportFeatures(String[] SupportFeatures)
Set Agent 支持的功能列表。- Parameters:
SupportFeatures- Agent 支持的功能列表。
-
-