public class InLongAgentDetail extends AbstractModel
| Constructor and Description |
|---|
InLongAgentDetail() |
InLongAgentDetail(InLongAgentDetail 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 |
getAgentId()
Get Agent ID
|
String |
getAgentName()
Get Agent Name
|
Long |
getAgentType()
Get 集群类型,1:TKE Agent,2:BOSS SDK,默认:1
|
String |
getExecutorGroupId()
Get 集成资源组Id
|
String |
getExecutorGroupName()
Get 集成资源组名称
|
String |
getSource()
Get 采集来源
|
String |
getStatus()
Get Agent状态(running运行中,initializing 操作中,failed心跳异常)
|
String |
getStatusDesc()
Get Agent状态描述
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTaskCount()
Get 关联任务数
|
String |
getVpcId()
Get VPC
|
void |
setAgentId(String AgentId)
Set Agent ID
|
void |
setAgentName(String AgentName)
Set Agent Name
|
void |
setAgentType(Long AgentType)
Set 集群类型,1:TKE Agent,2:BOSS SDK,默认:1
|
void |
setExecutorGroupId(String ExecutorGroupId)
Set 集成资源组Id
|
void |
setExecutorGroupName(String ExecutorGroupName)
Set 集成资源组名称
|
void |
setSource(String Source)
Set 采集来源
|
void |
setStatus(String Status)
Set Agent状态(running运行中,initializing 操作中,failed心跳异常)
|
void |
setStatusDesc(String StatusDesc)
Set Agent状态描述
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTaskCount(Long TaskCount)
Set 关联任务数
|
void |
setVpcId(String VpcId)
Set VPC
|
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, toJsonStringpublic InLongAgentDetail()
public InLongAgentDetail(InLongAgentDetail source)
public String getAgentId()
public void setAgentId(String AgentId)
AgentId - Agent IDpublic String getAgentName()
public void setAgentName(String AgentName)
AgentName - Agent Namepublic String getStatus()
public void setStatus(String Status)
Status - Agent状态(running运行中,initializing 操作中,failed心跳异常)public String getStatusDesc()
public void setStatusDesc(String StatusDesc)
StatusDesc - Agent状态描述
注意:此字段可能返回 null,表示取不到有效值。public Long getAgentType()
public void setAgentType(Long AgentType)
AgentType - 集群类型,1:TKE Agent,2:BOSS SDK,默认:1public String getSource()
public void setSource(String Source)
Source - 采集来源public String getVpcId()
public void setVpcId(String VpcId)
VpcId - VPCpublic String getExecutorGroupId()
public void setExecutorGroupId(String ExecutorGroupId)
ExecutorGroupId - 集成资源组Idpublic String getExecutorGroupName()
public void setExecutorGroupName(String ExecutorGroupName)
ExecutorGroupName - 集成资源组名称public Long getTaskCount()
public void setTaskCount(Long TaskCount)
TaskCount - 关联任务数Copyright © 2022. All rights reserved.