Class CheckRuleRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.eb.v20210416.models.CheckRuleRequest
-
public class CheckRuleRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CheckRuleRequest()CheckRuleRequest(CheckRuleRequest 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 StringgetEvent()Get Event信息StringgetEventPattern()Get EventPattern信息voidsetEvent(String Event)Set Event信息voidsetEventPattern(String EventPattern)Set EventPattern信息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
-
CheckRuleRequest
public CheckRuleRequest()
-
CheckRuleRequest
public CheckRuleRequest(CheckRuleRequest 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
-
getEvent
public String getEvent()
Get Event信息- Returns:
- Event Event信息
-
setEvent
public void setEvent(String Event)
Set Event信息- Parameters:
Event- Event信息
-
getEventPattern
public String getEventPattern()
Get EventPattern信息- Returns:
- EventPattern EventPattern信息
-
setEventPattern
public void setEventPattern(String EventPattern)
Set EventPattern信息- Parameters:
EventPattern- EventPattern信息
-
-