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