Klasse ChangedValueBean
java.lang.Object
io.github.primelib.jira4j.restv3.model.ChangedValueBean
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ChangedValueBean
extends Object
ChangedValueBean
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
ChangedValueBean
(String changedFrom, String changedTo, String fieldName) Constructs a validated instance ofChangedValueBean
.Constructs a validated instance ofChangedValueBean
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
The value of the field before the change.changedFrom
(String changedFrom) The value of the field before the change.The value of the field after the change.The value of the field after the change.boolean
The name of the field changed.The name of the field changed.int
hashCode()
toString()
-
Felddetails
-
changedFrom
The value of the field before the change. -
changedTo
The value of the field after the change. -
fieldName
The name of the field changed.
-
-
Konstruktordetails
-
ChangedValueBean
Constructs a validated instance ofChangedValueBean
.- Parameter:
spec
- the specification to process
-
ChangedValueBean
Constructs a validated instance ofChangedValueBean
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ChangedValueBean(Consumer)
instead.- Parameter:
changedFrom
- The value of the field before the change.changedTo
- The value of the field after the change.fieldName
- The name of the field changed.
-
ChangedValueBean
protected ChangedValueBean()
-
-
Methodendetails
-
builder
-
changedFrom
The value of the field before the change. -
changedTo
The value of the field after the change. -
fieldName
The name of the field changed. -
changedFrom
The value of the field before the change.- Gibt zurück:
this
.
-
changedTo
The value of the field after the change.- Gibt zurück:
this
.
-
fieldName
The name of the field changed.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-