public class Output
extends java.lang.Object
implements java.io.Serializable
The Output data type.
| コンストラクタと説明 |
|---|
Output() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDescription()
User defined description associated with the output.
|
java.lang.String |
getOutputKey()
The key associated with the output.
|
java.lang.String |
getOutputValue()
The value associated with the output.
|
int |
hashCode() |
void |
setDescription(java.lang.String description)
User defined description associated with the output.
|
void |
setOutputKey(java.lang.String outputKey)
The key associated with the output.
|
void |
setOutputValue(java.lang.String outputValue)
The value associated with the output.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Output |
withDescription(java.lang.String description)
User defined description associated with the output.
|
Output |
withOutputKey(java.lang.String outputKey)
The key associated with the output.
|
Output |
withOutputValue(java.lang.String outputValue)
The value associated with the output.
|
public java.lang.String getOutputKey()
public void setOutputKey(java.lang.String outputKey)
outputKey - The key associated with the output.public Output withOutputKey(java.lang.String outputKey)
Returns a reference to this object so that method calls can be chained together.
outputKey - The key associated with the output.public java.lang.String getOutputValue()
public void setOutputValue(java.lang.String outputValue)
outputValue - The value associated with the output.public Output withOutputValue(java.lang.String outputValue)
Returns a reference to this object so that method calls can be chained together.
outputValue - The value associated with the output.public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - User defined description associated with the output.public Output withDescription(java.lang.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object