Package io.fabric8.openshift.api.model
Class ActionFluent<A extends ActionFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.ActionFluent<A>
-
- Direct Known Subclasses:
ActionBuilder
public class ActionFluent<A extends ActionFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description ActionFluent()ActionFluent(Action instance)
-
Method Summary
-
-
-
Constructor Detail
-
ActionFluent
public ActionFluent()
-
ActionFluent
public ActionFluent(Action instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(Action instance)
-
getContent
public Object getContent()
-
hasContent
public boolean hasContent()
-
getIsNonResourceURL
public Boolean getIsNonResourceURL()
-
hasIsNonResourceURL
public boolean hasIsNonResourceURL()
-
getNamespace
public String getNamespace()
-
hasNamespace
public boolean hasNamespace()
-
getPath
public String getPath()
-
hasPath
public boolean hasPath()
-
getResource
public String getResource()
-
hasResource
public boolean hasResource()
-
getResourceAPIGroup
public String getResourceAPIGroup()
-
hasResourceAPIGroup
public boolean hasResourceAPIGroup()
-
getResourceAPIVersion
public String getResourceAPIVersion()
-
hasResourceAPIVersion
public boolean hasResourceAPIVersion()
-
getResourceName
public String getResourceName()
-
hasResourceName
public boolean hasResourceName()
-
getVerb
public String getVerb()
-
hasVerb
public boolean hasVerb()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ActionFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ActionFluent<A>>
-
withIsNonResourceURL
public A withIsNonResourceURL()
-
-