public class UpdateServiceInstanceResponse 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 |
UpdateServiceInstanceResponse.UpdateServiceInstanceResponseBuilder
Provides a fluent API for constructing an
UpdateServiceInstanceResponse . |
async, operation
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) |
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
public String getDashboardUrl()
public static UpdateServiceInstanceResponse.UpdateServiceInstanceResponseBuilder builder()
public final boolean equals(Object o)
equals
in class AsyncServiceInstanceResponse
public boolean canEqual(Object other)
canEqual
in class AsyncServiceInstanceResponse
public final int hashCode()
hashCode
in class AsyncServiceInstanceResponse
public String toString()
toString
in class AsyncServiceInstanceResponse