public class KinesisFirehoseEventRecord
extends java.lang.Object
| Constructor and Description |
|---|
KinesisFirehoseEventRecord() |
KinesisFirehoseEventRecord(io.vertx.core.json.JsonObject json) |
| Modifier and Type | Method and Description |
|---|---|
MilliSecondsEpochTime |
getApproximateArrivalTimestamp() |
io.vertx.core.buffer.Buffer |
getData() |
java.lang.String |
getRecordId() |
KinesisFirehoseEventRecord |
setApproximateArrivalTimestamp(MilliSecondsEpochTime approximateArrivalTimestamp) |
KinesisFirehoseEventRecord |
setData(io.vertx.core.buffer.Buffer data) |
KinesisFirehoseEventRecord |
setRecordId(java.lang.String recordId) |
io.vertx.core.json.JsonObject |
toJson() |
java.lang.String |
toString() |
public KinesisFirehoseEventRecord()
public KinesisFirehoseEventRecord(io.vertx.core.json.JsonObject json)
public io.vertx.core.json.JsonObject toJson()
public MilliSecondsEpochTime getApproximateArrivalTimestamp()
public KinesisFirehoseEventRecord setApproximateArrivalTimestamp(MilliSecondsEpochTime approximateArrivalTimestamp)
public io.vertx.core.buffer.Buffer getData()
public KinesisFirehoseEventRecord setData(io.vertx.core.buffer.Buffer data)
public java.lang.String getRecordId()
public KinesisFirehoseEventRecord setRecordId(java.lang.String recordId)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2019. All Rights Reserved.