Package mxaccess_gateway.v1
Interface MxaccessGateway.AcknowledgeAlarmCommandOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MxaccessGateway.AcknowledgeAlarmCommand,MxaccessGateway.AcknowledgeAlarmCommand.Builder
- Enclosing class:
MxaccessGateway
public static interface MxaccessGateway.AcknowledgeAlarmCommandOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionCanonical 8-4-4-4-12 GUID string (e.g.com.google.protobuf.ByteStringCanonical 8-4-4-4-12 GUID string (e.g.string comment = 2;com.google.protobuf.ByteStringstring comment = 2;string operator_domain = 5;com.google.protobuf.ByteStringstring operator_domain = 5;string operator_full_name = 6;com.google.protobuf.ByteStringstring operator_full_name = 6;string operator_node = 4;com.google.protobuf.ByteStringstring operator_node = 4;string operator_user = 3;com.google.protobuf.ByteStringstring operator_user = 3;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
-
getAlarmGuid
String getAlarmGuid()Canonical 8-4-4-4-12 GUID string (e.g. "BCC47053-9542-4D65-BDAA-BCDEA6A32A73").
string alarm_guid = 1;- Returns:
- The alarmGuid.
-
getAlarmGuidBytes
com.google.protobuf.ByteString getAlarmGuidBytes()Canonical 8-4-4-4-12 GUID string (e.g. "BCC47053-9542-4D65-BDAA-BCDEA6A32A73").
string alarm_guid = 1;- Returns:
- The bytes for alarmGuid.
-
getComment
String getComment()string comment = 2;- Returns:
- The comment.
-
getCommentBytes
com.google.protobuf.ByteString getCommentBytes()string comment = 2;- Returns:
- The bytes for comment.
-
getOperatorUser
String getOperatorUser()string operator_user = 3;- Returns:
- The operatorUser.
-
getOperatorUserBytes
com.google.protobuf.ByteString getOperatorUserBytes()string operator_user = 3;- Returns:
- The bytes for operatorUser.
-
getOperatorNode
String getOperatorNode()string operator_node = 4;- Returns:
- The operatorNode.
-
getOperatorNodeBytes
com.google.protobuf.ByteString getOperatorNodeBytes()string operator_node = 4;- Returns:
- The bytes for operatorNode.
-
getOperatorDomain
String getOperatorDomain()string operator_domain = 5;- Returns:
- The operatorDomain.
-
getOperatorDomainBytes
com.google.protobuf.ByteString getOperatorDomainBytes()string operator_domain = 5;- Returns:
- The bytes for operatorDomain.
-
getOperatorFullName
String getOperatorFullName()string operator_full_name = 6;- Returns:
- The operatorFullName.
-
getOperatorFullNameBytes
com.google.protobuf.ByteString getOperatorFullNameBytes()string operator_full_name = 6;- Returns:
- The bytes for operatorFullName.
-