java.lang.Object
io.github.primelib.jira4j.restv2.model.Status

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class Status extends Object
Status
  • Felddetails

    • icon

      protected StatusIcon icon
    • resolved

      protected Boolean 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

      public Status(Consumer<Status> spec)
      Constructs a validated instance of Status.
      Parameter:
      spec - the specification to process
    • Status

      @Internal public Status(StatusIcon icon, Boolean resolved)
      Constructs a validated instance of Status.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using Status(Consumer) instead.

      Parameter:
      icon - var.name
      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.
    • Status

      protected Status()
  • Methodendetails

    • builder

      public static Status.StatusBuilder builder()
    • icon

      public StatusIcon icon()
    • resolved

      public Boolean 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

      public Status icon(StatusIcon icon)
      Gibt zurück:
      this.
    • resolved

      public Status resolved(Boolean 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

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object