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