Package kubevirt.io
Class V1ClockOffsetUTC
- java.lang.Object
-
- kubevirt.io.V1ClockOffsetUTC
-
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-11-10T14:44:51.030+02:00") public class V1ClockOffsetUTC extends java.lang.Object
UTC sets the guest clock to UTC on each boot.
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Integer
offsetSeconds
-
Constructor Summary
Constructors Constructor Description V1ClockOffsetUTC()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.lang.Integer
getOffsetSeconds()
OffsetSeconds specifies an offset in seconds, relative to UTC.int
hashCode()
V1ClockOffsetUTC
offsetSeconds(java.lang.Integer offsetSeconds)
void
setOffsetSeconds(java.lang.Integer offsetSeconds)
private java.lang.String
toIndentedString(java.lang.Object o)
Convert the given object to string with each line indented by 4 spaces (except the first line).java.lang.String
toString()
-
-
-
Method Detail
-
offsetSeconds
public V1ClockOffsetUTC offsetSeconds(java.lang.Integer offsetSeconds)
-
getOffsetSeconds
public java.lang.Integer getOffsetSeconds()
OffsetSeconds specifies an offset in seconds, relative to UTC. If set, guest changes to the clock will be kept during reboots and not reset.- Returns:
- offsetSeconds
-
setOffsetSeconds
public void setOffsetSeconds(java.lang.Integer offsetSeconds)
-
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
-
toIndentedString
private java.lang.String toIndentedString(java.lang.Object o)
Convert the given object to string with each line indented by 4 spaces (except the first line).
-
-