public class GetLastServiceBindingOperationResponse
extends java.lang.Object
Objects of this type are constructed by the service broker application, and used to build the response to the platform.
Modifier and Type | Class and Description |
---|---|
static class |
GetLastServiceBindingOperationResponse.GetLastServiceBindingOperationResponseBuilder
Provides a fluent API for constructing a
GetLastServiceBindingOperationResponse . |
Modifier and Type | Method and Description |
---|---|
static GetLastServiceBindingOperationResponse.GetLastServiceBindingOperationResponseBuilder |
builder()
Create a builder that provides a fluent API for constructing a GetLastServiceBindingOperationResponse.
|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDescription()
Get the description of the current asynchronous operation.
|
OperationState |
getState()
Get the current state of an asynchronous operation.
|
int |
hashCode() |
boolean |
isDeleteOperation()
Get a boolean value indicating whether the current operation is a delete operation.
|
java.lang.String |
toString() |
public OperationState getState()
public java.lang.String getDescription()
public boolean isDeleteOperation()
public static GetLastServiceBindingOperationResponse.GetLastServiceBindingOperationResponseBuilder builder()
public final boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public final int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object