public class V1NonResourceAttributesFluentImpl<A extends V1NonResourceAttributesFluent<A>> extends BaseFluent<A> implements V1NonResourceAttributesFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
V1NonResourceAttributesFluentImpl() |
V1NonResourceAttributesFluentImpl(io.kubernetes.client.openapi.models.V1NonResourceAttributes instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getPath() |
String |
getVerb() |
int |
hashCode() |
Boolean |
hasPath() |
Boolean |
hasVerb() |
String |
toString() |
A |
withPath(String path) |
A |
withVerb(String verb) |
accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic V1NonResourceAttributesFluentImpl()
public V1NonResourceAttributesFluentImpl(io.kubernetes.client.openapi.models.V1NonResourceAttributes instance)
public String getPath()
getPath in interface V1NonResourceAttributesFluent<A extends V1NonResourceAttributesFluent<A>>public A withPath(String path)
withPath in interface V1NonResourceAttributesFluent<A extends V1NonResourceAttributesFluent<A>>public Boolean hasPath()
hasPath in interface V1NonResourceAttributesFluent<A extends V1NonResourceAttributesFluent<A>>public String getVerb()
getVerb in interface V1NonResourceAttributesFluent<A extends V1NonResourceAttributesFluent<A>>public A withVerb(String verb)
withVerb in interface V1NonResourceAttributesFluent<A extends V1NonResourceAttributesFluent<A>>public Boolean hasVerb()
hasVerb in interface V1NonResourceAttributesFluent<A extends V1NonResourceAttributesFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends V1NonResourceAttributesFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends V1NonResourceAttributesFluent<A>>Copyright © 2022. All rights reserved.