Class HealthResponse.Builder
java.lang.Object
com.ants.platform.client.resources.health.types.HealthResponse.Builder
- All Implemented Interfaces:
HealthResponse._FinalStage, HealthResponse.StatusStage, HealthResponse.VersionStage
- Enclosing class:
HealthResponse
public static final class HealthResponse.Builder
extends Object
implements HealthResponse.VersionStage, HealthResponse.StatusStage, HealthResponse._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionbuild()from(HealthResponse other) ANTS Platform server version
-
Method Details
-
from
- Specified by:
fromin interfaceHealthResponse.VersionStage
-
version
ANTS Platform server version
- Specified by:
versionin interfaceHealthResponse.VersionStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
status
- Specified by:
statusin interfaceHealthResponse.StatusStage
-
build
- Specified by:
buildin interfaceHealthResponse._FinalStage
-