public class Options extends Object
| Constructor and Description |
|---|
Options()
No args constructor for use in serialization
|
Options(String defaultValue,
String format,
Boolean isRequired,
String rows,
String items,
String id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
String |
getDefaultValue() |
String |
getFormat() |
String |
getId() |
Boolean |
getIsRequired() |
String |
getItems() |
String |
getRows() |
int |
hashCode() |
void |
setDefaultValue(String defaultValue) |
void |
setFormat(String format) |
void |
setId(String id) |
void |
setIsRequired(Boolean isRequired) |
void |
setItems(String items) |
void |
setRows(String rows) |
String |
toString() |
Options |
withDefaultValue(String defaultValue) |
Options |
withFormat(String format) |
Options |
withId(String id) |
Options |
withIsRequired(Boolean isRequired) |
Options |
withItems(String items) |
Options |
withRows(String rows) |
public String getDefaultValue()
public void setDefaultValue(String defaultValue)
public String getFormat()
public void setFormat(String format)
public Boolean getIsRequired()
public void setIsRequired(Boolean isRequired)
public String getRows()
public void setRows(String rows)
public String getItems()
public void setItems(String items)
public String getId()
public void setId(String id)
Copyright © 2019. All rights reserved.