public class Topic extends AbstractModel
Constructor and Description |
---|
Topic() |
Modifier and Type | Method and Description |
---|---|
String |
getCreateTime()
Get 创建时间
|
Long |
getDeleted()
Get 已删除
|
Long |
getMsgCount()
Get 消息最大数量
|
Long |
getMsgLife()
Get 消息最大生命周期
|
Long |
getMsgSize()
Get 消息最大大小
|
String |
getPath()
Get Topic完整路径
|
String |
getProductId()
Get 产品Id
|
String |
getTopicId()
Get TopicId
|
String |
getTopicName()
Get Topic名称
|
String |
getUpdateTime()
Get 更新时间
|
void |
setCreateTime(String CreateTime)
Set 创建时间
|
void |
setDeleted(Long Deleted)
Set 已删除
|
void |
setMsgCount(Long MsgCount)
Set 消息最大数量
|
void |
setMsgLife(Long MsgLife)
Set 消息最大生命周期
|
void |
setMsgSize(Long MsgSize)
Set 消息最大大小
|
void |
setPath(String Path)
Set Topic完整路径
|
void |
setProductId(String ProductId)
Set 产品Id
|
void |
setTopicId(String TopicId)
Set TopicId
|
void |
setTopicName(String TopicName)
Set Topic名称
|
void |
setUpdateTime(String UpdateTime)
Set 更新时间
|
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
- TopicIdpublic String getTopicName()
public void setTopicName(String TopicName)
TopicName
- Topic名称public String getProductId()
public void setProductId(String ProductId)
ProductId
- 产品Idpublic Long getMsgLife()
public void setMsgLife(Long MsgLife)
MsgLife
- 消息最大生命周期public Long getMsgSize()
public void setMsgSize(Long MsgSize)
MsgSize
- 消息最大大小public Long getMsgCount()
public void setMsgCount(Long MsgCount)
MsgCount
- 消息最大数量public Long getDeleted()
public void setDeleted(Long Deleted)
Deleted
- 已删除public String getPath()
public void setPath(String Path)
Path
- Topic完整路径public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- 更新时间Copyright © 2020. All rights reserved.