@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-11-05T00:31:27.098Z") public class DemographicResponse extends Object
Constructor and Description |
---|
DemographicResponse() |
Modifier and Type | Method and Description |
---|---|
DemographicResponse |
addValuesItem(String valuesItem) |
boolean |
equals(Object o) |
String |
getId()
Unique id for this demographic
|
String |
getUnits()
Units of the demographic values (optional).
|
List<String> |
getValues()
The values of the specific user's demographic information for the specific category.
|
int |
hashCode() |
Boolean |
isMultipleSelect()
Indicates whether multiple simultaneous answer choices are possible for this demographic.
|
DemographicResponse |
multipleSelect(Boolean multipleSelect) |
void |
setMultipleSelect(Boolean multipleSelect) |
void |
setUnits(String units) |
void |
setValues(List<String> values) |
String |
toString() |
DemographicResponse |
units(String units) |
DemographicResponse |
values(List<String> values) |
public String getId()
public DemographicResponse multipleSelect(Boolean multipleSelect)
public Boolean isMultipleSelect()
public void setMultipleSelect(Boolean multipleSelect)
public DemographicResponse values(List<String> values)
public DemographicResponse addValuesItem(String valuesItem)
public List<String> getValues()
public DemographicResponse units(String units)
public String getUnits()
public void setUnits(String units)
Copyright © 2022 Sage Bionetworks. All rights reserved.