@Generated(value="org.jsonschema2pojo") public class TagReference extends Object
| Constructor and Description |
|---|
TagReference()
No args constructor for use in serialization
|
TagReference(Map<String,String> annotations,
ObjectReference from,
Long generation,
TagImportPolicy importPolicy,
String name,
Boolean reference) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
Map<String,String> |
getAnnotations()
annotations associated with images using this tag
|
ObjectReference |
getFrom() |
Long |
getGeneration()
the generation of the image stream this was updated to
|
TagImportPolicy |
getImportPolicy() |
String |
getName()
name of tag
|
Boolean |
getReference()
if true consider this tag a reference only and do not attempt to import metadata about the image
|
void |
setAdditionalProperty(String name,
Object value) |
void |
setAnnotations(Map<String,String> annotations)
annotations associated with images using this tag
|
void |
setFrom(ObjectReference from) |
void |
setGeneration(Long generation)
the generation of the image stream this was updated to
|
void |
setImportPolicy(TagImportPolicy importPolicy) |
void |
setName(String name)
name of tag
|
void |
setReference(Boolean reference)
if true consider this tag a reference only and do not attempt to import metadata about the image
|
public TagReference()
public TagReference(Map<String,String> annotations, ObjectReference from, Long generation, TagImportPolicy importPolicy, String name, Boolean reference)
generation - reference - importPolicy - name - annotations - from - public Map<String,String> getAnnotations()
public void setAnnotations(Map<String,String> annotations)
annotations - The annotationspublic ObjectReference getFrom()
public void setFrom(ObjectReference from)
from - The frompublic Long getGeneration()
public void setGeneration(Long generation)
generation - The generationpublic TagImportPolicy getImportPolicy()
public void setImportPolicy(TagImportPolicy importPolicy)
importPolicy - The importPolicypublic String getName()
public void setName(String name)
name - The namepublic Boolean getReference()
public void setReference(Boolean reference)
reference - The referenceCopyright © 2011–2016 Red Hat. All rights reserved.