public class RecordAttributes extends Object
| Constructor and Description |
|---|
RecordAttributes() |
RecordAttributes(String sequenceNumber,
long subSequenceNumber,
String approximateArrivalTimestamp,
String partitionKey,
String encryptionType,
boolean aggregated,
String shardId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getApproximateArrivalTimestamp() |
String |
getEncryptionType() |
String |
getPartitionKey() |
String |
getSequenceNumber() |
String |
getShardId() |
long |
getSubSequenceNumber() |
int |
hashCode() |
boolean |
isAggregated() |
public String getSequenceNumber()
public long getSubSequenceNumber()
public String getApproximateArrivalTimestamp()
public String getPartitionKey()
public String getEncryptionType()
public boolean isAggregated()
public String getShardId()
Copyright © 2025 MuleSoft, Inc.. All rights reserved.