public class AsyncServiceBrokerResponse
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
async |
protected java.lang.String |
operation |
Modifier | Constructor and Description |
---|---|
protected |
AsyncServiceBrokerResponse(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()
Get a description of the operation being performed in support of an asynchronous response.
|
int |
hashCode() |
boolean |
isAsync()
Get a boolean value indicating whether the requested operation is being performed synchronously or
asynchronously.
|
java.lang.String |
toString() |
protected final boolean async
protected final java.lang.String operation
protected AsyncServiceBrokerResponse(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