ScopingQuestion Class
- java.
lang. Object - com.
azure. resourcemanager. appcomplianceautomation. models. ScopingQuestion
- com.
Implements
public final class ScopingQuestion
implements JsonSerializable<ScopingQuestion>
The definition of a scoping question.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Scoping |
fromJson(JsonReader jsonReader)
Reads an instance of Scoping |
|
Input |
inputType()
Get the input |
| List<String> |
optionIds()
Get the option |
| String |
questionId()
Get the question |
| List<Rule> |
rules()
Get the rules property: The rule of the question. |
| String |
showSubQuestionsValue()
Get the show |
| String |
superiorQuestionId()
Get the superior |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static ScopingQuestion fromJson(JsonReader jsonReader)
Reads an instance of ScopingQuestion from the JsonReader.
Parameters:
Returns:
Throws:
inputType
public InputType inputType()
Get the inputType property: Input type of the question answer.
Returns:
optionIds
public List<String> optionIds()
Get the optionIds property: Option id list.
Returns:
questionId
public String questionId()
Get the questionId property: Question id.
Returns:
rules
public List<Rule> rules()
Get the rules property: The rule of the question.
Returns:
showSubQuestionsValue
public String showSubQuestionsValue()
Get the showSubQuestionsValue property: The answer value to show the sub questions.
Returns:
superiorQuestionId
public String superiorQuestionId()
Get the superiorQuestionId property: Superior question id.
Returns: