Class RebootAnnotationArguments

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<RebootAnnotationArgumentsBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class RebootAnnotationArguments
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<RebootAnnotationArgumentsBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    RebootAnnotationArguments defines the arguments of the RebootAnnotation type.
    See Also:
    Serialized Form
    • Constructor Detail

      • RebootAnnotationArguments

        public RebootAnnotationArguments()
        No args constructor for use in serialization
      • RebootAnnotationArguments

        public RebootAnnotationArguments​(Boolean force,
                                         String mode)
    • Method Detail

      • getForce

        public Boolean getForce()
        RebootAnnotationArguments defines the arguments of the RebootAnnotation type.
      • setForce

        public void setForce​(Boolean force)
        RebootAnnotationArguments defines the arguments of the RebootAnnotation type.
      • getMode

        public String getMode()
        RebootAnnotationArguments defines the arguments of the RebootAnnotation type.
      • setMode

        public void setMode​(String mode)
        RebootAnnotationArguments defines the arguments of the RebootAnnotation type.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)