Class ServiceMetadata
java.lang.Object
org.springframework.cloud.servicebroker.autoconfigure.web.ServiceMetadata
Internal class for marshaling
ServiceBrokerProperties
configuration properties
that describes a service offered by this broker.- Author:
- Roy Clarkson
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setDisplayName
(String displayName) void
setDocumentationUrl
(String documentationUrl) void
setImageUrl
(String imageUrl) void
setImageUrlResource
(String imageUrlResource) void
setLongDescription
(String longDescription) void
setProperties
(Map<String, Object> properties) void
setProviderDisplayName
(String providerDisplayName) void
setSupportUrl
(String supportUrl) toModel()
Converts this object into its corresponding model.
-
Constructor Details
-
ServiceMetadata
public ServiceMetadata()
-
-
Method Details
-
getDisplayName
-
setDisplayName
-
getImageUrl
-
getImageUrlResource
-
setImageUrlResource
-
setImageUrl
-
getLongDescription
-
setLongDescription
-
getProviderDisplayName
-
setProviderDisplayName
-
getDocumentationUrl
-
setDocumentationUrl
-
getSupportUrl
-
setSupportUrl
-
getProperties
-
setProperties
-
toModel
Converts this object into its corresponding model.- Returns:
- a Map model
- See Also:
-