Class RemoteObjectStatus

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

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class RemoteObjectStatus extends Object
RemoteObjectStatus
  • Field Details

    • 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.
  • Constructor Details

    • RemoteObjectStatus

      public RemoteObjectStatus(Consumer<RemoteObjectStatus> spec)
      Constructs a validated instance of RemoteObjectStatus.
      Parameters:
      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.

      Parameters:
      icon - 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.
    • RemoteObjectStatus

      protected RemoteObjectStatus()
  • Method Details

    • 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)
      Returns:
      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.
      Returns:
      this.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object