WebServiceState Class

public final class WebServiceState
extends ExpandableStringEnum<WebServiceState>

Defines values for WebServiceState.

Field Summary

Modifier and Type Field and Description
static final WebServiceState FAILED

Static value Failed for WebServiceState.

static final WebServiceState HEALTHY

Static value Healthy for WebServiceState.

static final WebServiceState TRANSITIONING

Static value Transitioning for WebServiceState.

static final WebServiceState UNHEALTHY

Static value Unhealthy for WebServiceState.

static final WebServiceState UNSCHEDULABLE

Static value Unschedulable for WebServiceState.

Constructor Summary

Constructor Description
WebServiceState()

Method Summary

Modifier and Type Method and Description
static WebServiceState fromString(String name)

Creates or finds a WebServiceState from its string representation.

static Collection<WebServiceState> values()

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

FAILED

public static final WebServiceState FAILED

Static value Failed for WebServiceState.

HEALTHY

public static final WebServiceState HEALTHY

Static value Healthy for WebServiceState.

TRANSITIONING

public static final WebServiceState TRANSITIONING

Static value Transitioning for WebServiceState.

UNHEALTHY

public static final WebServiceState UNHEALTHY

Static value Unhealthy for WebServiceState.

UNSCHEDULABLE

public static final WebServiceState UNSCHEDULABLE

Static value Unschedulable for WebServiceState.

Constructor Details

WebServiceState

public WebServiceState()

Method Details

fromString

public static WebServiceState fromString(String name)

Creates or finds a WebServiceState from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding WebServiceState.

values

public static Collection values()

Returns:

known WebServiceState values.

Applies to