Class NetworkLinkEthernetMacFluent<A extends NetworkLinkEthernetMacFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.miscellaneous.metal3.v1beta1.NetworkLinkEthernetMacFluent<A>
-
- Direct Known Subclasses:
NetworkDataLinkBondFluent.MacAddressNested,NetworkDataLinkEthernetFluent.MacAddressNested,NetworkDataLinkVlanFluent.MacAddressNested,NetworkLinkEthernetMacBuilder
public class NetworkLinkEthernetMacFluent<A extends NetworkLinkEthernetMacFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classNetworkLinkEthernetMacFluent.FromAnnotationNested<N>
-
Constructor Summary
Constructors Constructor Description NetworkLinkEthernetMacFluent()NetworkLinkEthernetMacFluent(NetworkLinkEthernetMac instance)
-
Method Summary
-
-
-
Constructor Detail
-
NetworkLinkEthernetMacFluent
public NetworkLinkEthernetMacFluent()
-
NetworkLinkEthernetMacFluent
public NetworkLinkEthernetMacFluent(NetworkLinkEthernetMac instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(NetworkLinkEthernetMac instance)
-
buildFromAnnotation
public NetworkLinkEthernetMacFromAnnotation buildFromAnnotation()
-
withFromAnnotation
public A withFromAnnotation(NetworkLinkEthernetMacFromAnnotation fromAnnotation)
-
hasFromAnnotation
public boolean hasFromAnnotation()
-
withNewFromAnnotation
public NetworkLinkEthernetMacFluent.FromAnnotationNested<A> withNewFromAnnotation()
-
withNewFromAnnotationLike
public NetworkLinkEthernetMacFluent.FromAnnotationNested<A> withNewFromAnnotationLike(NetworkLinkEthernetMacFromAnnotation item)
-
editFromAnnotation
public NetworkLinkEthernetMacFluent.FromAnnotationNested<A> editFromAnnotation()
-
editOrNewFromAnnotation
public NetworkLinkEthernetMacFluent.FromAnnotationNested<A> editOrNewFromAnnotation()
-
editOrNewFromAnnotationLike
public NetworkLinkEthernetMacFluent.FromAnnotationNested<A> editOrNewFromAnnotationLike(NetworkLinkEthernetMacFromAnnotation item)
-
getFromHostInterface
public String getFromHostInterface()
-
hasFromHostInterface
public boolean hasFromHostInterface()
-
getString
public String getString()
-
hasString
public boolean hasString()
-
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 NetworkLinkEthernetMacFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends NetworkLinkEthernetMacFluent<A>>
-
-