Package mxaccess_gateway.v1
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 TypeMethodDescriptionFully-qualified alarm reference matching OnAlarmTransitionEvent.alarm_full_reference.com.google.protobuf.ByteStringFully-qualified alarm reference matching OnAlarmTransitionEvent.alarm_full_reference.string client_correlation_id = 2;com.google.protobuf.ByteStringstring client_correlation_id = 2;Operator-supplied comment forwarded to MXAccess.com.google.protobuf.ByteStringOperator-supplied comment forwarded to MXAccess.Operator principal performing the acknowledgement.com.google.protobuf.ByteStringOperator principal performing the acknowledgement.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
-
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.
-