Package mxaccess_gateway.v1
Interface MxaccessGateway.QueryActiveAlarmsReplyPayloadOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MxaccessGateway.QueryActiveAlarmsReplyPayload,MxaccessGateway.QueryActiveAlarmsReplyPayload.Builder
- Enclosing class:
MxaccessGateway
public static interface MxaccessGateway.QueryActiveAlarmsReplyPayloadOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetSnapshots(int index) repeated .mxaccess_gateway.v1.ActiveAlarmSnapshot snapshots = 1;intrepeated .mxaccess_gateway.v1.ActiveAlarmSnapshot snapshots = 1;repeated .mxaccess_gateway.v1.ActiveAlarmSnapshot snapshots = 1;getSnapshotsOrBuilder(int index) repeated .mxaccess_gateway.v1.ActiveAlarmSnapshot snapshots = 1;List<? extends MxaccessGateway.ActiveAlarmSnapshotOrBuilder> repeated .mxaccess_gateway.v1.ActiveAlarmSnapshot snapshots = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSnapshotsList
List<MxaccessGateway.ActiveAlarmSnapshot> getSnapshotsList()repeated .mxaccess_gateway.v1.ActiveAlarmSnapshot snapshots = 1; -
getSnapshots
repeated .mxaccess_gateway.v1.ActiveAlarmSnapshot snapshots = 1; -
getSnapshotsCount
int getSnapshotsCount()repeated .mxaccess_gateway.v1.ActiveAlarmSnapshot snapshots = 1; -
getSnapshotsOrBuilderList
List<? extends MxaccessGateway.ActiveAlarmSnapshotOrBuilder> getSnapshotsOrBuilderList()repeated .mxaccess_gateway.v1.ActiveAlarmSnapshot snapshots = 1; -
getSnapshotsOrBuilder
repeated .mxaccess_gateway.v1.ActiveAlarmSnapshot snapshots = 1;
-