Class AlibabaCloudResourceTag
- java.lang.Object
-
- io.fabric8.openshift.api.model.config.v1.AlibabaCloudResourceTag
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<AlibabaCloudResourceTagBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class AlibabaCloudResourceTag extends Object implements io.fabric8.kubernetes.api.builder.Editable<AlibabaCloudResourceTagBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
AlibabaCloudResourceTag is the set of tags to add to apply to resources.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AlibabaCloudResourceTag()No args constructor for use in serializationAlibabaCloudResourceTag(String key, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlibabaCloudResourceTagBuilderedit()Map<String,Object>getAdditionalProperties()StringgetKey()key is the key of the tag.StringgetValue()value is the value of the tag.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetKey(String key)key is the key of the tag.voidsetValue(String value)value is the value of the tag.AlibabaCloudResourceTagBuildertoBuilder()
-
-
-
Method Detail
-
getKey
public String getKey()
key is the key of the tag.
-
setKey
public void setKey(String key)
key is the key of the tag.
-
getValue
public String getValue()
value is the value of the tag.
-
setValue
public void setValue(String value)
value is the value of the tag.
-
edit
public AlibabaCloudResourceTagBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<AlibabaCloudResourceTagBuilder>
-
toBuilder
public AlibabaCloudResourceTagBuilder toBuilder()
-
-