@Generated(value="org.jsonschema2pojo") public class NamedTagEventList extends Object
| Constructor and Description |
|---|
NamedTagEventList()
No args constructor for use in serialization
|
NamedTagEventList(List<TagEventCondition> conditions,
List<TagEvent> items,
String tag) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
List<TagEventCondition> |
getConditions()
the set of conditions that apply to this tag
|
List<TagEvent> |
getItems()
list of tag events related to the tag
|
String |
getTag()
the tag
|
void |
setAdditionalProperty(String name,
Object value) |
void |
setConditions(List<TagEventCondition> conditions)
the set of conditions that apply to this tag
|
void |
setItems(List<TagEvent> items)
list of tag events related to the tag
|
void |
setTag(String tag)
the tag
|
public NamedTagEventList()
public NamedTagEventList(List<TagEventCondition> conditions, List<TagEvent> items, String tag)
tag - conditions - items - public List<TagEventCondition> getConditions()
public void setConditions(List<TagEventCondition> conditions)
conditions - The conditionspublic void setItems(List<TagEvent> items)
items - The itemspublic String getTag()
public void setTag(String tag)
tag - The tagCopyright © 2011–2016 Red Hat. All rights reserved.