public interface AlarmMemberOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AlarmType |
getAlarm()
alarm is the type of alarm which has been raised.
|
int |
getAlarmValue()
alarm is the type of alarm which has been raised.
|
long |
getMemberID()
memberID is the ID of the member associated with the raised alarm.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getMemberID()
memberID is the ID of the member associated with the raised alarm.
uint64 memberID = 1;int getAlarmValue()
alarm is the type of alarm which has been raised.
.etcdserverpb.AlarmType alarm = 2;AlarmType getAlarm()
alarm is the type of alarm which has been raised.
.etcdserverpb.AlarmType alarm = 2;Copyright © 2021. All rights reserved.