public class CreateTopicRequest extends AbstractModel
Constructor and Description |
---|
CreateTopicRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getFilterType()
Get FilterType
|
Long |
getMaxMsgSize()
Get MaxMsgSize
|
Long |
getMsgRetentionSeconds()
Get MsgRetentionSeconds
|
String |
getTopicName()
Get TopicName
|
Boolean |
getTrace()
Get 是否开启消息轨迹标识,true表示开启,false表示不开启,不填表示不开启。
|
void |
setFilterType(Long FilterType)
Set FilterType
|
void |
setMaxMsgSize(Long MaxMsgSize)
Set MaxMsgSize
|
void |
setMsgRetentionSeconds(Long MsgRetentionSeconds)
Set MsgRetentionSeconds
|
void |
setTopicName(String TopicName)
Set TopicName
|
void |
setTrace(Boolean Trace)
Set 是否开启消息轨迹标识,true表示开启,false表示不开启,不填表示不开启。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getTopicName()
public void setTopicName(String TopicName)
TopicName
- TopicNamepublic Long getMaxMsgSize()
public void setMaxMsgSize(Long MaxMsgSize)
MaxMsgSize
- MaxMsgSizepublic Long getFilterType()
public void setFilterType(Long FilterType)
FilterType
- FilterTypepublic Long getMsgRetentionSeconds()
public void setMsgRetentionSeconds(Long MsgRetentionSeconds)
MsgRetentionSeconds
- MsgRetentionSecondspublic Boolean getTrace()
public void setTrace(Boolean Trace)
Trace
- 是否开启消息轨迹标识,true表示开启,false表示不开启,不填表示不开启。Copyright © 2020. All rights reserved.