public class TagEventFluentImpl<A extends TagEventFluent<A>> extends BaseFluent<A> implements TagEventFluent<A>
_visitables| Constructor and Description |
|---|
TagEventFluentImpl() |
TagEventFluentImpl(TagEvent instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCreated() |
String |
getDockerImageReference() |
Long |
getGeneration() |
String |
getImage() |
A |
withCreated(String created) |
A |
withDockerImageReference(String dockerImageReference) |
A |
withGeneration(Long generation) |
A |
withImage(String image) |
public TagEventFluentImpl()
public TagEventFluentImpl(TagEvent instance)
public String getCreated()
getCreated in interface TagEventFluent<A extends TagEventFluent<A>>public A withCreated(String created)
withCreated in interface TagEventFluent<A extends TagEventFluent<A>>public String getDockerImageReference()
getDockerImageReference in interface TagEventFluent<A extends TagEventFluent<A>>public A withDockerImageReference(String dockerImageReference)
withDockerImageReference in interface TagEventFluent<A extends TagEventFluent<A>>public Long getGeneration()
getGeneration in interface TagEventFluent<A extends TagEventFluent<A>>public A withGeneration(Long generation)
withGeneration in interface TagEventFluent<A extends TagEventFluent<A>>public String getImage()
getImage in interface TagEventFluent<A extends TagEventFluent<A>>public A withImage(String image)
withImage in interface TagEventFluent<A extends TagEventFluent<A>>Copyright © 2011–2016 Red Hat. All rights reserved.