public class MetaConditionForCreateRuleInput extends Object
| Constructor and Description |
|---|
MetaConditionForCreateRuleInput() |
| Modifier and Type | Method and Description |
|---|---|
MetaConditionForCreateRuleInput |
addMetasItem(MetaForCreateRuleInput metasItem) |
MetaConditionForCreateRuleInput |
allDimensions(Boolean allDimensions) |
MetaConditionForCreateRuleInput |
condition(String condition) |
boolean |
equals(Object o) |
String |
getCondition()
Get condition
|
@Valid List<MetaForCreateRuleInput> |
getMetas()
Get metas
|
int |
hashCode() |
Boolean |
isAllDimensions()
Get allDimensions
|
MetaConditionForCreateRuleInput |
metas(List<MetaForCreateRuleInput> metas) |
void |
setAllDimensions(Boolean allDimensions) |
void |
setCondition(String condition) |
void |
setMetas(List<MetaForCreateRuleInput> metas) |
String |
toString() |
public MetaConditionForCreateRuleInput allDimensions(Boolean allDimensions)
public Boolean isAllDimensions()
public void setAllDimensions(Boolean allDimensions)
public MetaConditionForCreateRuleInput condition(String condition)
public String getCondition()
public void setCondition(String condition)
public MetaConditionForCreateRuleInput metas(List<MetaForCreateRuleInput> metas)
public MetaConditionForCreateRuleInput addMetasItem(MetaForCreateRuleInput metasItem)
@Valid public @Valid List<MetaForCreateRuleInput> getMetas()
public void setMetas(List<MetaForCreateRuleInput> metas)
Copyright © 2026. All rights reserved.