public class EvaluationFormSingleSelectQuestionAutomationOption
extends java.lang.Object
implements java.io.Serializable
Information about the automation option of a single select question.
| Constructor and Description |
|---|
EvaluationFormSingleSelectQuestionAutomationOption() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
SingleSelectQuestionRuleCategoryAutomation |
getRuleCategory()
The automation option based on a rule category for the single select
question.
|
int |
hashCode() |
void |
setRuleCategory(SingleSelectQuestionRuleCategoryAutomation ruleCategory)
The automation option based on a rule category for the single select
question.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
EvaluationFormSingleSelectQuestionAutomationOption |
withRuleCategory(SingleSelectQuestionRuleCategoryAutomation ruleCategory)
The automation option based on a rule category for the single select
question.
|
public EvaluationFormSingleSelectQuestionAutomationOption()
public SingleSelectQuestionRuleCategoryAutomation getRuleCategory()
The automation option based on a rule category for the single select question.
The automation option based on a rule category for the single select question.
public void setRuleCategory(SingleSelectQuestionRuleCategoryAutomation ruleCategory)
The automation option based on a rule category for the single select question.
ruleCategory - The automation option based on a rule category for the single select question.
public EvaluationFormSingleSelectQuestionAutomationOption withRuleCategory(SingleSelectQuestionRuleCategoryAutomation ruleCategory)
The automation option based on a rule category for the single select question.
Returns a reference to this object so that method calls can be chained together.
ruleCategory - The automation option based on a rule category for the single select question.
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