public class ServiceInstanceMetadata extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ServiceInstanceMetadata.ServiceInstanceMetadataBuilder
Provides a fluent API for constructing a
ServiceInstanceMetadata. |
| Modifier and Type | Field and Description |
|---|---|
Map<String,Object> |
labels
Broker specified key-value pairs specifying attributes of Service Instances
|
| Constructor and Description |
|---|
ServiceInstanceMetadata()
Create a new ServiceInstanceMetadata
|
ServiceInstanceMetadata(Map<String,Object> labels)
Create a new ServiceInstanceMetadata
|
| Modifier and Type | Method and Description |
|---|---|
static ServiceInstanceMetadata.ServiceInstanceMetadataBuilder |
builder()
Create a builder that provides a fluent API for constructing a CreateServiceInstanceResponse.
|
boolean |
canEqual(Object other)
Is another object type compatible with this object
|
boolean |
equals(Object o) |
Map<String,Object> |
getLabels()
Get the labels
|
int |
hashCode() |
void |
setLabels(Map<String,Object> labels)
Set the labels
|
String |
toString() |
public ServiceInstanceMetadata()
public void setLabels(Map<String,Object> labels)
labels - the service instance metadata labelspublic static ServiceInstanceMetadata.ServiceInstanceMetadataBuilder builder()
public final boolean canEqual(Object other)
other - the other object