@Generated(value="org.immutables.processor.ProxyProcessor") public final class Schemas extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Schemas.Builder
Builds instances of type
Schemas. |
| Modifier and Type | Method and Description |
|---|---|
static Schemas.Builder |
builder()
Creates a builder for
Schemas. |
boolean |
equals(Object another)
This instance is equal to all instances of
Schemas that have equal attribute values. |
ServiceBindingSchema |
getServiceBinding()
The service binding schema
|
ServiceInstanceSchema |
getServiceInstance()
The service instance schema
|
int |
hashCode()
Computes a hash code from attributes:
serviceBinding, serviceInstance. |
String |
toString()
Prints the immutable value
Schemas with attribute values. |
public ServiceBindingSchema getServiceBinding()
public ServiceInstanceSchema getServiceInstance()
public boolean equals(Object another)
Schemas that have equal attribute values.public int hashCode()
serviceBinding, serviceInstance.public String toString()
Schemas with attribute values.public static Schemas.Builder builder()
Schemas.
Schemas.builder()
.serviceBinding(org.cloudfoundry.client.v3.serviceplans.ServiceBindingSchema | null) // nullable serviceBinding
.serviceInstance(org.cloudfoundry.client.v3.serviceplans.ServiceInstanceSchema) // required serviceInstance
.build();
Copyright © 2020. All rights reserved.