Klasse ServerInformationServerTimeZone
java.lang.Object
io.github.primelib.jira4j.restv3.model.ServerInformationServerTimeZone
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ServerInformationServerTimeZone
extends Object
ServerInformationServerTimeZone
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
ServerInformationServerTimeZone
(String displayName, Integer dstsavings, String id, Integer rawOffset) Constructs a validated instance ofServerInformationServerTimeZone
.Constructs a validated instance ofServerInformationServerTimeZone
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
displayName
(String displayName) dstsavings
(Integer dstsavings) boolean
int
hashCode()
id()
toString()
-
Felddetails
-
displayName
-
dstsavings
-
id
-
rawOffset
-
-
Konstruktordetails
-
ServerInformationServerTimeZone
Constructs a validated instance ofServerInformationServerTimeZone
.- Parameter:
spec
- the specification to process
-
ServerInformationServerTimeZone
@Internal public ServerInformationServerTimeZone(String displayName, Integer dstsavings, String id, Integer rawOffset) Constructs a validated instance ofServerInformationServerTimeZone
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ServerInformationServerTimeZone(Consumer)
instead.- Parameter:
displayName
- displayNamedstsavings
- dstsavingsid
- idrawOffset
- rawOffset
-
ServerInformationServerTimeZone
protected ServerInformationServerTimeZone()
-
-
Methodendetails
-
builder
-
displayName
-
dstsavings
-
id
-
rawOffset
-
displayName
- Gibt zurück:
this
.
-
dstsavings
- Gibt zurück:
this
.
-
id
- Gibt zurück:
this
.
-
rawOffset
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-