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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDescription(String description) voidsetVersion(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:
-