@Generated(value={"Immutables.generator","_Prompt"}) public final class Prompt extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Prompt.Builder
Builds instances of type
Prompt. |
| Modifier and Type | Method and Description |
|---|---|
static Prompt.Builder |
builder()
Creates a builder for
Prompt. |
boolean |
equals(Object another)
This instance is equal to all instances of
Prompt that have equal attribute values. |
String |
getFieldName()
Name of field.
|
String |
getFieldType()
What kind of field this is (e.g.
|
String |
getText()
Actual text displayed on prompt for field.
|
int |
hashCode()
Computes a hash code from attributes:
fieldName, fieldType, text. |
String |
toString()
Prints the immutable value
Prompt with attribute values. |
public String getFieldName()
public String getFieldType()
public String getText()
public boolean equals(Object another)
Prompt that have equal attribute values.public int hashCode()
fieldName, fieldType, text.public String toString()
Prompt with attribute values.public static Prompt.Builder builder()
Prompt.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.