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.UpdateServiceInstanceResponseBuilderProvides a fluent API for constructing an  UpdateServiceInstanceResponse. | 
async, operation| Constructor and Description | 
|---|
| UpdateServiceInstanceResponse()Construct a new  UpdateServiceInstanceResponse | 
| UpdateServiceInstanceResponse(boolean async,
                             String operation,
                             String dashboardUrl)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. | 
| int | hashCode() | 
| String | toString() | 
getOperation, isAsync, validateOperationLengthpublic UpdateServiceInstanceResponse()
UpdateServiceInstanceResponsepublic UpdateServiceInstanceResponse(boolean async,
                                     String operation,
                                     String dashboardUrl)
UpdateServiceInstanceResponseasync - is the operation asynchronousoperation - description of the operation being performeddashboardUrl - the dashboard URLpublic String getDashboardUrl()
public static UpdateServiceInstanceResponse.UpdateServiceInstanceResponseBuilder builder()
public final boolean equals(Object o)
equals in class AsyncServiceBrokerResponsepublic boolean canEqual(Object other)
AsyncServiceBrokerResponsecanEqual in class AsyncServiceBrokerResponseother - the other objectpublic final int hashCode()
hashCode in class AsyncServiceBrokerResponsepublic String toString()
toString in class AsyncServiceBrokerResponse