@Beta public final class TransactionIdentifier extends Object implements org.opendaylight.yangtools.concepts.WritableIdentifier
Constructor and Description |
---|
TransactionIdentifier(LocalHistoryIdentifier historyId,
long transactionId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
LocalHistoryIdentifier |
getHistoryId() |
long |
getTransactionId() |
int |
hashCode() |
static TransactionIdentifier |
readFrom(DataInput in) |
String |
toShortString() |
String |
toString() |
void |
writeTo(DataOutput out) |
public TransactionIdentifier(@Nonnull LocalHistoryIdentifier historyId, long transactionId)
public static TransactionIdentifier readFrom(DataInput in) throws IOException
IOException
public void writeTo(DataOutput out) throws IOException
writeTo
in interface org.opendaylight.yangtools.concepts.WritableObject
IOException
public LocalHistoryIdentifier getHistoryId()
public long getTransactionId()
public int hashCode()
public boolean equals(Object obj)
public String toShortString()
Copyright © 2019 OpenDaylight. All rights reserved.