public static enum ProductDown.ProductDownReason extends Enum<ProductDown.ProductDownReason>
ProductDown
message was dispatchedEnum Constant and Description |
---|
AliveIntervalViolation
Indicates that the
ProductDown messages was dispatched because the interval
between alive messages was greater than allowed |
Other
Indicates that the
ProductDown message was dispatched due to information received
from the feed. |
Modifier and Type | Method and Description |
---|---|
static ProductDown.ProductDownReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProductDown.ProductDownReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProductDown.ProductDownReason AliveIntervalViolation
ProductDown
messages was dispatched because the interval
between alive messages was greater than allowedpublic static final ProductDown.ProductDownReason Other
ProductDown
message was dispatched due to information received
from the feed.public static ProductDown.ProductDownReason[] values()
for (ProductDown.ProductDownReason c : ProductDown.ProductDownReason.values()) System.out.println(c);
public static ProductDown.ProductDownReason 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 © 2016–2017. All rights reserved.