public class ResourceAttributesFluentImpl<A extends ResourceAttributesFluent<A>> extends BaseFluent<A> implements ResourceAttributesFluent<A>
_visitables| Constructor and Description |
|---|
ResourceAttributesFluentImpl() |
ResourceAttributesFluentImpl(ResourceAttributes instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getGroup() |
String |
getName() |
String |
getNamespace() |
String |
getResource() |
String |
getSubresource() |
String |
getVerb() |
String |
getVersion() |
Boolean |
hasGroup() |
Boolean |
hasName() |
Boolean |
hasNamespace() |
Boolean |
hasResource() |
Boolean |
hasSubresource() |
Boolean |
hasVerb() |
Boolean |
hasVersion() |
A |
withGroup(String group) |
A |
withName(String name) |
A |
withNamespace(String namespace) |
A |
withResource(String resource) |
A |
withSubresource(String subresource) |
A |
withVerb(String verb) |
A |
withVersion(String version) |
public ResourceAttributesFluentImpl()
public ResourceAttributesFluentImpl(ResourceAttributes instance)
public String getGroup()
getGroup in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>public A withGroup(String group)
withGroup in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>public Boolean hasGroup()
hasGroup in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>public String getName()
getName in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>public A withName(String name)
withName in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>public Boolean hasName()
hasName in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>public String getNamespace()
getNamespace in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>public A withNamespace(String namespace)
withNamespace in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>public Boolean hasNamespace()
hasNamespace in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>public String getResource()
getResource in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>public A withResource(String resource)
withResource in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>public Boolean hasResource()
hasResource in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>public String getSubresource()
getSubresource in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>public A withSubresource(String subresource)
withSubresource in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>public Boolean hasSubresource()
hasSubresource in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>public String getVerb()
getVerb in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>public A withVerb(String verb)
withVerb in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>public Boolean hasVerb()
hasVerb in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>public String getVersion()
getVersion in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>public A withVersion(String version)
withVersion in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>public Boolean hasVersion()
hasVersion in interface ResourceAttributesFluent<A extends ResourceAttributesFluent<A>>Copyright © 2011–2018 Red Hat. All rights reserved.