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() |
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, hasCompatibleVisitMethod
public 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>>
@Deprecated public A withNewPath(String original)
withNewPath
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>>
@Deprecated public A withNewVerb(String original)
withNewVerb
in interface V1NonResourceAttributesFluent<A extends V1NonResourceAttributesFluent<A>>
Copyright © 2021. All rights reserved.