public class GetServiceInstanceResponse
extends java.lang.Object
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 |
GetServiceInstanceResponse.GetServiceInstanceResponseBuilder
Provides a fluent API for constructing a
GetServiceInstanceResponse. |
| Modifier and Type | Method and Description |
|---|---|
static GetServiceInstanceResponse.GetServiceInstanceResponseBuilder |
builder()
Create a builder that provides a fluent API for constructing a GetServiceInstanceResponse.
|
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.
|
java.util.Map<java.lang.String,java.lang.Object> |
getParameters()
Get any parameters provided to the service broker when the service instance was created.
|
java.lang.String |
getPlanId()
Get the ID of the plan associated with the service instance.
|
java.lang.String |
getServiceDefinitionId()
Get the ID of the service definition associated with the service instance.
|
int |
hashCode() |
java.lang.String |
toString() |
public java.lang.String getServiceDefinitionId()
public java.lang.String getPlanId()
public java.lang.String getDashboardUrl()
public java.util.Map<java.lang.String,java.lang.Object> getParameters()
public static GetServiceInstanceResponse.GetServiceInstanceResponseBuilder builder()
public final boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic final boolean canEqual(java.lang.Object other)
public final int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object