java.lang.Object
org.springframework.cloud.servicebroker.autoconfigure.web.DashboardClient

public class DashboardClient extends Object
Internal class for marshaling ServiceBrokerProperties configuration properties that describe the dashboard URI for a ServiceDefinition.
Author:
Roy Clarkson
See Also:
  • Constructor Details

    • DashboardClient

      public DashboardClient()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getSecret

      public String getSecret()
    • setSecret

      public void setSecret(String secret)
    • getRedirectUri

      public String getRedirectUri()
    • setRedirectUri

      public void setRedirectUri(String redirectUri)
    • toModel

      public DashboardClient toModel()
      Converts this object into its corresponding model.
      Returns:
      a DashboardClient model
      See Also: