public abstract class AsyncServiceInstanceRequest extends ServiceBrokerRequest
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ASYNC_REQUEST_PARAMETER |
protected boolean |
asyncAccepted
Indicates whether clients of the service broker allow the broker to complete the request asynchronously.
|
API_INFO_LOCATION_HEADER, apiInfoLocation, BINDING_ID_PATH_VARIABLE, INSTANCE_ID_PATH_VARIABLE, ORIGINATING_IDENTITY_HEADER, originatingIdentity, PLAN_ID_PARAMETER, PLATFORM_INSTANCE_ID_VARIABLE, platformInstanceId, SERVICE_ID_PARAMETER
Modifier | Constructor and Description |
---|---|
protected |
AsyncServiceInstanceRequest() |
protected |
AsyncServiceInstanceRequest(boolean asyncAccepted,
java.lang.String platformInstanceId,
java.lang.String apiInfoLocation,
Context originatingIdentity) |
Modifier and Type | Method and Description |
---|---|
boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
boolean |
isAsyncAccepted() |
void |
setAsyncAccepted(boolean asyncAccepted) |
java.lang.String |
toString() |
getApiInfoLocation, getOriginatingIdentity, getPlatformInstanceId, setApiInfoLocation, setOriginatingIdentity, setPlatformInstanceId
public static final java.lang.String ASYNC_REQUEST_PARAMETER
protected transient boolean asyncAccepted
false
value indicates that clients do not allow asynchronous processing of requests, a
true
value indicates that clients do allow asynchronous processing.protected AsyncServiceInstanceRequest()
protected AsyncServiceInstanceRequest(boolean asyncAccepted, java.lang.String platformInstanceId, java.lang.String apiInfoLocation, Context originatingIdentity)
public boolean isAsyncAccepted()
public void setAsyncAccepted(boolean asyncAccepted)
public boolean equals(java.lang.Object o)
equals
in class ServiceBrokerRequest
public boolean canEqual(java.lang.Object other)
canEqual
in class ServiceBrokerRequest
public int hashCode()
hashCode
in class ServiceBrokerRequest
public java.lang.String toString()
toString
in class ServiceBrokerRequest