Interface MxaccessGateway.QueryActiveAlarmsRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Optional filter: when non-empty, only snapshots whose alarm_full_reference starts with this string are returned.
    com.google.protobuf.ByteString
    Optional filter: when non-empty, only snapshots whose alarm_full_reference starts with this string are returned.
    string client_correlation_id = 2;
    com.google.protobuf.ByteString
    string client_correlation_id = 2;
    string session_id = 1;
    com.google.protobuf.ByteString
    string session_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

    • getSessionId

      String getSessionId()
      string session_id = 1;
      Returns:
      The sessionId.
    • getSessionIdBytes

      com.google.protobuf.ByteString getSessionIdBytes()
      string session_id = 1;
      Returns:
      The bytes for sessionId.
    • getClientCorrelationId

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

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

      String getAlarmFilterPrefix()
       Optional filter: when non-empty, only snapshots whose alarm_full_reference
       starts with this string are returned.
       
      string alarm_filter_prefix = 3;
      Returns:
      The alarmFilterPrefix.
    • getAlarmFilterPrefixBytes

      com.google.protobuf.ByteString getAlarmFilterPrefixBytes()
       Optional filter: when non-empty, only snapshots whose alarm_full_reference
       starts with this string are returned.
       
      string alarm_filter_prefix = 3;
      Returns:
      The bytes for alarmFilterPrefix.