Class MetaDataObjectName
- java.lang.Object
-
- io.fabric8.openshift.api.model.miscellaneous.metal3.v1beta1.MetaDataObjectName
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<MetaDataObjectNameBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class MetaDataObjectName extends Object implements io.fabric8.kubernetes.api.builder.Editable<MetaDataObjectNameBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
MetaDataObjectName contains the information to render the object name.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MetaDataObjectName()No args constructor for use in serializationMetaDataObjectName(String key, String object)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MetaDataObjectNameBuilderedit()Map<String,Object>getAdditionalProperties()StringgetKey()Key will be used as the key to set in the metadata map for cloud-initStringgetObject()Object is the type of the object from which we retrieve the namevoidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetKey(String key)Key will be used as the key to set in the metadata map for cloud-initvoidsetObject(String object)Object is the type of the object from which we retrieve the nameMetaDataObjectNameBuildertoBuilder()
-
-
-
Method Detail
-
getKey
public String getKey()
Key will be used as the key to set in the metadata map for cloud-init
-
setKey
public void setKey(String key)
Key will be used as the key to set in the metadata map for cloud-init
-
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 MetaDataObjectNameBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<MetaDataObjectNameBuilder>
-
toBuilder
public MetaDataObjectNameBuilder toBuilder()
-
-