クラス TestWebhookEndpointResponse

java.lang.Object
com.linecorp.bot.model.response.TestWebhookEndpointResponse

public final class TestWebhookEndpointResponse
extends java.lang.Object
  • メソッドの詳細

    • builder

    • isSuccess

      public boolean isSuccess()
      Result of the communication from the LINE platform to the webhook URL.
    • getTimestamp

      public java.time.Instant getTimestamp()
      Please refer to Common Properties.
    • getStatusCode

      public int getStatusCode()
      The HTTP status code. If the webhook response isn't received, the status code is set to zero or a negative number.
    • getReason

      public java.lang.String getReason()
      Reason for the response.
    • getDetail

      public java.lang.String getDetail()
      Details of the response.
    • equals

      public boolean equals​(java.lang.Object o)
      オーバーライド:
      equals クラス内 java.lang.Object
    • hashCode

      public int hashCode()
      オーバーライド:
      hashCode クラス内 java.lang.Object
    • toString

      public java.lang.String toString()
      オーバーライド:
      toString クラス内 java.lang.Object