Class TestWebhookEndpointResponse


  • public final class TestWebhookEndpointResponse
    extends java.lang.Object
    • Method Detail

      • 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)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object