public class UpdateServiceInstanceResponse extends AsyncServiceBrokerResponse
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 |
UpdateServiceInstanceResponse.UpdateServiceInstanceResponseBuilder
Provides a fluent API for constructing an
UpdateServiceInstanceResponse . |
async, operation
Constructor and Description |
---|
UpdateServiceInstanceResponse()
Construct a new
UpdateServiceInstanceResponse |
UpdateServiceInstanceResponse(boolean async,
String operation,
String dashboardUrl,
ServiceInstanceMetadata metadata)
Construct a new
UpdateServiceInstanceResponse |
Modifier and Type | Method and Description |
---|---|
static UpdateServiceInstanceResponse.UpdateServiceInstanceResponseBuilder |
builder()
Create a builder that provides a fluent API for constructing an UpdateServiceInstanceResponse.
|
boolean |
canEqual(Object other)
Is another object type compatible with this object
|
boolean |
equals(Object o) |
String |
getDashboardUrl()
Get the URL of a web-based management user interface for the service instance.
|
ServiceInstanceMetadata |
getMetadata()
Get object containing metadata for the service instance
|
int |
hashCode() |
String |
toString() |
getOperation, isAsync, validateOperationLength
public UpdateServiceInstanceResponse()
UpdateServiceInstanceResponse
public UpdateServiceInstanceResponse(boolean async, String operation, String dashboardUrl, ServiceInstanceMetadata metadata)
UpdateServiceInstanceResponse
async
- is the operation asynchronousoperation
- description of the operation being performeddashboardUrl
- the dashboard URLmetadata
- containing metadata for the service instancepublic String getDashboardUrl()
public ServiceInstanceMetadata getMetadata()
public static UpdateServiceInstanceResponse.UpdateServiceInstanceResponseBuilder builder()
public final boolean equals(Object o)
equals
in class AsyncServiceBrokerResponse
public boolean canEqual(Object other)
AsyncServiceBrokerResponse
canEqual
in class AsyncServiceBrokerResponse
other
- the other objectpublic final int hashCode()
hashCode
in class AsyncServiceBrokerResponse
public String toString()
toString
in class AsyncServiceBrokerResponse