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
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
void
void
setRedirectUri
(String redirectUri) void
toModel()
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:
-