public class AnnotationFluentImpl<A extends AnnotationFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements AnnotationFluent<A>
| Constructor and Description |
|---|
AnnotationFluentImpl() |
AnnotationFluentImpl(Annotation instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getKey() |
String |
getValue() |
int |
hashCode() |
Boolean |
hasKey() |
Boolean |
hasValue() |
String |
toString() |
A |
withKey(String key) |
A |
withValue(String value) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic AnnotationFluentImpl()
public AnnotationFluentImpl(Annotation instance)
public String getKey()
getKey in interface AnnotationFluent<A extends AnnotationFluent<A>>public A withKey(String key)
withKey in interface AnnotationFluent<A extends AnnotationFluent<A>>public Boolean hasKey()
hasKey in interface AnnotationFluent<A extends AnnotationFluent<A>>public String getValue()
getValue in interface AnnotationFluent<A extends AnnotationFluent<A>>public A withValue(String value)
withValue in interface AnnotationFluent<A extends AnnotationFluent<A>>public Boolean hasValue()
hasValue in interface AnnotationFluent<A extends AnnotationFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends AnnotationFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends AnnotationFluent<A>>Copyright © 2018–2023 Red Hat. All rights reserved.