Class DeleteInLongAgentRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.wedata.v20210820.models.DeleteInLongAgentRequest
-
public class DeleteInLongAgentRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteInLongAgentRequest()
DeleteInLongAgentRequest(DeleteInLongAgentRequest 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 String
getAgentId()
Get 采集器IDString
getProjectId()
Get WeData项目IDvoid
setAgentId(String AgentId)
Set 采集器IDvoid
setProjectId(String ProjectId)
Set WeData项目IDvoid
toMap(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
-
DeleteInLongAgentRequest
public DeleteInLongAgentRequest()
-
DeleteInLongAgentRequest
public DeleteInLongAgentRequest(DeleteInLongAgentRequest 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
-
getAgentId
public String getAgentId()
Get 采集器ID- Returns:
- AgentId 采集器ID
-
setAgentId
public void setAgentId(String AgentId)
Set 采集器ID- Parameters:
AgentId
- 采集器ID
-
getProjectId
public String getProjectId()
Get WeData项目ID- Returns:
- ProjectId WeData项目ID
-
setProjectId
public void setProjectId(String ProjectId)
Set WeData项目ID- Parameters:
ProjectId
- WeData项目ID
-
-