Class DashboardClient
java.lang.Object
org.springframework.cloud.servicebroker.autoconfigure.web.DashboardClient
Internal class for marshaling
ServiceBrokerProperties configuration properties that describe the dashboard
URI for a ServiceDefinition.- Author:
- Roy Clarkson
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()voidvoidsetRedirectUri(String redirectUri) voidtoModel()Converts this object into its corresponding model
-
Constructor Details
-
DashboardClient
public DashboardClient()
-
-
Method Details
-
getId
-
setId
-
getSecret
-
setSecret
-
getRedirectUri
-
setRedirectUri
-
toModel
Converts this object into its corresponding model- Returns:
- a DashboardClient model
- See Also:
-