public class TagEventConditionFluent<A extends TagEventConditionFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
TagEventConditionFluent() |
TagEventConditionFluent(TagEventCondition 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() |
Long |
getGeneration() |
String |
getLastTransitionTime() |
String |
getMessage() |
String |
getReason() |
String |
getStatus() |
String |
getType() |
boolean |
hasAdditionalProperties() |
boolean |
hasGeneration() |
int |
hashCode() |
boolean |
hasLastTransitionTime() |
boolean |
hasMessage() |
boolean |
hasReason() |
boolean |
hasStatus() |
boolean |
hasType() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withGeneration(Long generation) |
A |
withLastTransitionTime(String lastTransitionTime) |
A |
withMessage(String message) |
A |
withReason(String reason) |
A |
withStatus(String status) |
A |
withType(String type) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic TagEventConditionFluent()
public TagEventConditionFluent(TagEventCondition instance)
public Long getGeneration()
public boolean hasGeneration()
public String getLastTransitionTime()
public boolean hasLastTransitionTime()
public String getMessage()
public boolean hasMessage()
public String getReason()
public boolean hasReason()
public String getStatus()
public boolean hasStatus()
public String getType()
public boolean hasType()
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 TagEventConditionFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends TagEventConditionFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.