类 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

      public MsgInfo()
  • 方法详细资料

    • getType

      public String getType()
    • setType

      public void setType​(String type)
    • getTopicOwner

      public Integer getTopicOwner()
    • setTopicOwner

      public void setTopicOwner​(Integer topicOwner)
    • getTopicName

      public String getTopicName()
    • setTopicName

      public void setTopicName​(String topicName)
    • getSubscriptionName

      public String getSubscriptionName()
    • setSubscriptionName

      public void setSubscriptionName​(String subscriptionName)
    • getPublishTime

      public String getPublishTime()
    • setPublishTime

      public void setPublishTime​(String publishTime)
    • getMsgId

      public String getMsgId()
    • setMsgId

      public void setMsgId​(String msgId)
    • getRequestId

      public String getRequestId()
    • setRequestId

      public void setRequestId​(String requestId)
    • getMsgBody

      public String getMsgBody()
    • setMsgBody

      public void setMsgBody​(String msgBody)
    • getMsgTag

      public String getMsgTag()
    • setMsgTag

      public void setMsgTag​(String msgTag)
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object
    • equals

      public boolean equals​(Object o)
      覆盖:
      equals 在类中 Object
    • hashCode

      public int hashCode()
      覆盖:
      hashCode 在类中 Object
    • clone

      public CMQTopicEvent.MsgInfo clone()
      覆盖:
      clone 在类中 Object