public static class KinesisAnalyticsInputPreprocessingResponse.Record extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
ByteBuffer |
data |
String |
recordId |
KinesisAnalyticsInputPreprocessingResponse.Result |
result |
Constructor and Description |
---|
Record() |
Record(String recordId,
KinesisAnalyticsInputPreprocessingResponse.Result result,
ByteBuffer data) |
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
getData() |
String |
getRecordId() |
KinesisAnalyticsInputPreprocessingResponse.Result |
getResult() |
void |
setData(ByteBuffer data) |
void |
setRecordId(String recordId) |
void |
setResult(KinesisAnalyticsInputPreprocessingResponse.Result result) |
public String recordId
public KinesisAnalyticsInputPreprocessingResponse.Result result
public ByteBuffer data
public Record()
public Record(String recordId, KinesisAnalyticsInputPreprocessingResponse.Result result, ByteBuffer data)
public String getRecordId()
public void setRecordId(String recordId)
public KinesisAnalyticsInputPreprocessingResponse.Result getResult()
public void setResult(KinesisAnalyticsInputPreprocessingResponse.Result result)
public ByteBuffer getData()
public void setData(ByteBuffer data)
Copyright © 2019. All rights reserved.