类 CKafkaEvent.MsgInfo

java.lang.Object
com.qcloud.services.scf.runtime.events.CKafkaEvent.MsgInfo
所有已实现的接口:
Serializable, Cloneable
封闭类:
CKafkaEvent

public static class CKafkaEvent.MsgInfo
extends Object
implements Serializable, Cloneable
另请参阅:
序列化表格
  • 构造器详细资料

    • MsgInfo

      public MsgInfo()
  • 方法详细资料

    • getTopic

      public String getTopic()
    • setTopic

      public void setTopic​(String topic)
    • getPartition

      public Integer getPartition()
    • setPartition

      public void setPartition​(Integer partition)
    • getOffset

      public Integer getOffset()
    • setOffset

      public void setOffset​(Integer offset)
    • getMsgKey

      public String getMsgKey()
    • setMsgKey

      public void setMsgKey​(String msgKey)
    • getMsgBody

      public String getMsgBody()
    • setMsgBody

      public void setMsgBody​(String msgBody)
    • toString

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

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

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

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