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 status.
|
String |
getEnvironment()
Get Agent runtime environment.
|
String |
getInstanceId()
Get Instance ID.
|
String |
getLastHeartbeatTime()
Get Last heartbeat time
|
String[] |
getSupportFeatures()
Get Features supported by the TAT agent.
|
String |
getVersion()
Get Agent version.
|
void |
setAgentStatus(String AgentStatus)
Set Agent status.
|
void |
setEnvironment(String Environment)
Set Agent runtime environment.
|
void |
setInstanceId(String InstanceId)
Set Instance ID.
|
void |
setLastHeartbeatTime(String LastHeartbeatTime)
Set Last heartbeat time
|
void |
setSupportFeatures(String[] SupportFeatures)
Set Features supported by the TAT agent.
|
void |
setVersion(String Version)
Set Agent version.
|
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
- Instance ID.public String getVersion()
public void setVersion(String Version)
Version
- Agent version.public String getLastHeartbeatTime()
public void setLastHeartbeatTime(String LastHeartbeatTime)
LastHeartbeatTime
- Last heartbeat timepublic String getAgentStatus()
public void setAgentStatus(String AgentStatus)
AgentStatus
- Agent status. Valid values:
public String getEnvironment()
public void setEnvironment(String Environment)
Environment
- Agent runtime environment. Valid values:
public String[] getSupportFeatures()
public void setSupportFeatures(String[] SupportFeatures)
SupportFeatures
- Features supported by the TAT agent.Copyright © 2023. All rights reserved.