public class TopicSet extends AbstractModel
Constructor and Description |
---|
TopicSet() |
TopicSet(TopicSet 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 |
---|---|
Long |
getCreateTime()
Get CreateTime
Note: this field may return null, indicating that no valid values can be obtained.
|
Long |
getCreateUin()
Get CreateUin
Note: this field may return null, indicating that no valid values can be obtained.
|
Long |
getFilterType()
Get FilterType
Note: this field may return null, indicating that no valid values can be obtained.
|
Long |
getLastModifyTime()
Get LastModifyTime
Note: this field may return null, indicating that no valid values can be obtained.
|
Long |
getMaxMsgSize()
Get MaxMsgSize
Note: this field may return null, indicating that no valid values can be obtained.
|
Long |
getMsgCount()
Get MsgCount
Note: this field may return null, indicating that no valid values can be obtained.
|
Long |
getMsgRetentionSeconds()
Get MsgRetentionSeconds
Note: this field may return null, indicating that no valid values can be obtained.
|
Long |
getQps()
Get Qps
Note: this field may return null, indicating that no valid values can be obtained.
|
Tag[] |
getTags()
Get Tags
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getTopicId()
Get TopicId
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getTopicName()
Get TopicName
Note: this field may return null, indicating that no valid values can be obtained.
|
Boolean |
getTrace()
Get Whether to enable message trace for a topic.
|
void |
setCreateTime(Long CreateTime)
Set CreateTime
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setCreateUin(Long CreateUin)
Set CreateUin
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setFilterType(Long FilterType)
Set FilterType
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setLastModifyTime(Long LastModifyTime)
Set LastModifyTime
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setMaxMsgSize(Long MaxMsgSize)
Set MaxMsgSize
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setMsgCount(Long MsgCount)
Set MsgCount
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setMsgRetentionSeconds(Long MsgRetentionSeconds)
Set MsgRetentionSeconds
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setQps(Long Qps)
Set Qps
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setTags(Tag[] Tags)
Set Tags
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setTopicId(String TopicId)
Set TopicId
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setTopicName(String TopicName)
Set TopicName
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setTrace(Boolean Trace)
Set Whether to enable message trace for a topic.
|
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 TopicSet()
public TopicSet(TopicSet source)
public String getTopicId()
public void setTopicId(String TopicId)
TopicId
- TopicId
Note: this field may return null, indicating that no valid values can be obtained.public String getTopicName()
public void setTopicName(String TopicName)
TopicName
- TopicName
Note: this field may return null, indicating that no valid values can be obtained.public Long getMsgRetentionSeconds()
public void setMsgRetentionSeconds(Long MsgRetentionSeconds)
MsgRetentionSeconds
- MsgRetentionSeconds
Note: this field may return null, indicating that no valid values can be obtained.public Long getMaxMsgSize()
public void setMaxMsgSize(Long MaxMsgSize)
MaxMsgSize
- MaxMsgSize
Note: this field may return null, indicating that no valid values can be obtained.public Long getQps()
public void setQps(Long Qps)
Qps
- Qps
Note: this field may return null, indicating that no valid values can be obtained.public Long getFilterType()
public void setFilterType(Long FilterType)
FilterType
- FilterType
Note: this field may return null, indicating that no valid values can be obtained.public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime
- CreateTime
Note: this field may return null, indicating that no valid values can be obtained.public Long getLastModifyTime()
public void setLastModifyTime(Long LastModifyTime)
LastModifyTime
- LastModifyTime
Note: this field may return null, indicating that no valid values can be obtained.public Long getMsgCount()
public void setMsgCount(Long MsgCount)
MsgCount
- MsgCount
Note: this field may return null, indicating that no valid values can be obtained.public Long getCreateUin()
public void setCreateUin(Long CreateUin)
CreateUin
- CreateUin
Note: this field may return null, indicating that no valid values can be obtained.public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- Tags
Note: this field may return null, indicating that no valid values can be obtained.public Boolean getTrace()
public void setTrace(Boolean Trace)
Trace
- Whether to enable message trace for a topic. true: yes, false: no
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.