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 StringgetCreateTime()Get 创建时间LonggetDeleted()Get 已删除LonggetMsgCount()Get 消息最大数量LonggetMsgLife()Get 消息最大生命周期LonggetMsgSize()Get 消息最大大小StringgetPath()Get Topic完整路径StringgetProductId()Get 产品IdStringgetTopicId()Get TopicIdStringgetTopicName()Get Topic名称StringgetUpdateTime()Get 更新时间voidsetCreateTime(String CreateTime)Set 创建时间voidsetDeleted(Long Deleted)Set 已删除voidsetMsgCount(Long MsgCount)Set 消息最大数量voidsetMsgLife(Long MsgLife)Set 消息最大生命周期voidsetMsgSize(Long MsgSize)Set 消息最大大小voidsetPath(String Path)Set Topic完整路径voidsetProductId(String ProductId)Set 产品IdvoidsetTopicId(String TopicId)Set TopicIdvoidsetTopicName(String TopicName)Set Topic名称voidsetUpdateTime(String UpdateTime)Set 更新时间voidtoMap(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- 更新时间
-
-