public class AsyncServiceInstanceResponse
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
async
Indicates whether the request to the service broker is complete.
|
protected java.lang.String |
operation
For async responses, service brokers can return operation state as a string.
|
Modifier | Constructor and Description |
---|---|
protected |
AsyncServiceInstanceResponse(boolean async,
java.lang.String operation) |
Modifier and Type | Method and Description |
---|---|
boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getOperation() |
int |
hashCode() |
boolean |
isAsync() |
java.lang.String |
toString() |
protected final boolean async
false
value indicates that the
request was completed, a true
value indicates that the broker is processing the request
asynchronously.protected final java.lang.String operation
null
to indicate
that an operation state is not provided.protected AsyncServiceInstanceResponse(boolean async, java.lang.String operation)
public boolean isAsync()
public java.lang.String getOperation()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object