@Generated(value="jsonschema2pojo") public class Rule extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Rule.FallbackResult |
static class |
Rule.Policy |
static class |
Rule.Type |
Constructor and Description |
---|
Rule() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
Boolean |
getCreate() |
String |
getCustomPlacement() |
Rule.FallbackResult |
getFallbackResult() |
String |
getMatches() |
String |
getParentQueue() |
Rule.Policy |
getPolicy() |
Rule.Type |
getType() |
String |
getValue() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setCreate(Boolean create) |
void |
setCustomPlacement(String customPlacement) |
void |
setFallbackResult(Rule.FallbackResult fallbackResult) |
void |
setMatches(String matches) |
void |
setParentQueue(String parentQueue) |
void |
setPolicy(Rule.Policy policy) |
void |
setType(Rule.Type type) |
void |
setValue(String value) |
String |
toString() |
public Rule.Type getType()
public void setType(Rule.Type type)
public String getMatches()
public void setMatches(String matches)
public Rule.Policy getPolicy()
public void setPolicy(Rule.Policy policy)
public String getParentQueue()
public void setParentQueue(String parentQueue)
public Rule.FallbackResult getFallbackResult()
public void setFallbackResult(Rule.FallbackResult fallbackResult)
public Boolean getCreate()
public void setCreate(Boolean create)
public String getValue()
public void setValue(String value)
public String getCustomPlacement()
public void setCustomPlacement(String customPlacement)
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.