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

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

    • count

      protected Long count
    • issueIdsOrKeys

      protected Set<String> issueIdsOrKeys
    • message

      protected String message
  • Constructor Details

    • Error

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

      @Internal public Error(Long count, Set<String> issueIdsOrKeys, String message)
      Constructs a validated instance of Error.

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

      Parameters:
      count - count
      issueIdsOrKeys - issueIdsOrKeys
      message - message
    • Error

      protected Error()
  • Method Details

    • builder

      public static Error.ErrorBuilder builder()
    • count

      public Long count()
    • issueIdsOrKeys

      public Set<String> issueIdsOrKeys()
    • message

      public String message()
    • count

      public Error count(Long count)
      Returns:
      this.
    • issueIdsOrKeys

      public Error issueIdsOrKeys(Set<String> issueIdsOrKeys)
      Returns:
      this.
    • message

      public Error message(String message)
      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