public class Topic extends AbstractModel
Constructor and Description |
---|
Topic() |
Modifier and Type | Method and Description |
---|---|
String |
getCreateTime()
获取创建时间
|
Integer |
getDeleted()
获取已删除
|
Integer |
getMsgCount()
获取消息最大数量
|
Integer |
getMsgLife()
获取消息最大生命周期
|
Integer |
getMsgSize()
获取消息最大大小
|
String |
getPath()
获取Topic完整路径
|
String |
getProductId()
获取产品Id
|
String |
getTopicId()
获取TopicId
|
String |
getTopicName()
获取Topic名称
|
String |
getUpdateTime()
获取更新时间
|
void |
setCreateTime(String CreateTime)
设置创建时间
|
void |
setDeleted(Integer Deleted)
设置已删除
|
void |
setMsgCount(Integer MsgCount)
设置消息最大数量
|
void |
setMsgLife(Integer MsgLife)
设置消息最大生命周期
|
void |
setMsgSize(Integer MsgSize)
设置消息最大大小
|
void |
setPath(String Path)
设置Topic完整路径
|
void |
setProductId(String ProductId)
设置产品Id
|
void |
setTopicId(String TopicId)
设置TopicId
|
void |
setTopicName(String TopicName)
设置Topic名称
|
void |
setUpdateTime(String UpdateTime)
设置更新时间
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
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 Integer getMsgLife()
public void setMsgLife(Integer MsgLife)
MsgLife
- 消息最大生命周期public Integer getMsgSize()
public void setMsgSize(Integer MsgSize)
MsgSize
- 消息最大大小public Integer getMsgCount()
public void setMsgCount(Integer MsgCount)
MsgCount
- 消息最大数量public Integer getDeleted()
public void setDeleted(Integer 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 © 2019. All rights reserved.