Class ServerInformationServerTimeZone
java.lang.Object
io.github.primelib.jira4j.restv3.model.ServerInformationServerTimeZone
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ServerInformationServerTimeZone
extends Object
ServerInformationServerTimeZone
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ServerInformationServerTimeZone
(String displayName, Integer dstsavings, String id, Integer rawOffset) Constructs a validated instance ofServerInformationServerTimeZone
.Constructs a validated instance ofServerInformationServerTimeZone
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
displayName
(String displayName) dstsavings
(Integer dstsavings) boolean
int
hashCode()
id()
toString()
-
Field Details
-
displayName
-
dstsavings
-
id
-
rawOffset
-
-
Constructor Details
-
ServerInformationServerTimeZone
Constructs a validated instance ofServerInformationServerTimeZone
.- Parameters:
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.- Parameters:
displayName
- displayNamedstsavings
- dstsavingsid
- idrawOffset
- rawOffset
-
ServerInformationServerTimeZone
protected ServerInformationServerTimeZone()
-
-
Method Details
-
builder
-
displayName
-
dstsavings
-
id
-
rawOffset
-
displayName
- Returns:
this
.
-
dstsavings
- Returns:
this
.
-
id
- Returns:
this
.
-
rawOffset
- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-