Class BindingMetadata
java.lang.Object
org.springframework.cloud.servicebroker.model.binding.BindingMetadata
Service Instance Binding Metadata
An OPTIONAL object containing metadata about this Service Binding. This metadata is mainly used to manage the Service Binding itself and SHOULD NOT contain any data that is needed to connect to the Service Instance.
- Author:
- Roy Clarkson
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Provides a fluent API for constructing aBindingMetadata
. -
Constructor Summary
ConstructorDescriptionConstruct a new BindingMetadata.BindingMetadata
(String expiresAt) Construct a new BindingMetadata. -
Method Summary
-
Constructor Details
-
BindingMetadata
public BindingMetadata()Construct a new BindingMetadata. -
BindingMetadata
Construct a new BindingMetadata.- Parameters:
expiresAt
- the date and time in ISO 8601 format
-
-
Method Details
-
getExpiresAt
Get the expiration date and time.- Returns:
- the date and time in ISO 8601 format
-
builder
Create a builder that provides a fluent API for constructing a BindingMetadata.- Returns:
- the builder
-
equals
-
canEqual
Is another object type compatible with this object.- Parameters:
other
- the other object- Returns:
- true of compatible
-
hashCode
public final int hashCode() -
toString
-