public class AiOptionsRules extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
AiOptionsRules.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
multiSelect
Indicates whether the field is a multi-select field.
|
protected List<Long> |
selectableLevels
The selectable levels for the field.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
AiOptionsRules() |
protected |
AiOptionsRules(AiOptionsRules.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Boolean |
getMultiSelect() |
List<Long> |
getSelectableLevels() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected Boolean multiSelect
protected List<Long> selectableLevels
public AiOptionsRules()
protected AiOptionsRules(AiOptionsRules.Builder builder)
public Boolean getMultiSelect()
public List<Long> getSelectableLevels()