public static interface Rpc.AlarmRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
Rpc.AlarmRequest.AlarmAction |
getAction()
action is the kind of alarm request to issue.
|
int |
getActionValue()
action is the kind of alarm request to issue.
|
Rpc.AlarmType |
getAlarm()
alarm is the type of alarm to consider for this request.
|
int |
getAlarmValue()
alarm is the type of alarm to consider for this request.
|
long |
getMemberID()
memberID is the ID of the member associated with the alarm.
|
int getActionValue()
action is the kind of alarm request to issue. The action may GET alarm statuses, ACTIVATE an alarm, or DEACTIVATE a raised alarm.
.etcdserverpb.AlarmRequest.AlarmAction action = 1;Rpc.AlarmRequest.AlarmAction getAction()
action is the kind of alarm request to issue. The action may GET alarm statuses, ACTIVATE an alarm, or DEACTIVATE a raised alarm.
.etcdserverpb.AlarmRequest.AlarmAction action = 1;long getMemberID()
memberID is the ID of the member associated with the alarm. If memberID is 0, the alarm request covers all members.
uint64 memberID = 2;int getAlarmValue()
alarm is the type of alarm to consider for this request.
.etcdserverpb.AlarmType alarm = 3;Rpc.AlarmType getAlarm()
alarm is the type of alarm to consider for this request.
.etcdserverpb.AlarmType alarm = 3;Copyright © 2018. All rights reserved.