public class StatusContext extends Object
Constructor and Description |
---|
StatusContext()
No args constructor for use in serialization
|
StatusContext(S3ExportTaskDefinition s3ExportTaskDefinition,
String exportIdentifier,
String streamName,
Long sequenceNumber) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
String |
getExportIdentifier()
The export identifier the status is associated with.
|
S3ExportTaskDefinition |
getS3ExportTaskDefinition()
S3 Task definition containing all the information necessary to export the data to S3.
|
Long |
getSequenceNumber()
The sequence number of the message the status is associated with.
|
String |
getStreamName()
The name of the stream the status is associated with.
|
int |
hashCode() |
void |
setExportIdentifier(String exportIdentifier)
The export identifier the status is associated with.
|
void |
setS3ExportTaskDefinition(S3ExportTaskDefinition s3ExportTaskDefinition)
S3 Task definition containing all the information necessary to export the data to S3.
|
void |
setSequenceNumber(Long sequenceNumber)
The sequence number of the message the status is associated with.
|
void |
setStreamName(String streamName)
The name of the stream the status is associated with.
|
String |
toString() |
StatusContext |
withExportIdentifier(String exportIdentifier) |
StatusContext |
withS3ExportTaskDefinition(S3ExportTaskDefinition s3ExportTaskDefinition) |
StatusContext |
withSequenceNumber(Long sequenceNumber) |
StatusContext |
withStreamName(String streamName) |
public StatusContext()
public StatusContext(S3ExportTaskDefinition s3ExportTaskDefinition, String exportIdentifier, String streamName, Long sequenceNumber)
sequenceNumber
- s3ExportTaskDefinition
- exportIdentifier
- streamName
- public S3ExportTaskDefinition getS3ExportTaskDefinition()
public void setS3ExportTaskDefinition(S3ExportTaskDefinition s3ExportTaskDefinition)
public StatusContext withS3ExportTaskDefinition(S3ExportTaskDefinition s3ExportTaskDefinition)
public String getExportIdentifier()
public void setExportIdentifier(String exportIdentifier)
public StatusContext withExportIdentifier(String exportIdentifier)
public String getStreamName()
public void setStreamName(String streamName)
public StatusContext withStreamName(String streamName)
public Long getSequenceNumber()
public void setSequenceNumber(Long sequenceNumber)
public StatusContext withSequenceNumber(Long sequenceNumber)