public class OperationInfo
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OperationInfo.Builder
Builder for operation info.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
OperationState |
getState()
State of the operation.
|
java.lang.String |
getToken()
Token of the operation.
|
int |
hashCode() |
static OperationInfo.Builder |
newBuilder()
Create a builder.
|
static OperationInfo.Builder |
newBuilder(OperationInfo info)
Create a builder from existing info.
|
java.lang.String |
toString() |
public static OperationInfo.Builder newBuilder()
public static OperationInfo.Builder newBuilder(OperationInfo info)
public OperationState getState()
public java.lang.String getToken()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object