public class ParameterValue extends Object implements Serializable, Cloneable
A value or list of parameter values.
Constructor and Description |
---|
ParameterValue() |
Modifier and Type | Method and Description |
---|---|
ParameterValue |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The ID of the parameter value.
|
String |
getStringValue()
The field value, expressed as a String.
|
int |
hashCode() |
void |
setId(String id)
The ID of the parameter value.
|
void |
setStringValue(String stringValue)
The field value, expressed as a String.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ParameterValue |
withId(String id)
The ID of the parameter value.
|
ParameterValue |
withStringValue(String stringValue)
The field value, expressed as a String.
|
public String getId()
Constraints:
Length: 1 - 256
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
public void setId(String id)
Constraints:
Length: 1 - 256
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
id
- The ID of the parameter value.public ParameterValue withId(String id)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
id
- The ID of the parameter value.public String getStringValue()
Constraints:
Length: 0 - 10240
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
public void setStringValue(String stringValue)
Constraints:
Length: 0 - 10240
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
stringValue
- The field value, expressed as a String.public ParameterValue withStringValue(String stringValue)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 10240
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
stringValue
- The field value, expressed as a String.public String toString()
toString
in class Object
Object.toString()
public ParameterValue clone()
Copyright © 2015. All rights reserved.