public class BuilderImpl
extends org.eclipse.microprofile.health.HealthCheckResponseBuilder
| Constructor and Description |
|---|
BuilderImpl() |
| 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 up()
up in class org.eclipse.microprofile.health.HealthCheckResponseBuilderpublic org.eclipse.microprofile.health.HealthCheckResponseBuilder down()
down in class org.eclipse.microprofile.health.HealthCheckResponseBuilderpublic org.eclipse.microprofile.health.HealthCheckResponse build()
build in class org.eclipse.microprofile.health.HealthCheckResponseBuilderpublic org.eclipse.microprofile.health.HealthCheckResponseBuilder state(boolean up)
state in class org.eclipse.microprofile.health.HealthCheckResponseBuilderpublic org.eclipse.microprofile.health.HealthCheckResponseBuilder name(String name)
name in class org.eclipse.microprofile.health.HealthCheckResponseBuilderpublic org.eclipse.microprofile.health.HealthCheckResponseBuilder withData(String key, String value)
withData in class org.eclipse.microprofile.health.HealthCheckResponseBuilderpublic org.eclipse.microprofile.health.HealthCheckResponseBuilder withData(String key, long value)
withData in class org.eclipse.microprofile.health.HealthCheckResponseBuilderpublic org.eclipse.microprofile.health.HealthCheckResponseBuilder withData(String key, boolean value)
withData in class org.eclipse.microprofile.health.HealthCheckResponseBuilderCopyright © 2018 JBoss by Red Hat. All rights reserved.