| Package | Description |
|---|---|
| io.etcd.jetcd.api |
| Modifier and Type | Method and Description |
|---|---|
static AlarmRequest.AlarmAction |
AlarmRequest.AlarmAction.forNumber(int value) |
AlarmRequest.AlarmAction |
AlarmRequestOrBuilder.getAction()
action is the kind of alarm request to issue.
|
AlarmRequest.AlarmAction |
AlarmRequest.getAction()
action is the kind of alarm request to issue.
|
AlarmRequest.AlarmAction |
AlarmRequest.Builder.getAction()
action is the kind of alarm request to issue.
|
static AlarmRequest.AlarmAction |
AlarmRequest.AlarmAction.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static AlarmRequest.AlarmAction |
AlarmRequest.AlarmAction.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static AlarmRequest.AlarmAction |
AlarmRequest.AlarmAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlarmRequest.AlarmAction[] |
AlarmRequest.AlarmAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<AlarmRequest.AlarmAction> |
AlarmRequest.AlarmAction.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
AlarmRequest.Builder |
AlarmRequest.Builder.setAction(AlarmRequest.AlarmAction value)
action is the kind of alarm request to issue.
|
Copyright © 2019. All rights reserved.