Interface ClearInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ClearInfo, ClearInfo.Builder

public interface ClearInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    optional string clearedBy = 1;
    com.google.protobuf.ByteString
    optional string clearedBy = 1;
    if the alarm has been manually cleared, this is the message provided by the operator
    com.google.protobuf.ByteString
    if the alarm has been manually cleared, this is the message provided by the operator
    com.google.protobuf.Timestamp
    optional .google.protobuf.Timestamp clearTime = 2;
    com.google.protobuf.TimestampOrBuilder
    optional .google.protobuf.Timestamp clearTime = 2;
    boolean
    optional string clearedBy = 1;
    boolean
    if the alarm has been manually cleared, this is the message provided by the operator
    boolean
    optional .google.protobuf.Timestamp clearTime = 2;

    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

    • hasClearedBy

      boolean hasClearedBy()
      optional string clearedBy = 1;
      Returns:
      Whether the clearedBy field is set.
    • getClearedBy

      String getClearedBy()
      optional string clearedBy = 1;
      Returns:
      The clearedBy.
    • getClearedByBytes

      com.google.protobuf.ByteString getClearedByBytes()
      optional string clearedBy = 1;
      Returns:
      The bytes for clearedBy.
    • hasClearTime

      boolean hasClearTime()
      optional .google.protobuf.Timestamp clearTime = 2;
      Returns:
      Whether the clearTime field is set.
    • getClearTime

      com.google.protobuf.Timestamp getClearTime()
      optional .google.protobuf.Timestamp clearTime = 2;
      Returns:
      The clearTime.
    • getClearTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getClearTimeOrBuilder()
      optional .google.protobuf.Timestamp clearTime = 2;
    • hasClearMessage

      boolean hasClearMessage()
      if the alarm has been manually cleared, this is the message provided by the operator
       
      optional string clearMessage = 3;
      Returns:
      Whether the clearMessage field is set.
    • getClearMessage

      String getClearMessage()
      if the alarm has been manually cleared, this is the message provided by the operator
       
      optional string clearMessage = 3;
      Returns:
      The clearMessage.
    • getClearMessageBytes

      com.google.protobuf.ByteString getClearMessageBytes()
      if the alarm has been manually cleared, this is the message provided by the operator
       
      optional string clearMessage = 3;
      Returns:
      The bytes for clearMessage.