Class ServiceInstanceMetadata
java.lang.Object
org.springframework.cloud.servicebroker.model.instance.ServiceInstanceMetadata
Service instance metadata
- Author:
- Andrea Alkalay
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Provides a fluent API for constructing aServiceInstanceMetadata
. -
Constructor Summary
ConstructorsConstructorDescriptionCreate a new ServiceInstanceMetadataServiceInstanceMetadata
(Map<String, Object> labels) Create a new ServiceInstanceMetadata -
Method Summary
-
Constructor Details
-
ServiceInstanceMetadata
public ServiceInstanceMetadata()Create a new ServiceInstanceMetadata -
ServiceInstanceMetadata
Create a new ServiceInstanceMetadata- Parameters:
labels
- collection of labels
-
-
Method Details
-
getLabels
Get the labels- Returns:
- the labels
-
builder
Create a builder that provides a fluent API for constructing a ServiceInstanceMetadata.- 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
-