public class Output extends Object implements Serializable
The Output data type.
Constructor and Description |
---|
Output() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDescription()
User defined description associated with the output.
|
String |
getOutputKey()
The key associated with the output.
|
String |
getOutputValue()
The value associated with the output.
|
int |
hashCode() |
void |
setDescription(String description)
User defined description associated with the output.
|
void |
setOutputKey(String outputKey)
The key associated with the output.
|
void |
setOutputValue(String outputValue)
The value associated with the output.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Output |
withDescription(String description)
User defined description associated with the output.
|
Output |
withOutputKey(String outputKey)
The key associated with the output.
|
Output |
withOutputValue(String outputValue)
The value associated with the output.
|
public String getOutputKey()
public void setOutputKey(String outputKey)
outputKey
- The key associated with the output.public Output withOutputKey(String outputKey)
Returns a reference to this object so that method calls can be chained together.
outputKey
- The key associated with the output.public String getOutputValue()
public void setOutputValue(String outputValue)
outputValue
- The value associated with the output.public Output withOutputValue(String outputValue)
Returns a reference to this object so that method calls can be chained together.
outputValue
- The value associated with the output.public String getDescription()
public void setDescription(String description)
description
- User defined description associated with the output.public Output withDescription(String description)
Returns a reference to this object so that method calls can be chained together.
description
- User defined description associated with the output.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.