Klasse Status
java.lang.Object
io.github.primelib.jira4j.restv3.model.Status
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class Status
extends Object
Status
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected StatusIconprotected BooleanWhether the item is resolved. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic Status.StatusBuilderbuilder()protected booleanbooleaninthashCode()icon()icon(StatusIcon icon) resolved()Whether the item is resolved.Whether the item is resolved.toString()
-
Felddetails
-
icon
-
resolved
Whether the item is resolved. If set to "true", the link to the issue is displayed in a strikethrough font, otherwise the link displays in normal font.
-
-
Konstruktordetails
-
Status
Constructs a validated instance ofStatus.- Parameter:
spec- the specification to process
-
Status
Constructs a validated instance ofStatus.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
Status(Consumer)instead.- Parameter:
icon- var.nameresolved- Whether the item is resolved. If set to "true", the link to the issue is displayed in a strikethrough font, otherwise the link displays in normal font.
-
Status
protected Status()
-
-
Methodendetails
-
builder
-
icon
-
resolved
Whether the item is resolved. If set to "true", the link to the issue is displayed in a strikethrough font, otherwise the link displays in normal font. -
icon
- Gibt zurück:
this.
-
resolved
Whether the item is resolved. If set to "true", the link to the issue is displayed in a strikethrough font, otherwise the link displays in normal font.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-