| Package | Description |
|---|---|
| com.ibm.etcd.api |
| Modifier and Type | Method and Description |
|---|---|
static AlarmType |
AlarmType.forNumber(int value) |
AlarmType |
AlarmRequestOrBuilder.getAlarm()
alarm is the type of alarm to consider for this request.
|
AlarmType |
AlarmMember.getAlarm()
alarm is the type of alarm which has been raised.
|
AlarmType |
AlarmMember.Builder.getAlarm()
alarm is the type of alarm which has been raised.
|
AlarmType |
AlarmMemberOrBuilder.getAlarm()
alarm is the type of alarm which has been raised.
|
AlarmType |
AlarmRequest.getAlarm()
alarm is the type of alarm to consider for this request.
|
AlarmType |
AlarmRequest.Builder.getAlarm()
alarm is the type of alarm to consider for this request.
|
static AlarmType |
AlarmType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static AlarmType |
AlarmType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static AlarmType |
AlarmType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlarmType[] |
AlarmType.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<AlarmType> |
AlarmType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
AlarmMember.Builder |
AlarmMember.Builder.setAlarm(AlarmType value)
alarm is the type of alarm which has been raised.
|
AlarmRequest.Builder |
AlarmRequest.Builder.setAlarm(AlarmType value)
alarm is the type of alarm to consider for this request.
|
Copyright © 2022. All rights reserved.