public class ParameterObject extends Object implements Serializable
Contains information about a parameter object.
| Constructor and Description |
|---|
ParameterObject() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<ParameterAttribute> |
getAttributes()
The attributes of the parameter object.
|
String |
getId()
Identifier of the parameter object.
|
int |
hashCode() |
void |
setAttributes(Collection<ParameterAttribute> attributes)
The attributes of the parameter object.
|
void |
setId(String id)
Identifier of the parameter object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ParameterObject |
withAttributes(Collection<ParameterAttribute> attributes)
The attributes of the parameter object.
|
ParameterObject |
withAttributes(ParameterAttribute... attributes)
The attributes of the parameter object.
|
ParameterObject |
withId(String id)
Identifier of the parameter object.
|
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 - Identifier of the parameter object.public ParameterObject 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 - Identifier of the parameter object.public List<ParameterAttribute> getAttributes()
public void setAttributes(Collection<ParameterAttribute> attributes)
attributes - The attributes of the parameter object.public ParameterObject withAttributes(ParameterAttribute... attributes)
Returns a reference to this object so that method calls can be chained together.
attributes - The attributes of the parameter object.public ParameterObject withAttributes(Collection<ParameterAttribute> attributes)
Returns a reference to this object so that method calls can be chained together.
attributes - The attributes of the parameter object.public String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.