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