Class ServiceDefinition
java.lang.Object
org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
Internal class for marshaling
ServiceBrokerProperties
configuration properties
that describes a service offered by this broker.- Author:
- Scott Frederick, Roy Clarkson
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
getName()
getPlans()
getTags()
void
setAllowContextUpdates
(Boolean allowContextUpdates) void
setBindable
(Boolean bindable) void
setBindingsRetrievable
(Boolean bindingsRetrievable) void
setDashboardClient
(DashboardClient dashboardClient) void
setDescription
(String description) void
void
setInstancesRetrievable
(Boolean instancesRetrievable) void
setMetadata
(ServiceMetadata metadata) void
void
setPlanUpdateable
(Boolean planUpdateable) toModel()
Convert this object to its corresponding model.
-
Constructor Details
-
ServiceDefinition
public ServiceDefinition()
-
-
Method Details
-
getId
-
setId
-
getName
-
setName
-
getDescription
-
setDescription
-
isBindable
-
setBindable
-
isPlanUpdateable
-
setPlanUpdateable
-
isInstancesRetrievable
-
setInstancesRetrievable
-
isBindingsRetrievable
-
setBindingsRetrievable
-
isAllowContextUpdates
-
setAllowContextUpdates
-
getTags
-
getMetadata
-
setMetadata
-
getRequires
-
getDashboardClient
-
setDashboardClient
-
getPlans
-
toModel
Convert this object to its corresponding model.- Returns:
- a converted ServiceDefinition
- See Also:
-