public class TimelineIdentifier extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TimelineIdentifier.Builder |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
PrimaryKeyColumn |
getField(int index)
Return the field at the specified position.
|
List<PrimaryKeyColumn> |
getFields()
Return all the fields of the timeline identifier.
|
int |
hashCode() |
String |
toString() |
public List<PrimaryKeyColumn> getFields()
public PrimaryKeyColumn getField(int index)
index - index of fields to returnIndexOutOfBoundsException - if the index is out of boundsCopyright © 2024. All Rights Reserved.