Class ChangedValueBean
java.lang.Object
io.github.primelib.jira4j.restv3.model.ChangedValueBean
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ChangedValueBean
extends Object
ChangedValueBean
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedChangedValueBean(String changedFrom, String changedTo, String fieldName) Constructs a validated instance ofChangedValueBean.Constructs a validated instance ofChangedValueBean. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanThe 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.booleanThe name of the field changed.The name of the field changed.inthashCode()toString()
-
Field Details
-
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.
-
-
Constructor Details
-
ChangedValueBean
Constructs a validated instance ofChangedValueBean.- Parameters:
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.- Parameters:
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()
-
-
Method Details
-
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.- Returns:
this.
-
changedTo
The value of the field after the change.- Returns:
this.
-
fieldName
The name of the field changed.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-