public class CreateTopicRuleRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateTopicRuleRequest() |
CreateTopicRuleRequest(CreateTopicRuleRequest 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 |
getRuleName()
Get 规则名称
|
TopicRulePayload |
getTopicRulePayload()
Get 规则内容
|
void |
setRuleName(String RuleName)
Set 规则名称
|
void |
setTopicRulePayload(TopicRulePayload TopicRulePayload)
Set 规则内容
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateTopicRuleRequest()
public CreateTopicRuleRequest(CreateTopicRuleRequest source)
public String getRuleName()
public void setRuleName(String RuleName)
RuleName
- 规则名称public TopicRulePayload getTopicRulePayload()
public void setTopicRulePayload(TopicRulePayload TopicRulePayload)
TopicRulePayload
- 规则内容Copyright © 2024. All rights reserved.