@ThriftStruct public final class TransactionId extends Object
| Constructor and Description |
|---|
TransactionId(UUID uuid) |
| Modifier and Type | Method and Description |
|---|---|
static TransactionId |
create() |
boolean |
equals(Object obj) |
UUID |
getUuid() |
int |
hashCode() |
String |
toString() |
static TransactionId |
valueOf(String value) |
@ThriftConstructor public TransactionId(UUID uuid)
public static TransactionId create()
public static TransactionId valueOf(String value)
@ThriftField(value=1,
name="uuid")
public UUID getUuid()
Copyright © 2012–2024. All rights reserved.