public class TagEventFluent<A extends TagEventFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
TagEventFluent() |
TagEventFluent(TagEvent instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
protected void |
copyInstance(TagEvent instance) |
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) |
public TagEventFluent()
public TagEventFluent(TagEvent instance)
protected void copyInstance(TagEvent instance)
public String getCreated()
public boolean hasCreated()
public String getDockerImageReference()
public boolean hasDockerImageReference()
public Long getGeneration()
public boolean hasGeneration()
public String getImage()
public boolean hasImage()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
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–2024 Red Hat. All rights reserved.