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