Class ApplyConfigToMachineGroupRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cls.v20201016.models.ApplyConfigToMachineGroupRequest
-
public class ApplyConfigToMachineGroupRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ApplyConfigToMachineGroupRequest()ApplyConfigToMachineGroupRequest(ApplyConfigToMachineGroupRequest 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 StringgetConfigId()Get 采集配置IDStringgetGroupId()Get 机器组IDvoidsetConfigId(String ConfigId)Set 采集配置IDvoidsetGroupId(String GroupId)Set 机器组IDvoidtoMap(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
-
ApplyConfigToMachineGroupRequest
public ApplyConfigToMachineGroupRequest()
-
ApplyConfigToMachineGroupRequest
public ApplyConfigToMachineGroupRequest(ApplyConfigToMachineGroupRequest 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
-
getConfigId
public String getConfigId()
Get 采集配置ID- Returns:
- ConfigId 采集配置ID
-
setConfigId
public void setConfigId(String ConfigId)
Set 采集配置ID- Parameters:
ConfigId- 采集配置ID
-
getGroupId
public String getGroupId()
Get 机器组ID- Returns:
- GroupId 机器组ID
-
setGroupId
public void setGroupId(String GroupId)
Set 机器组ID- Parameters:
GroupId- 机器组ID
-
-