public class EvaluationFormNumericQuestionAutomation
extends java.lang.Object
implements java.io.Serializable
Information about the automation configuration in numeric questions.
| Constructor and Description |
|---|
EvaluationFormNumericQuestionAutomation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
NumericQuestionPropertyValueAutomation |
getPropertyValue()
The property value of the automation.
|
int |
hashCode() |
void |
setPropertyValue(NumericQuestionPropertyValueAutomation propertyValue)
The property value of the automation.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
EvaluationFormNumericQuestionAutomation |
withPropertyValue(NumericQuestionPropertyValueAutomation propertyValue)
The property value of the automation.
|
public EvaluationFormNumericQuestionAutomation()
public NumericQuestionPropertyValueAutomation getPropertyValue()
The property value of the automation.
The property value of the automation.
public void setPropertyValue(NumericQuestionPropertyValueAutomation propertyValue)
The property value of the automation.
propertyValue - The property value of the automation.
public EvaluationFormNumericQuestionAutomation withPropertyValue(NumericQuestionPropertyValueAutomation propertyValue)
The property value of the automation.
Returns a reference to this object so that method calls can be chained together.
propertyValue - The property value of the automation.
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