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:
- sgreenberg@pivotal.io, Scott Frederick, Roy Clarkson
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getName()getPlans()getTags()voidsetAllowContextUpdates(Boolean allowContextUpdates) voidsetBindable(Boolean bindable) voidsetBindingsRetrievable(Boolean bindingsRetrievable) voidsetDashboardClient(DashboardClient dashboardClient) voidsetDescription(String description) voidvoidsetInstancesRetrievable(Boolean instancesRetrievable) voidsetMetadata(ServiceMetadata metadata) voidvoidsetPlanUpdateable(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:
-