@Generated(value="org.jsonschema2pojo") public class NamedTagEventList extends Object implements KubernetesResource, KubernetesResourceList
| Constructor and Description |
|---|
NamedTagEventList()
No args constructor for use in serialization
|
NamedTagEventList(List<TagEvent> items,
String tag) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
List<TagEvent> |
getItems()
list of tag events related to the tag
|
String |
getTag()
the tag
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setItems(List<TagEvent> items)
list of tag events related to the tag
|
void |
setTag(String tag)
the tag
|
String |
toString() |
public NamedTagEventList()
public List<TagEvent> getItems()
getItems in interface KubernetesResourceListpublic void setItems(List<TagEvent> items)
items - The itemspublic String getTag()
public void setTag(String tag)
tag - The tagCopyright © 2011–2015 Red Hat. All rights reserved.