Klasse OperationMessage

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

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

    • message

      protected String message
      The human-readable message that describes the result.
    • statusCode

      protected Integer statusCode
      The status code of the response.
  • Konstruktordetails

    • OperationMessage

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

      @Internal public OperationMessage(String message, Integer statusCode)
      Constructs a validated instance of OperationMessage.

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

      Parameter:
      message - The human-readable message that describes the result.
      statusCode - The status code of the response.
    • OperationMessage

      protected OperationMessage()
  • Methodendetails

    • builder

    • message

      public String message()
      The human-readable message that describes the result.
    • statusCode

      public Integer statusCode()
      The status code of the response.
    • message

      public OperationMessage message(String message)
      The human-readable message that describes the result.
      Gibt zurück:
      this.
    • statusCode

      public OperationMessage statusCode(Integer statusCode)
      The status code of the response.
      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