Class PrismElementFluent<A extends PrismElementFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.installer.nutanix.v1.PrismElementFluent<A>
-
- Direct Known Subclasses:
FailureDomainFluent.PrismElementNested,PlatformFluent.PrismElementsNested,PrismElementBuilder
public class PrismElementFluent<A extends PrismElementFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classPrismElementFluent.EndpointNested<N>
-
Constructor Summary
Constructors Constructor Description PrismElementFluent()PrismElementFluent(PrismElement instance)
-
Method Summary
-
-
-
Constructor Detail
-
PrismElementFluent
public PrismElementFluent()
-
PrismElementFluent
public PrismElementFluent(PrismElement instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(PrismElement instance)
-
buildEndpoint
public PrismEndpoint buildEndpoint()
-
withEndpoint
public A withEndpoint(PrismEndpoint endpoint)
-
hasEndpoint
public boolean hasEndpoint()
-
withNewEndpoint
public PrismElementFluent.EndpointNested<A> withNewEndpoint()
-
withNewEndpointLike
public PrismElementFluent.EndpointNested<A> withNewEndpointLike(PrismEndpoint item)
-
editEndpoint
public PrismElementFluent.EndpointNested<A> editEndpoint()
-
editOrNewEndpoint
public PrismElementFluent.EndpointNested<A> editOrNewEndpoint()
-
editOrNewEndpointLike
public PrismElementFluent.EndpointNested<A> editOrNewEndpointLike(PrismEndpoint item)
-
getName
public String getName()
-
hasName
public boolean hasName()
-
getUuid
public String getUuid()
-
hasUuid
public boolean hasUuid()
-
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 PrismElementFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends PrismElementFluent<A>>
-
-