Class Deprecation
- java.lang.Object
-
- io.fabric8.openshift.api.model.operatorhub.packages.v1.Deprecation
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<DeprecationBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class Deprecation extends Object implements io.fabric8.kubernetes.api.builder.Editable<DeprecationBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
Deprecation conveys information regarding a deprecated resource.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Deprecation()No args constructor for use in serializationDeprecation(String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeprecationBuilderedit()Map<String,Object>getAdditionalProperties()StringgetMessage()Message is a human readable message describing the deprecation.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetMessage(String message)Message is a human readable message describing the deprecation.DeprecationBuildertoBuilder()
-
-
-
Constructor Detail
-
Deprecation
public Deprecation()
No args constructor for use in serialization
-
Deprecation
public Deprecation(String message)
-
-
Method Detail
-
getMessage
public String getMessage()
Message is a human readable message describing the deprecation.
-
setMessage
public void setMessage(String message)
Message is a human readable message describing the deprecation.
-
edit
public DeprecationBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<DeprecationBuilder>
-
toBuilder
public DeprecationBuilder toBuilder()
-
-