类 CKafkaEvent
java.lang.Object
com.qcloud.services.scf.runtime.events.CKafkaEvent
- 所有已实现的接口:
Serializable,Cloneable
public class CKafkaEvent extends Object implements Serializable, Cloneable
Class that represents an CKafka Event
- 另请参阅:
- 序列化表格
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classCKafkaEvent.MsgInfostatic classCKafkaEvent.Record -
构造器概要
构造器 构造器 说明 CKafkaEvent() -
方法概要
修饰符和类型 方法 说明 CKafkaEventclone()booleanequals(Object o)List<CKafkaEvent.Record>getRecords()inthashCode()voidsetRecords(List<CKafkaEvent.Record> records)StringtoString()