Class WorkflowStatusAndPort
java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowStatusAndPort
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowStatusAndPort
extends Object
WorkflowStatusAndPort
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedWorkflowStatusAndPort(Integer port, String statusReference) Constructs a validated instance ofWorkflowStatusAndPort.Constructs a validated instance ofWorkflowStatusAndPort. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleaninthashCode()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()
-
Field Details
-
port
The port the transition is connected to this status. -
statusReference
The reference of this status.
-
-
Constructor Details
-
WorkflowStatusAndPort
Constructs a validated instance ofWorkflowStatusAndPort.- Parameters:
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.- Parameters:
port- The port the transition is connected to this status.statusReference- The reference of this status.
-
WorkflowStatusAndPort
protected WorkflowStatusAndPort()
-
-
Method Details
-
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.- Returns:
this.
-
statusReference
The reference of this status.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-