类 CMQTopicEvent.MsgInfo
java.lang.Object
com.qcloud.services.scf.runtime.events.CMQTopicEvent.MsgInfo
- 所有已实现的接口:
Serializable,Cloneable
- 封闭类:
- CMQTopicEvent
public static class CMQTopicEvent.MsgInfo extends Object implements Serializable, Cloneable
- 另请参阅:
- 序列化表格
-
构造器概要
构造器 构造器 说明 MsgInfo() -
方法概要
修饰符和类型 方法 说明 CMQTopicEvent.MsgInfoclone()booleanequals(Object o)StringgetMsgBody()StringgetMsgId()StringgetMsgTag()StringgetPublishTime()StringgetRequestId()StringgetSubscriptionName()StringgetTopicName()IntegergetTopicOwner()StringgetType()inthashCode()voidsetMsgBody(String msgBody)voidsetMsgId(String msgId)voidsetMsgTag(String msgTag)voidsetPublishTime(String publishTime)voidsetRequestId(String requestId)voidsetSubscriptionName(String subscriptionName)voidsetTopicName(String topicName)voidsetTopicOwner(Integer topicOwner)voidsetType(String type)StringtoString()
-
构造器详细资料
-
MsgInfo
public MsgInfo()
-
-
方法详细资料
-
getType
-
setType
-
getTopicOwner
-
setTopicOwner
-
getTopicName
-
setTopicName
-
getSubscriptionName
-
setSubscriptionName
-
getPublishTime
-
setPublishTime
-
getMsgId
-
setMsgId
-
getRequestId
-
setRequestId
-
getMsgBody
-
setMsgBody
-
getMsgTag
-
setMsgTag
-
toString
-
equals
-
hashCode
public int hashCode() -
clone
-