Class GetServiceInstanceBindingResponse

java.lang.Object
org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceBindingResponse
Direct Known Subclasses:
GetServiceInstanceAppBindingResponse, GetServiceInstanceRouteBindingResponse

public class GetServiceInstanceBindingResponse extends Object
Details of a response to a request to retrieve a service instance binding.

Service brokers will typically construct one of the subtypes of this class to build a response.

Author:
Scott Frederick, Roy Clarkson
  • Constructor Details

  • Method Details

    • getParameters

      public Map<String,Object> getParameters()
      Get any parameters passed by the user at service binding creation.
      Returns:
      the populated Map
    • getMetadata

      public BindingMetadata getMetadata()
      Get the service instance binding metadata.
      Returns:
      the metadata
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      public boolean canEqual(Object other)
      Is another object type compatible with this object.
      Parameters:
      other - the other object
      Returns:
      true of compatible
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object