Class PingResponse

java.lang.Object
org.sourcelab.buildkite.api.client.response.PingResponse

public class PingResponse extends Object
Represents the response from a "Hello World" request to the Buildkite API.
See Also:
  • Constructor Details

    • PingResponse

      public PingResponse(String message, long timestamp)
      Constructor.
      Parameters:
      message - Message value.
      timestamp - Timestamp value.
  • Method Details

    • getMessage

      public String getMessage()
    • getTimestamp

      public long getTimestamp()
    • toString

      public String toString()
      Overrides:
      toString in class Object