public class TopicSet extends AbstractModel
Constructor and Description |
---|
TopicSet() |
Modifier and Type | Method and Description |
---|---|
Long |
getCreateTime()
Get CreateTime
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getCreateUin()
Get CreateUin
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getFilterType()
Get FilterType
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getLastModifyTime()
Get LastModifyTime
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getMaxMsgSize()
Get MaxMsgSize
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getMsgCount()
Get MsgCount
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getMsgRetentionSeconds()
Get MsgRetentionSeconds
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getQps()
Get Qps
注意:此字段可能返回 null,表示取不到有效值。
|
Tag[] |
getTags()
Get Tags
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getTopicId()
Get TopicId
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getTopicName()
Get TopicName
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getTrace()
Get 主题是否开启消息轨迹,true表示开启,false表示不开启
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCreateTime(Long CreateTime)
Set CreateTime
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCreateUin(Long CreateUin)
Set CreateUin
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFilterType(Long FilterType)
Set FilterType
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLastModifyTime(Long LastModifyTime)
Set LastModifyTime
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMaxMsgSize(Long MaxMsgSize)
Set MaxMsgSize
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMsgCount(Long MsgCount)
Set MsgCount
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMsgRetentionSeconds(Long MsgRetentionSeconds)
Set MsgRetentionSeconds
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setQps(Long Qps)
Set Qps
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTags(Tag[] Tags)
Set Tags
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTopicId(String TopicId)
Set TopicId
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTopicName(String TopicName)
Set TopicName
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTrace(Boolean Trace)
Set 主题是否开启消息轨迹,true表示开启,false表示不开启
注意:此字段可能返回 null,表示取不到有效值。
|
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 getTopicId()
public void setTopicId(String TopicId)
TopicId
- TopicId
注意:此字段可能返回 null,表示取不到有效值。public String getTopicName()
public void setTopicName(String TopicName)
TopicName
- TopicName
注意:此字段可能返回 null,表示取不到有效值。public Long getMsgRetentionSeconds()
public void setMsgRetentionSeconds(Long MsgRetentionSeconds)
MsgRetentionSeconds
- MsgRetentionSeconds
注意:此字段可能返回 null,表示取不到有效值。public Long getMaxMsgSize()
public void setMaxMsgSize(Long MaxMsgSize)
MaxMsgSize
- MaxMsgSize
注意:此字段可能返回 null,表示取不到有效值。public Long getQps()
public void setQps(Long Qps)
Qps
- Qps
注意:此字段可能返回 null,表示取不到有效值。public Long getFilterType()
public void setFilterType(Long FilterType)
FilterType
- FilterType
注意:此字段可能返回 null,表示取不到有效值。public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime
- CreateTime
注意:此字段可能返回 null,表示取不到有效值。public Long getLastModifyTime()
public void setLastModifyTime(Long LastModifyTime)
LastModifyTime
- LastModifyTime
注意:此字段可能返回 null,表示取不到有效值。public Long getMsgCount()
public void setMsgCount(Long MsgCount)
MsgCount
- MsgCount
注意:此字段可能返回 null,表示取不到有效值。public Long getCreateUin()
public void setCreateUin(Long CreateUin)
CreateUin
- CreateUin
注意:此字段可能返回 null,表示取不到有效值。public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- Tags
注意:此字段可能返回 null,表示取不到有效值。public Boolean getTrace()
public void setTrace(Boolean Trace)
Trace
- 主题是否开启消息轨迹,true表示开启,false表示不开启
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2020. All rights reserved.