public class TagEventFluentImpl<A extends TagEventFluent<A>> extends BaseFluent<A> implements TagEventFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
TagEventFluentImpl.CreatedNestedImpl<N> |
TagEventFluent.CreatedNested<N>_visitables| Constructor and Description |
|---|
TagEventFluentImpl() |
TagEventFluentImpl(TagEvent instance) |
| Modifier and Type | Method and Description |
|---|---|
Time |
buildCreated() |
TagEventFluent.CreatedNested<A> |
editCreated() |
TagEventFluent.CreatedNested<A> |
editOrNewCreated() |
TagEventFluent.CreatedNested<A> |
editOrNewCreatedLike(Time item) |
boolean |
equals(Object o) |
Time |
getCreated()
Deprecated.
|
String |
getDockerImageReference() |
Long |
getGeneration() |
String |
getImage() |
Boolean |
hasCreated() |
Boolean |
hasDockerImageReference() |
Boolean |
hasGeneration() |
Boolean |
hasImage() |
A |
withCreated(Time created) |
A |
withDockerImageReference(String dockerImageReference) |
A |
withGeneration(Long generation) |
A |
withImage(String image) |
TagEventFluent.CreatedNested<A> |
withNewCreated() |
A |
withNewCreated(String time) |
TagEventFluent.CreatedNested<A> |
withNewCreatedLike(Time item) |
public TagEventFluentImpl()
public TagEventFluentImpl(TagEvent instance)
@Deprecated public Time getCreated()
getCreated in interface TagEventFluent<A extends TagEventFluent<A>>public Time buildCreated()
buildCreated in interface TagEventFluent<A extends TagEventFluent<A>>public A withCreated(Time created)
withCreated in interface TagEventFluent<A extends TagEventFluent<A>>public Boolean hasCreated()
hasCreated in interface TagEventFluent<A extends TagEventFluent<A>>public TagEventFluent.CreatedNested<A> withNewCreated()
withNewCreated in interface TagEventFluent<A extends TagEventFluent<A>>public TagEventFluent.CreatedNested<A> withNewCreatedLike(Time item)
withNewCreatedLike in interface TagEventFluent<A extends TagEventFluent<A>>public TagEventFluent.CreatedNested<A> editCreated()
editCreated in interface TagEventFluent<A extends TagEventFluent<A>>public TagEventFluent.CreatedNested<A> editOrNewCreated()
editOrNewCreated in interface TagEventFluent<A extends TagEventFluent<A>>public TagEventFluent.CreatedNested<A> editOrNewCreatedLike(Time item)
editOrNewCreatedLike in interface TagEventFluent<A extends TagEventFluent<A>>public A withNewCreated(String time)
withNewCreated 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 Boolean hasDockerImageReference()
hasDockerImageReference 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 Boolean hasGeneration()
hasGeneration 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>>public Boolean hasImage()
hasImage in interface TagEventFluent<A extends TagEventFluent<A>>Copyright © 2011–2017 Red Hat. All rights reserved.