public class V1beta1NonResourceAttributesFluentImpl<A extends V1beta1NonResourceAttributesFluent<A>> extends BaseFluent<A> implements V1beta1NonResourceAttributesFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
V1beta1NonResourceAttributesFluentImpl() |
V1beta1NonResourceAttributesFluentImpl(io.kubernetes.client.openapi.models.V1beta1NonResourceAttributes instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getPath() |
String |
getVerb() |
int |
hashCode() |
Boolean |
hasPath() |
Boolean |
hasVerb() |
A |
withNewPath(String original)
Deprecated.
|
A |
withNewVerb(String original)
Deprecated.
|
A |
withPath(String path) |
A |
withVerb(String verb) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic V1beta1NonResourceAttributesFluentImpl()
public V1beta1NonResourceAttributesFluentImpl(io.kubernetes.client.openapi.models.V1beta1NonResourceAttributes instance)
public String getPath()
getPath in interface V1beta1NonResourceAttributesFluent<A extends V1beta1NonResourceAttributesFluent<A>>public A withPath(String path)
withPath in interface V1beta1NonResourceAttributesFluent<A extends V1beta1NonResourceAttributesFluent<A>>public Boolean hasPath()
hasPath in interface V1beta1NonResourceAttributesFluent<A extends V1beta1NonResourceAttributesFluent<A>>@Deprecated public A withNewPath(String original)
withNewPath in interface V1beta1NonResourceAttributesFluent<A extends V1beta1NonResourceAttributesFluent<A>>public String getVerb()
getVerb in interface V1beta1NonResourceAttributesFluent<A extends V1beta1NonResourceAttributesFluent<A>>public A withVerb(String verb)
withVerb in interface V1beta1NonResourceAttributesFluent<A extends V1beta1NonResourceAttributesFluent<A>>public Boolean hasVerb()
hasVerb in interface V1beta1NonResourceAttributesFluent<A extends V1beta1NonResourceAttributesFluent<A>>@Deprecated public A withNewVerb(String original)
withNewVerb in interface V1beta1NonResourceAttributesFluent<A extends V1beta1NonResourceAttributesFluent<A>>Copyright © 2022. All rights reserved.