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