public enum DruidJsonResponseContentKeys extends Enum<DruidJsonResponseContentKeys>
Enum Constant and Description |
---|
CACHED_RESPONSE |
DRUID_RESPONSE_CONTEXT |
ETAG |
RESPONSE |
STATUS_CODE |
UNCOVERED_INTERVALS |
UNCOVERED_INTERVALS_OVERFLOWED |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
static DruidJsonResponseContentKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DruidJsonResponseContentKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DruidJsonResponseContentKeys DRUID_RESPONSE_CONTEXT
public static final DruidJsonResponseContentKeys UNCOVERED_INTERVALS
public static final DruidJsonResponseContentKeys UNCOVERED_INTERVALS_OVERFLOWED
public static final DruidJsonResponseContentKeys STATUS_CODE
public static final DruidJsonResponseContentKeys RESPONSE
public static final DruidJsonResponseContentKeys ETAG
public static final DruidJsonResponseContentKeys CACHED_RESPONSE
public static DruidJsonResponseContentKeys[] values()
for (DruidJsonResponseContentKeys c : DruidJsonResponseContentKeys.values()) System.out.println(c);
public static DruidJsonResponseContentKeys 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 getName()
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.