public class GetServiceInstanceBindingResponse extends Object
Service brokers will typically construct one of the subtypes of this class to build a response.
| Modifier | Constructor and Description |
|---|---|
protected |
GetServiceInstanceBindingResponse(Map<String,Object> parameters,
BindingMetadata metadata)
Construct a new
GetServiceInstanceBindingResponse |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canEqual(Object other)
Is another object type compatible with this object
|
boolean |
equals(Object o) |
BindingMetadata |
getMetadata()
Get the service instance binding metadata
|
Map<String,Object> |
getParameters()
Get any parameters passed by the user at service binding creation.
|
int |
hashCode() |
String |
toString() |
protected GetServiceInstanceBindingResponse(Map<String,Object> parameters, BindingMetadata metadata)
GetServiceInstanceBindingResponseparameters - collection of parameterspublic Map<String,Object> getParameters()
public BindingMetadata getMetadata()
public boolean canEqual(Object other)
other - the other object