public class Parameter extends Object implements Serializable
The Parameter data type.
Constructor and Description |
---|
Parameter() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getParameterKey()
The key associated with the parameter.
|
String |
getParameterValue()
The value associated with the parameter.
|
Boolean |
getUsePreviousValue()
During a stack update, use the existing parameter value that is being
used for the stack.
|
int |
hashCode() |
Boolean |
isUsePreviousValue()
During a stack update, use the existing parameter value that is being
used for the stack.
|
void |
setParameterKey(String parameterKey)
The key associated with the parameter.
|
void |
setParameterValue(String parameterValue)
The value associated with the parameter.
|
void |
setUsePreviousValue(Boolean usePreviousValue)
During a stack update, use the existing parameter value that is being
used for the stack.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Parameter |
withParameterKey(String parameterKey)
The key associated with the parameter.
|
Parameter |
withParameterValue(String parameterValue)
The value associated with the parameter.
|
Parameter |
withUsePreviousValue(Boolean usePreviousValue)
During a stack update, use the existing parameter value that is being
used for the stack.
|
public String getParameterKey()
public void setParameterKey(String parameterKey)
parameterKey
- The key associated with the parameter.public Parameter withParameterKey(String parameterKey)
Returns a reference to this object so that method calls can be chained together.
parameterKey
- The key associated with the parameter.public String getParameterValue()
public void setParameterValue(String parameterValue)
parameterValue
- The value associated with the parameter.public Parameter withParameterValue(String parameterValue)
Returns a reference to this object so that method calls can be chained together.
parameterValue
- The value associated with the parameter.public Boolean isUsePreviousValue()
public void setUsePreviousValue(Boolean usePreviousValue)
usePreviousValue
- During a stack update, use the existing parameter value that is being
used for the stack.public Parameter withUsePreviousValue(Boolean usePreviousValue)
Returns a reference to this object so that method calls can be chained together.
usePreviousValue
- During a stack update, use the existing parameter value that is being
used for the stack.public Boolean getUsePreviousValue()
public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.