Class HealthCheckResponseBuilderImpl


  • public class HealthCheckResponseBuilderImpl
    extends org.eclipse.microprofile.health.HealthCheckResponseBuilder
    Base Implementation of HealthCheckResponseBuilder.
    Author:
    Andrew Pielage
    • Constructor Detail

      • HealthCheckResponseBuilderImpl

        public HealthCheckResponseBuilderImpl()
    • Method Detail

      • name

        public org.eclipse.microprofile.health.HealthCheckResponseBuilder name​(String name)
        Specified by:
        name in class org.eclipse.microprofile.health.HealthCheckResponseBuilder
      • withData

        public org.eclipse.microprofile.health.HealthCheckResponseBuilder withData​(String key,
                                                                                   String value)
        Specified by:
        withData in class org.eclipse.microprofile.health.HealthCheckResponseBuilder
      • withData

        public org.eclipse.microprofile.health.HealthCheckResponseBuilder withData​(String key,
                                                                                   long value)
        Specified by:
        withData in class org.eclipse.microprofile.health.HealthCheckResponseBuilder
      • withData

        public org.eclipse.microprofile.health.HealthCheckResponseBuilder withData​(String key,
                                                                                   boolean value)
        Specified by:
        withData in class org.eclipse.microprofile.health.HealthCheckResponseBuilder
      • up

        public org.eclipse.microprofile.health.HealthCheckResponseBuilder up()
        Specified by:
        up in class org.eclipse.microprofile.health.HealthCheckResponseBuilder
      • down

        public org.eclipse.microprofile.health.HealthCheckResponseBuilder down()
        Specified by:
        down in class org.eclipse.microprofile.health.HealthCheckResponseBuilder
      • status

        public org.eclipse.microprofile.health.HealthCheckResponseBuilder status​(boolean up)
        Specified by:
        status in class org.eclipse.microprofile.health.HealthCheckResponseBuilder
      • build

        public org.eclipse.microprofile.health.HealthCheckResponse build()
        Specified by:
        build in class org.eclipse.microprofile.health.HealthCheckResponseBuilder