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) |
java.lang.String |
getId()
ID of the operation.
|
OperationState |
getState()
State 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 java.lang.String getId()
public OperationState getState()
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