public class CollectedData extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CollectedData.Builder
Class to build instances of
CollectedData. |
| Constructor and Description |
|---|
CollectedData(String inputText)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getInputText()
Getter for InputText.
|
int |
hashCode() |
CollectedData.Builder |
toBuilder()
Builds a new
CollectedData.Builder object. |
String |
toString()
Converts this CollectedData into string format.
|
public CollectedData(String inputText)
inputText - String value for inputText.public String getInputText()
public String toString()
public CollectedData.Builder toBuilder()
CollectedData.Builder object.
Creates the instance with the state of the current model.CollectedData.Builder objectCopyright © 2023. All rights reserved.