public class CreateInLongAgentRequest extends AbstractModel
skipSign
Constructor and Description |
---|
CreateInLongAgentRequest() |
CreateInLongAgentRequest(CreateInLongAgentRequest 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 |
getAgentName()
Get 采集器名称
|
Long |
getAgentType()
Get 采集器类型,1:TKE Agent,2:BOSS SDK,默认:1
|
String |
getClusterId()
Get 当AgentType为1时,必填。当AgentType为2时,不用填
|
String |
getExecutorGroupId()
Get 集成资源组id
|
String |
getProjectId()
Get WeData项目ID
|
String |
getTkeRegion()
Get TKE集群的地域
|
void |
setAgentName(String AgentName)
Set 采集器名称
|
void |
setAgentType(Long AgentType)
Set 采集器类型,1:TKE Agent,2:BOSS SDK,默认:1
|
void |
setClusterId(String ClusterId)
Set 当AgentType为1时,必填。当AgentType为2时,不用填
|
void |
setExecutorGroupId(String ExecutorGroupId)
Set 集成资源组id
|
void |
setProjectId(String ProjectId)
Set WeData项目ID
|
void |
setTkeRegion(String TkeRegion)
Set TKE集群的地域
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateInLongAgentRequest()
public CreateInLongAgentRequest(CreateInLongAgentRequest source)
public Long getAgentType()
public void setAgentType(Long AgentType)
AgentType
- 采集器类型,1:TKE Agent,2:BOSS SDK,默认:1public String getAgentName()
public void setAgentName(String AgentName)
AgentName
- 采集器名称public String getExecutorGroupId()
public void setExecutorGroupId(String ExecutorGroupId)
ExecutorGroupId
- 集成资源组idpublic String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- WeData项目IDpublic String getTkeRegion()
public void setTkeRegion(String TkeRegion)
TkeRegion
- TKE集群的地域public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 当AgentType为1时,必填。当AgentType为2时,不用填Copyright © 2023. All rights reserved.