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(java.lang.Object o) |
java.lang.String |
getCreated() |
java.lang.String |
getDockerImageReference() |
java.lang.Long |
getGeneration() |
java.lang.String |
getImage() |
java.lang.Boolean |
hasCreated() |
java.lang.Boolean |
hasDockerImageReference() |
java.lang.Boolean |
hasGeneration() |
java.lang.Boolean |
hasImage() |
A |
withCreated(java.lang.String created) |
A |
withDockerImageReference(java.lang.String dockerImageReference) |
A |
withGeneration(java.lang.Long generation) |
A |
withImage(java.lang.String image) |
A |
withNewCreated(java.lang.String arg1) |
A |
withNewCreated(java.lang.StringBuffer arg1) |
A |
withNewCreated(java.lang.StringBuilder arg1) |
A |
withNewDockerImageReference(java.lang.String arg1) |
A |
withNewDockerImageReference(java.lang.StringBuffer arg1) |
A |
withNewDockerImageReference(java.lang.StringBuilder arg1) |
A |
withNewImage(java.lang.String arg1) |
A |
withNewImage(java.lang.StringBuffer arg1) |
A |
withNewImage(java.lang.StringBuilder arg1) |
public TagEventFluentImpl()
public TagEventFluentImpl(TagEvent instance)
public java.lang.String getCreated()
getCreated in interface TagEventFluent<A extends TagEventFluent<A>>public A withCreated(java.lang.String created)
withCreated in interface TagEventFluent<A extends TagEventFluent<A>>public java.lang.Boolean hasCreated()
hasCreated in interface TagEventFluent<A extends TagEventFluent<A>>public A withNewCreated(java.lang.String arg1)
withNewCreated in interface TagEventFluent<A extends TagEventFluent<A>>public A withNewCreated(java.lang.StringBuilder arg1)
withNewCreated in interface TagEventFluent<A extends TagEventFluent<A>>public A withNewCreated(java.lang.StringBuffer arg1)
withNewCreated in interface TagEventFluent<A extends TagEventFluent<A>>public java.lang.String getDockerImageReference()
getDockerImageReference in interface TagEventFluent<A extends TagEventFluent<A>>public A withDockerImageReference(java.lang.String dockerImageReference)
withDockerImageReference in interface TagEventFluent<A extends TagEventFluent<A>>public java.lang.Boolean hasDockerImageReference()
hasDockerImageReference in interface TagEventFluent<A extends TagEventFluent<A>>public A withNewDockerImageReference(java.lang.String arg1)
withNewDockerImageReference in interface TagEventFluent<A extends TagEventFluent<A>>public A withNewDockerImageReference(java.lang.StringBuilder arg1)
withNewDockerImageReference in interface TagEventFluent<A extends TagEventFluent<A>>public A withNewDockerImageReference(java.lang.StringBuffer arg1)
withNewDockerImageReference in interface TagEventFluent<A extends TagEventFluent<A>>public java.lang.Long getGeneration()
getGeneration in interface TagEventFluent<A extends TagEventFluent<A>>public A withGeneration(java.lang.Long generation)
withGeneration in interface TagEventFluent<A extends TagEventFluent<A>>public java.lang.Boolean hasGeneration()
hasGeneration in interface TagEventFluent<A extends TagEventFluent<A>>public java.lang.String getImage()
getImage in interface TagEventFluent<A extends TagEventFluent<A>>public A withImage(java.lang.String image)
withImage in interface TagEventFluent<A extends TagEventFluent<A>>public java.lang.Boolean hasImage()
hasImage in interface TagEventFluent<A extends TagEventFluent<A>>public A withNewImage(java.lang.String arg1)
withNewImage in interface TagEventFluent<A extends TagEventFluent<A>>public A withNewImage(java.lang.StringBuilder arg1)
withNewImage in interface TagEventFluent<A extends TagEventFluent<A>>public A withNewImage(java.lang.StringBuffer arg1)
withNewImage in interface TagEventFluent<A extends TagEventFluent<A>>public boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2015-2019 Red Hat. All Rights Reserved.