@Generated(value="org.jsonschema2pojo") public class ImageStreamStatus extends Object
| Constructor and Description |
|---|
ImageStreamStatus()
No args constructor for use in serialization
|
ImageStreamStatus(String dockerImageRepository,
List<NamedTagEventList> tags) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getDockerImageRepository()
represents the effective location this stream may be accessed at
|
List<NamedTagEventList> |
getTags()
historical record of images associated with each tag
|
void |
setAdditionalProperty(String name,
Object value) |
void |
setDockerImageRepository(String dockerImageRepository)
represents the effective location this stream may be accessed at
|
void |
setTags(List<NamedTagEventList> tags)
historical record of images associated with each tag
|
public ImageStreamStatus()
public ImageStreamStatus(String dockerImageRepository, List<NamedTagEventList> tags)
dockerImageRepository - tags - public String getDockerImageRepository()
public void setDockerImageRepository(String dockerImageRepository)
dockerImageRepository - The dockerImageRepositorypublic List<NamedTagEventList> getTags()
public void setTags(List<NamedTagEventList> tags)
tags - The tagsCopyright © 2011–2016 Red Hat. All rights reserved.