Class PingResponse

java.lang.Object
org.codelibs.fess.entity.PingResponse

public class PingResponse extends Object
Response entity for ping operations.
  • Constructor Details

    • PingResponse

      public PingResponse(org.opensearch.action.admin.cluster.health.ClusterHealthResponse response)
      Creates a ping response from cluster health response.
      Parameters:
      response - the cluster health response
  • Method Details

    • getStatus

      public int getStatus()
      Gets the status.
      Returns:
      the status
    • getClusterName

      public String getClusterName()
      Gets the cluster name.
      Returns:
      the cluster name
    • getClusterStatus

      public String getClusterStatus()
      Gets the cluster status.
      Returns:
      the cluster status
    • getMessage

      public String getMessage()
      Gets the message.
      Returns:
      the message