FormSchemaQuestionOptionJson

public class FormSchemaQuestionOptionJson implements Serializable

Represents a single answer for a specific question from a CommCare form.

Methods

getLabel

public String getLabel()

getValue

public String getValue()

setLabel

public void setLabel(String label)

setValue

public void setValue(String value)