Class MaintenanceInfo
java.lang.Object
org.springframework.cloud.servicebroker.autoconfigure.web.MaintenanceInfo
Internal class for marshaling
ServiceBrokerProperties
configuration properties
that describes a maintenance info available for a Plan
.- Author:
- Ilya V, Roy Clarkson
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setDescription
(String description) void
setVersion
(String version) toModel()
Converts this object into its corresponding model.
-
Constructor Details
-
MaintenanceInfo
public MaintenanceInfo()
-
-
Method Details
-
getVersion
-
setVersion
-
getDescription
-
setDescription
-
toModel
Converts this object into its corresponding model.- Returns:
- a MaintenanceInfo model
- See Also:
-