类 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() -
方法概要
修饰符和类型 方法 说明 CKafkaEvent.MsgInfoclone()booleanequals(Object o)StringgetMsgBody()StringgetMsgKey()IntegergetOffset()IntegergetPartition()StringgetTopic()inthashCode()voidsetMsgBody(String msgBody)voidsetMsgKey(String msgKey)voidsetOffset(Integer offset)voidsetPartition(Integer partition)voidsetTopic(String topic)StringtoString()