public class TagEventFluentImpl<A extends TagEventFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements TagEventFluent<A>
| Constructor and Description |
|---|
TagEventFluentImpl() |
TagEventFluentImpl(TagEvent instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getCreated() |
String |
getDockerImageReference() |
Long |
getGeneration() |
String |
getImage() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasCreated() |
Boolean |
hasDockerImageReference() |
Boolean |
hasGeneration() |
int |
hashCode() |
Boolean |
hasImage() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withCreated(String created) |
A |
withDockerImageReference(String dockerImageReference) |
A |
withGeneration(Long generation) |
A |
withImage(String image) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic 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 Boolean hasCreated()
hasCreated 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>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface TagEventFluent<A extends TagEventFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface TagEventFluent<A extends TagEventFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface TagEventFluent<A extends TagEventFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface TagEventFluent<A extends TagEventFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface TagEventFluent<A extends TagEventFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface TagEventFluent<A extends TagEventFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface TagEventFluent<A extends TagEventFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends TagEventFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends TagEventFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.