public class EvaluationNote
extends java.lang.Object
implements java.io.Serializable
Information about notes for a contact evaluation.
| Constructor and Description |
|---|
EvaluationNote() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getValue()
The note for an item (section or question) in a contact evaluation.
|
int |
hashCode() |
void |
setValue(java.lang.String value)
The note for an item (section or question) in a contact evaluation.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
EvaluationNote |
withValue(java.lang.String value)
The note for an item (section or question) in a contact evaluation.
|
public java.lang.String getValue()
The note for an item (section or question) in a contact evaluation.
Constraints:
Length: 0 - 1024
The note for an item (section or question) in a contact evaluation.
public void setValue(java.lang.String value)
The note for an item (section or question) in a contact evaluation.
Constraints:
Length: 0 - 1024
value - The note for an item (section or question) in a contact evaluation.
public EvaluationNote withValue(java.lang.String value)
The note for an item (section or question) in a contact evaluation.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 1024
value - The note for an item (section or question) in a contact evaluation.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object