Klasse StatusMigration
java.lang.Object
io.github.primelib.jira4j.restv2.model.StatusMigration
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class StatusMigration
extends Object
StatusMigration
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedStatusMigration(String newStatusReference, String oldStatusReference) Constructs a validated instance ofStatusMigration.Constructs a validated instance ofStatusMigration. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()The new status ID.newStatusReference(String newStatusReference) The new status ID.The old status ID.oldStatusReference(String oldStatusReference) The old status ID.toString()
-
Felddetails
-
newStatusReference
The new status ID. -
oldStatusReference
The old status ID.
-
-
Konstruktordetails
-
StatusMigration
Constructs a validated instance ofStatusMigration.- Parameter:
spec- the specification to process
-
StatusMigration
Constructs a validated instance ofStatusMigration.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
StatusMigration(Consumer)instead.- Parameter:
newStatusReference- The new status ID.oldStatusReference- The old status ID.
-
StatusMigration
protected StatusMigration()
-
-
Methodendetails
-
builder
-
newStatusReference
The new status ID. -
oldStatusReference
The old status ID. -
newStatusReference
The new status ID.- Gibt zurück:
this.
-
oldStatusReference
The old status ID.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-