Class NetworkLinkEthernetMacFromAnnotation
- java.lang.Object
-
- io.fabric8.openshift.api.model.miscellaneous.metal3.v1beta1.NetworkLinkEthernetMacFromAnnotation
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<NetworkLinkEthernetMacFromAnnotationBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class NetworkLinkEthernetMacFromAnnotation extends Object implements io.fabric8.kubernetes.api.builder.Editable<NetworkLinkEthernetMacFromAnnotationBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
NetworkLinkEthernetMacFromAnnotation contains the information to fetch an annotation content, if the label does not exist, it is rendered as empty string.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NetworkLinkEthernetMacFromAnnotation()No args constructor for use in serializationNetworkLinkEthernetMacFromAnnotation(String annotation, String object)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NetworkLinkEthernetMacFromAnnotationBuilderedit()Map<String,Object>getAdditionalProperties()StringgetAnnotation()Annotation is the key of the Annotation to fetchStringgetObject()Object is the type of the object from which we retrieve the namevoidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetAnnotation(String annotation)Annotation is the key of the Annotation to fetchvoidsetObject(String object)Object is the type of the object from which we retrieve the nameNetworkLinkEthernetMacFromAnnotationBuildertoBuilder()
-
-
-
Method Detail
-
getAnnotation
public String getAnnotation()
Annotation is the key of the Annotation to fetch
-
setAnnotation
public void setAnnotation(String annotation)
Annotation is the key of the Annotation to fetch
-
getObject
public String getObject()
Object is the type of the object from which we retrieve the name
-
setObject
public void setObject(String object)
Object is the type of the object from which we retrieve the name
-
edit
public NetworkLinkEthernetMacFromAnnotationBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<NetworkLinkEthernetMacFromAnnotationBuilder>
-
toBuilder
public NetworkLinkEthernetMacFromAnnotationBuilder toBuilder()
-
-