Interface MxaccessGateway.AcknowledgeAlarmRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Fully-qualified alarm reference matching OnAlarmTransitionEvent.alarm_full_reference.
    com.google.protobuf.ByteString
    Fully-qualified alarm reference matching OnAlarmTransitionEvent.alarm_full_reference.
    string client_correlation_id = 2;
    com.google.protobuf.ByteString
    string client_correlation_id = 2;
    Operator-supplied comment forwarded to MXAccess.
    com.google.protobuf.ByteString
    Operator-supplied comment forwarded to MXAccess.
    Operator principal performing the acknowledgement.
    com.google.protobuf.ByteString
    Operator principal performing the acknowledgement.

    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 = 2;
      Returns:
      The clientCorrelationId.
    • getClientCorrelationIdBytes

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

      String getAlarmFullReference()
       Fully-qualified alarm reference matching OnAlarmTransitionEvent.alarm_full_reference.
       
      string alarm_full_reference = 3;
      Returns:
      The alarmFullReference.
    • getAlarmFullReferenceBytes

      com.google.protobuf.ByteString getAlarmFullReferenceBytes()
       Fully-qualified alarm reference matching OnAlarmTransitionEvent.alarm_full_reference.
       
      string alarm_full_reference = 3;
      Returns:
      The bytes for alarmFullReference.
    • getComment

      String getComment()
       Operator-supplied comment forwarded to MXAccess.
       
      string comment = 4;
      Returns:
      The comment.
    • getCommentBytes

      com.google.protobuf.ByteString getCommentBytes()
       Operator-supplied comment forwarded to MXAccess.
       
      string comment = 4;
      Returns:
      The bytes for comment.
    • getOperatorUser

      String getOperatorUser()
       Operator principal performing the acknowledgement. The lmxopcua side
       resolves this from the OPC UA session prior to invoking the RPC.
       
      string operator_user = 5;
      Returns:
      The operatorUser.
    • getOperatorUserBytes

      com.google.protobuf.ByteString getOperatorUserBytes()
       Operator principal performing the acknowledgement. The lmxopcua side
       resolves this from the OPC UA session prior to invoking the RPC.
       
      string operator_user = 5;
      Returns:
      The bytes for operatorUser.