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