Class Topic
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iot.v20180123.models.Topic
-
public class Topic extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCreateTime()
Get 创建时间Long
getDeleted()
Get 已删除Long
getMsgCount()
Get 消息最大数量Long
getMsgLife()
Get 消息最大生命周期Long
getMsgSize()
Get 消息最大大小String
getPath()
Get Topic完整路径String
getProductId()
Get 产品IdString
getTopicId()
Get TopicIdString
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 产品Idvoid
setTopicId(String TopicId)
Set TopicIdvoid
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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
Topic
public Topic()
-
Topic
public Topic(Topic 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.
-
-
Method Detail
-
getTopicId
public String getTopicId()
Get TopicId- Returns:
- TopicId TopicId
-
setTopicId
public void setTopicId(String TopicId)
Set TopicId- Parameters:
TopicId
- TopicId
-
getTopicName
public String getTopicName()
Get Topic名称- Returns:
- TopicName Topic名称
-
setTopicName
public void setTopicName(String TopicName)
Set Topic名称- Parameters:
TopicName
- Topic名称
-
getProductId
public String getProductId()
Get 产品Id- Returns:
- ProductId 产品Id
-
setProductId
public void setProductId(String ProductId)
Set 产品Id- Parameters:
ProductId
- 产品Id
-
getMsgLife
public Long getMsgLife()
Get 消息最大生命周期- Returns:
- MsgLife 消息最大生命周期
-
setMsgLife
public void setMsgLife(Long MsgLife)
Set 消息最大生命周期- Parameters:
MsgLife
- 消息最大生命周期
-
getMsgSize
public Long getMsgSize()
Get 消息最大大小- Returns:
- MsgSize 消息最大大小
-
setMsgSize
public void setMsgSize(Long MsgSize)
Set 消息最大大小- Parameters:
MsgSize
- 消息最大大小
-
getMsgCount
public Long getMsgCount()
Get 消息最大数量- Returns:
- MsgCount 消息最大数量
-
setMsgCount
public void setMsgCount(Long MsgCount)
Set 消息最大数量- Parameters:
MsgCount
- 消息最大数量
-
getDeleted
public Long getDeleted()
Get 已删除- Returns:
- Deleted 已删除
-
setDeleted
public void setDeleted(Long Deleted)
Set 已删除- Parameters:
Deleted
- 已删除
-
getPath
public String getPath()
Get Topic完整路径- Returns:
- Path Topic完整路径
-
setPath
public void setPath(String Path)
Set Topic完整路径- Parameters:
Path
- Topic完整路径
-
getCreateTime
public String getCreateTime()
Get 创建时间- Returns:
- CreateTime 创建时间
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 创建时间- Parameters:
CreateTime
- 创建时间
-
getUpdateTime
public String getUpdateTime()
Get 更新时间- Returns:
- UpdateTime 更新时间
-
setUpdateTime
public void setUpdateTime(String UpdateTime)
Set 更新时间- Parameters:
UpdateTime
- 更新时间
-
-