Class RebootAnnotationArguments
- java.lang.Object
-
- io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1.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 Summary
Constructors Constructor Description RebootAnnotationArguments()No args constructor for use in serializationRebootAnnotationArguments(Boolean force, String mode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RebootAnnotationArgumentsBuilderedit()Map<String,Object>getAdditionalProperties()BooleangetForce()RebootAnnotationArguments defines the arguments of the RebootAnnotation type.StringgetMode()RebootAnnotationArguments defines the arguments of the RebootAnnotation type.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetForce(Boolean force)RebootAnnotationArguments defines the arguments of the RebootAnnotation type.voidsetMode(String mode)RebootAnnotationArguments defines the arguments of the RebootAnnotation type.RebootAnnotationArgumentsBuildertoBuilder()
-
-
-
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.
-
edit
public RebootAnnotationArgumentsBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<RebootAnnotationArgumentsBuilder>
-
toBuilder
public RebootAnnotationArgumentsBuilder toBuilder()
-
-