Interface MxaccessGateway.StreamAlarmsRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MxaccessGateway.StreamAlarmsRequest, MxaccessGateway.StreamAlarmsRequest.Builder
Enclosing class:
MxaccessGateway

public static interface MxaccessGateway.StreamAlarmsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Optional alarm-reference prefix scoping the feed to an equipment sub-tree.
    com.google.protobuf.ByteString
    Optional alarm-reference prefix scoping the feed to an equipment sub-tree.
    string client_correlation_id = 1;
    com.google.protobuf.ByteString
    string client_correlation_id = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getClientCorrelationId

      String getClientCorrelationId()
      string client_correlation_id = 1;
      Returns:
      The clientCorrelationId.
    • getClientCorrelationIdBytes

      com.google.protobuf.ByteString getClientCorrelationIdBytes()
      string client_correlation_id = 1;
      Returns:
      The bytes for clientCorrelationId.
    • getAlarmFilterPrefix

      String getAlarmFilterPrefix()
       Optional alarm-reference prefix scoping the feed to an equipment
       sub-tree. Empty streams every active alarm.
       
      string alarm_filter_prefix = 2;
      Returns:
      The alarmFilterPrefix.
    • getAlarmFilterPrefixBytes

      com.google.protobuf.ByteString getAlarmFilterPrefixBytes()
       Optional alarm-reference prefix scoping the feed to an equipment
       sub-tree. Empty streams every active alarm.
       
      string alarm_filter_prefix = 2;
      Returns:
      The bytes for alarmFilterPrefix.