public static enum DnsSrvLookupFailedEvent.Reason extends Enum<DnsSrvLookupFailedEvent.Reason>
| Enum Constant and Description |
|---|
NAME_NOT_FOUND |
OTHER |
TIMED_OUT |
| Modifier and Type | Method and Description |
|---|---|
String |
identifier() |
static DnsSrvLookupFailedEvent.Reason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DnsSrvLookupFailedEvent.Reason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DnsSrvLookupFailedEvent.Reason NAME_NOT_FOUND
public static final DnsSrvLookupFailedEvent.Reason TIMED_OUT
public static final DnsSrvLookupFailedEvent.Reason OTHER
public static DnsSrvLookupFailedEvent.Reason[] values()
for (DnsSrvLookupFailedEvent.Reason c : DnsSrvLookupFailedEvent.Reason.values()) System.out.println(c);
public static DnsSrvLookupFailedEvent.Reason 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 nullpublic String identifier()
Copyright © 2024 Couchbase, Inc.. All rights reserved.