public class BindingMetadata extends Object
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.
Modifier and Type | Class and Description |
---|---|
static class |
BindingMetadata.BindingMetadataBuilder
Provides a fluent API for constructing a
BindingMetadata . |
Constructor and Description |
---|
BindingMetadata()
Construct a new BindingMetadata
|
BindingMetadata(String expiresAt)
Construct a new BindingMetadata
|
Modifier and Type | Method and Description |
---|---|
static BindingMetadata.BindingMetadataBuilder |
builder()
Create a builder that provides a fluent API for constructing a BindingMetadata.
|
boolean |
canEqual(Object other)
Is another object type compatible with this object
|
boolean |
equals(Object o) |
String |
getExpiresAt()
Get the expiration date and time
|
int |
hashCode() |
String |
toString() |
public BindingMetadata()
public BindingMetadata(String expiresAt)
expiresAt
- the date and time in ISO 8601 formatpublic String getExpiresAt()
public static BindingMetadata.BindingMetadataBuilder builder()
public final boolean canEqual(Object other)
other
- the other object