public class CreateServiceInstanceResponse extends AsyncServiceInstanceResponse
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 |
CreateServiceInstanceResponse.CreateServiceInstanceResponseBuilder
Provides a fluent API for constructing a
CreateServiceInstanceResponse . |
async, operation
Modifier and Type | Method and Description |
---|---|
static CreateServiceInstanceResponse.CreateServiceInstanceResponseBuilder |
builder()
Create a builder that provides a fluent API for constructing a CreateServiceInstanceResponse.
|
boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDashboardUrl()
Get the URL of a web-based management user interface for the service instance.
|
int |
hashCode() |
boolean |
isInstanceExisted()
Get the boolean value indicating whether the service instance already exists with the same parameters as the
requested service instance.
|
java.lang.String |
toString() |
getOperation, isAsync
public java.lang.String getDashboardUrl()
public boolean isInstanceExisted()
public static CreateServiceInstanceResponse.CreateServiceInstanceResponseBuilder builder()
public final boolean equals(java.lang.Object o)
equals
in class AsyncServiceInstanceResponse
public boolean canEqual(java.lang.Object other)
canEqual
in class AsyncServiceInstanceResponse
public final int hashCode()
hashCode
in class AsyncServiceInstanceResponse
public java.lang.String toString()
toString
in class AsyncServiceInstanceResponse