public class NonResourceAttributesFluentImpl<A extends NonResourceAttributesFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements NonResourceAttributesFluent<A>
| Constructor and Description |
|---|
NonResourceAttributesFluentImpl() |
NonResourceAttributesFluentImpl(NonResourceAttributes instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getPath() |
String |
getVerb() |
int |
hashCode() |
Boolean |
hasPath() |
Boolean |
hasVerb() |
A |
withNewPath(String arg0)
Deprecated.
|
A |
withNewVerb(String arg0)
Deprecated.
|
A |
withPath(String path) |
A |
withVerb(String verb) |
public NonResourceAttributesFluentImpl()
public NonResourceAttributesFluentImpl(NonResourceAttributes instance)
public String getPath()
getPath in interface NonResourceAttributesFluent<A extends NonResourceAttributesFluent<A>>public A withPath(String path)
withPath in interface NonResourceAttributesFluent<A extends NonResourceAttributesFluent<A>>public Boolean hasPath()
hasPath in interface NonResourceAttributesFluent<A extends NonResourceAttributesFluent<A>>@Deprecated public A withNewPath(String arg0)
withNewPath in interface NonResourceAttributesFluent<A extends NonResourceAttributesFluent<A>>public String getVerb()
getVerb in interface NonResourceAttributesFluent<A extends NonResourceAttributesFluent<A>>public A withVerb(String verb)
withVerb in interface NonResourceAttributesFluent<A extends NonResourceAttributesFluent<A>>public Boolean hasVerb()
hasVerb in interface NonResourceAttributesFluent<A extends NonResourceAttributesFluent<A>>@Deprecated public A withNewVerb(String arg0)
withNewVerb in interface NonResourceAttributesFluent<A extends NonResourceAttributesFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.