Package io.etcd.jetcd.maintenance
Class AlarmMember
java.lang.Object
io.etcd.jetcd.maintenance.AlarmMember
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the type of alarm which has been raised.longReturns the ID of the member associated with the raised alarm.
-
Constructor Details
-
AlarmMember
-
-
Method Details
-
getMemberId
public long getMemberId()Returns the ID of the member associated with the raised alarm.- Returns:
- the member id.
-
getAlarmType
Returns the type of alarm which has been raised.- Returns:
- the alarm type.
-