public class Parameter
extends java.lang.Object
implements java.io.Serializable
The Parameter data type.
| コンストラクタと説明 |
|---|
Parameter() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getParameterKey()
The key associated with the parameter.
|
java.lang.String |
getParameterValue()
The value associated with the parameter.
|
int |
hashCode() |
void |
setParameterKey(java.lang.String parameterKey)
The key associated with the parameter.
|
void |
setParameterValue(java.lang.String parameterValue)
The value associated with the parameter.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Parameter |
withParameterKey(java.lang.String parameterKey)
The key associated with the parameter.
|
Parameter |
withParameterValue(java.lang.String parameterValue)
The value associated with the parameter.
|
public java.lang.String getParameterKey()
public void setParameterKey(java.lang.String parameterKey)
parameterKey - The key associated with the parameter.public Parameter withParameterKey(java.lang.String parameterKey)
Returns a reference to this object so that method calls can be chained together.
parameterKey - The key associated with the parameter.public java.lang.String getParameterValue()
public void setParameterValue(java.lang.String parameterValue)
parameterValue - The value associated with the parameter.public Parameter withParameterValue(java.lang.String parameterValue)
Returns a reference to this object so that method calls can be chained together.
parameterValue - The value associated with the parameter.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