Package mxaccess_gateway.v1
Interface MxaccessGateway.AcknowledgeAlarmByNameCommandOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MxaccessGateway.AcknowledgeAlarmByNameCommand,MxaccessGateway.AcknowledgeAlarmByNameCommand.Builder
- Enclosing class:
- MxaccessGateway
public static interface MxaccessGateway.AcknowledgeAlarmByNameCommandOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionTag/alarm name (e.g.com.google.protobuf.ByteStringTag/alarm name (e.g.string comment = 4;com.google.protobuf.ByteStringstring comment = 4;Area/group name (e.g.com.google.protobuf.ByteStringArea/group name (e.g.string operator_domain = 7;com.google.protobuf.ByteStringstring operator_domain = 7;string operator_full_name = 8;com.google.protobuf.ByteStringstring operator_full_name = 8;string operator_node = 6;com.google.protobuf.ByteStringstring operator_node = 6;string operator_user = 5;com.google.protobuf.ByteStringstring operator_user = 5;AVEVA alarm-provider name (literal "Galaxy" for ArchestrA Galaxies).com.google.protobuf.ByteStringAVEVA alarm-provider name (literal "Galaxy" for ArchestrA Galaxies).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
-
getAlarmName
String getAlarmName()Tag/alarm name (e.g. "TestMachine_001.TestAlarm001"). Tag itself may contain dots; the gateway-side parser splits on the first dot after the '!' separator.
string alarm_name = 1;- Returns:
- The alarmName.
-
getAlarmNameBytes
com.google.protobuf.ByteString getAlarmNameBytes()Tag/alarm name (e.g. "TestMachine_001.TestAlarm001"). Tag itself may contain dots; the gateway-side parser splits on the first dot after the '!' separator.
string alarm_name = 1;- Returns:
- The bytes for alarmName.
-
getProviderName
String getProviderName()AVEVA alarm-provider name (literal "Galaxy" for ArchestrA Galaxies).
string provider_name = 2;- Returns:
- The providerName.
-
getProviderNameBytes
com.google.protobuf.ByteString getProviderNameBytes()AVEVA alarm-provider name (literal "Galaxy" for ArchestrA Galaxies).
string provider_name = 2;- Returns:
- The bytes for providerName.
-
getGroupName
String getGroupName()Area/group name (e.g. "TestArea").
string group_name = 3;- Returns:
- The groupName.
-
getGroupNameBytes
com.google.protobuf.ByteString getGroupNameBytes()Area/group name (e.g. "TestArea").
string group_name = 3;- Returns:
- The bytes for groupName.
-
getComment
String getComment()string comment = 4;- Returns:
- The comment.
-
getCommentBytes
com.google.protobuf.ByteString getCommentBytes()string comment = 4;- Returns:
- The bytes for comment.
-
getOperatorUser
String getOperatorUser()string operator_user = 5;- Returns:
- The operatorUser.
-
getOperatorUserBytes
com.google.protobuf.ByteString getOperatorUserBytes()string operator_user = 5;- Returns:
- The bytes for operatorUser.
-
getOperatorNode
String getOperatorNode()string operator_node = 6;- Returns:
- The operatorNode.
-
getOperatorNodeBytes
com.google.protobuf.ByteString getOperatorNodeBytes()string operator_node = 6;- Returns:
- The bytes for operatorNode.
-
getOperatorDomain
String getOperatorDomain()string operator_domain = 7;- Returns:
- The operatorDomain.
-
getOperatorDomainBytes
com.google.protobuf.ByteString getOperatorDomainBytes()string operator_domain = 7;- Returns:
- The bytes for operatorDomain.
-
getOperatorFullName
String getOperatorFullName()string operator_full_name = 8;- Returns:
- The operatorFullName.
-
getOperatorFullNameBytes
com.google.protobuf.ByteString getOperatorFullNameBytes()string operator_full_name = 8;- Returns:
- The bytes for operatorFullName.
-