Class Tag
- java.lang.Object
-
- io.fabric8.openshift.api.model.machine.v1.Tag
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<TagBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class Tag extends Object implements io.fabric8.kubernetes.api.builder.Editable<TagBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
Tag The tags of ECS Instance- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TagBuilderedit()Map<String,Object>getAdditionalProperties()StringgetKey()Key is the name of the key pairStringgetValue()Value is the value or data of the key pairvoidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetKey(String key)Key is the name of the key pairvoidsetValue(String value)Value is the value or data of the key pairTagBuildertoBuilder()
-
-
-
Method Detail
-
getKey
public String getKey()
Key is the name of the key pair
-
setKey
public void setKey(String key)
Key is the name of the key pair
-
getValue
public String getValue()
Value is the value or data of the key pair
-
setValue
public void setValue(String value)
Value is the value or data of the key pair
-
edit
public TagBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<TagBuilder>
-
toBuilder
public TagBuilder toBuilder()
-
-