Class CreateTargetRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.eb.v20210416.models.CreateTargetRequest
-
public class CreateTargetRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateTargetRequest()CreateTargetRequest(CreateTargetRequest 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 StringgetEventBusId()Get 事件集IDStringgetRuleId()Get 事件规则IDTargetDescriptiongetTargetDescription()Get 目标描述StringgetType()Get 目标类型voidsetEventBusId(String EventBusId)Set 事件集IDvoidsetRuleId(String RuleId)Set 事件规则IDvoidsetTargetDescription(TargetDescription TargetDescription)Set 目标描述voidsetType(String Type)Set 目标类型voidtoMap(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
-
CreateTargetRequest
public CreateTargetRequest()
-
CreateTargetRequest
public CreateTargetRequest(CreateTargetRequest 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
-
getEventBusId
public String getEventBusId()
Get 事件集ID- Returns:
- EventBusId 事件集ID
-
setEventBusId
public void setEventBusId(String EventBusId)
Set 事件集ID- Parameters:
EventBusId- 事件集ID
-
getType
public String getType()
Get 目标类型- Returns:
- Type 目标类型
-
setType
public void setType(String Type)
Set 目标类型- Parameters:
Type- 目标类型
-
getTargetDescription
public TargetDescription getTargetDescription()
Get 目标描述- Returns:
- TargetDescription 目标描述
-
setTargetDescription
public void setTargetDescription(TargetDescription TargetDescription)
Set 目标描述- Parameters:
TargetDescription- 目标描述
-
getRuleId
public String getRuleId()
Get 事件规则ID- Returns:
- RuleId 事件规则ID
-
setRuleId
public void setRuleId(String RuleId)
Set 事件规则ID- Parameters:
RuleId- 事件规则ID
-
-