@Generated(value="org.jsonschema2pojo") public class NamedTagReference extends Object
| Constructor and Description |
|---|
NamedTagReference()
No args constructor for use in serialization
|
NamedTagReference(Map<String,String> annotations,
ObjectReference from,
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() |
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 |
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 NamedTagReference()
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 String getName()
public void setName(String name)
name - The namepublic Boolean getReference()
public void setReference(Boolean reference)
reference - The referenceCopyright © 2011–2015 Red Hat. All rights reserved.