Package kubevirt.io
Class V1KVMTimer
- java.lang.Object
-
- kubevirt.io.V1KVMTimer
-
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-11-10T14:44:51.030+02:00") public class V1KVMTimer extends java.lang.Object
V1KVMTimer
-
-
Constructor Summary
Constructors Constructor Description V1KVMTimer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
java.lang.Boolean
isPresent()
Enabled set to false makes sure that the machine type or a preset can't add the timer.V1KVMTimer
present(java.lang.Boolean present)
void
setPresent(java.lang.Boolean present)
java.lang.String
toString()
-
-
-
Method Detail
-
present
public V1KVMTimer present(java.lang.Boolean present)
-
isPresent
public java.lang.Boolean isPresent()
Enabled set to false makes sure that the machine type or a preset can't add the timer. Defaults to true. +optional- Returns:
- present
-
setPresent
public void setPresent(java.lang.Boolean present)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-