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