public class AttributeMatch extends Object implements Serializable
| Constructor and Description |
|---|
AttributeMatch()
No args constructor for use in serialization
|
AttributeMatch(Condition condition,
Integer mapKey,
Integer name,
String regex) |
| Modifier and Type | Method and Description |
|---|---|
Condition |
getCondition() |
Integer |
getMapKey() |
Integer |
getName() |
String |
getRegex() |
void |
setCondition(Condition condition) |
void |
setMapKey(Integer mapKey) |
void |
setName(Integer name) |
void |
setRegex(String regex) |
public AttributeMatch()
public Condition getCondition()
public void setCondition(Condition condition)
public Integer getMapKey()
public void setMapKey(Integer mapKey)
public Integer getName()
public void setName(Integer name)
public String getRegex()
public void setRegex(String regex)
Copyright © 2017–2018 Red Hat. All rights reserved.