public class HealthCheckResponseBuilderImpl
extends org.eclipse.microprofile.health.HealthCheckResponseBuilder
Constructor and Description |
---|
HealthCheckResponseBuilderImpl() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.microprofile.health.HealthCheckResponse |
build() |
org.eclipse.microprofile.health.HealthCheckResponseBuilder |
down() |
org.eclipse.microprofile.health.HealthCheckResponseBuilder |
name(String name) |
org.eclipse.microprofile.health.HealthCheckResponseBuilder |
state(boolean up) |
org.eclipse.microprofile.health.HealthCheckResponseBuilder |
up() |
org.eclipse.microprofile.health.HealthCheckResponseBuilder |
withData(String key,
boolean value) |
org.eclipse.microprofile.health.HealthCheckResponseBuilder |
withData(String key,
long value) |
org.eclipse.microprofile.health.HealthCheckResponseBuilder |
withData(String key,
String value) |
public org.eclipse.microprofile.health.HealthCheckResponseBuilder name(String name)
name
in class org.eclipse.microprofile.health.HealthCheckResponseBuilder
public org.eclipse.microprofile.health.HealthCheckResponseBuilder withData(String key, String value)
withData
in class org.eclipse.microprofile.health.HealthCheckResponseBuilder
public org.eclipse.microprofile.health.HealthCheckResponseBuilder withData(String key, long value)
withData
in class org.eclipse.microprofile.health.HealthCheckResponseBuilder
public org.eclipse.microprofile.health.HealthCheckResponseBuilder withData(String key, boolean value)
withData
in class org.eclipse.microprofile.health.HealthCheckResponseBuilder
public org.eclipse.microprofile.health.HealthCheckResponseBuilder up()
up
in class org.eclipse.microprofile.health.HealthCheckResponseBuilder
public org.eclipse.microprofile.health.HealthCheckResponseBuilder down()
down
in class org.eclipse.microprofile.health.HealthCheckResponseBuilder
public org.eclipse.microprofile.health.HealthCheckResponseBuilder state(boolean up)
state
in class org.eclipse.microprofile.health.HealthCheckResponseBuilder
public org.eclipse.microprofile.health.HealthCheckResponse build()
build
in class org.eclipse.microprofile.health.HealthCheckResponseBuilder
Copyright © 2020. All rights reserved.