public final class RequestId
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static RequestId |
fromHexString(java.lang.String hexValue) |
byte[] |
get() |
java.lang.String |
toHexString() |
static <T extends Serialize> |
toRequestId(T value) |
java.lang.String |
toString() |
public static <T extends Serialize> RequestId toRequestId(T value) throws RequestIdError
RequestIdErrorpublic static RequestId fromHexString(java.lang.String hexValue)
public byte[] get()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toHexString()