Class HealthCheck

    • Constructor Summary

      Constructors 
      Constructor Description
      HealthCheck​(java.lang.String id, java.lang.String type)
      Create a HealthCheck
    • Constructor Detail

      • HealthCheck

        @Contract(pure=true)
        public HealthCheck​(java.lang.String id,
                           java.lang.String type)
        Create a HealthCheck
        Parameters:
        id - the id of the healthcheck
        type - the type of the healthcheck
    • Method Detail

      • getId

        public java.lang.String getId()