public static enum RequestSpan.StatusCode extends Enum<RequestSpan.StatusCode>
Modifier and Type | Method and Description |
---|---|
static RequestSpan.StatusCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestSpan.StatusCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequestSpan.StatusCode UNSET
public static final RequestSpan.StatusCode OK
public static final RequestSpan.StatusCode ERROR
public static RequestSpan.StatusCode[] values()
for (RequestSpan.StatusCode c : RequestSpan.StatusCode.values()) System.out.println(c);
public static RequestSpan.StatusCode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2024 Couchbase, Inc.. All rights reserved.