@Generated(value="org.jsonschema2pojo") public class TagEvent extends Object
| Constructor and Description |
|---|
TagEvent()
No args constructor for use in serialization
|
TagEvent(String created,
String dockerImageReference,
Long generation,
String image) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getCreated()
when the event was created
|
String |
getDockerImageReference()
the string that can be used to pull this image
|
Long |
getGeneration()
the generation of the image stream spec tag this tag event represents
|
String |
getImage()
the image
|
void |
setAdditionalProperty(String name,
Object value) |
void |
setCreated(String created)
when the event was created
|
void |
setDockerImageReference(String dockerImageReference)
the string that can be used to pull this image
|
void |
setGeneration(Long generation)
the generation of the image stream spec tag this tag event represents
|
void |
setImage(String image)
the image
|
public String getCreated()
public void setCreated(String created)
created - The createdpublic String getDockerImageReference()
public void setDockerImageReference(String dockerImageReference)
dockerImageReference - The dockerImageReferencepublic Long getGeneration()
public void setGeneration(Long generation)
generation - The generationpublic String getImage()
public void setImage(String image)
image - The imageCopyright © 2011–2016 Red Hat. All rights reserved.