Klasse RemoteObjectStatus

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

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class RemoteObjectStatus extends Object
RemoteObjectStatus
  • 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

    • RemoteObjectStatus

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

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

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using RemoteObjectStatus(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.
    • RemoteObjectStatus

      protected RemoteObjectStatus()
  • Methodendetails

    • 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 RemoteObjectStatus icon(StatusIcon icon)
      Gibt zurück:
      this.
    • resolved

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