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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getClearedBy()
      optional string clearedBy = 1;
      com.google.protobuf.ByteString getClearedByBytes()
      optional string clearedBy = 1;
      String getClearMessage()
      if the alarm has been manually cleared, this is the message provided by the operator
      com.google.protobuf.ByteString getClearMessageBytes()
      if the alarm has been manually cleared, this is the message provided by the operator
      com.google.protobuf.Timestamp getClearTime()
      optional .google.protobuf.Timestamp clearTime = 2;
      com.google.protobuf.TimestampOrBuilder getClearTimeOrBuilder()
      optional .google.protobuf.Timestamp clearTime = 2;
      boolean hasClearedBy()
      optional string clearedBy = 1;
      boolean hasClearMessage()
      if the alarm has been manually cleared, this is the message provided by the operator
      boolean hasClearTime()
      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 Detail

      • hasClearedBy

        boolean hasClearedBy()
        optional string clearedBy = 1;
      • getClearedBy

        String getClearedBy()
        optional string clearedBy = 1;
      • getClearedByBytes

        com.google.protobuf.ByteString getClearedByBytes()
        optional string clearedBy = 1;
      • hasClearTime

        boolean hasClearTime()
        optional .google.protobuf.Timestamp clearTime = 2;
      • getClearTime

        com.google.protobuf.Timestamp getClearTime()
        optional .google.protobuf.Timestamp clearTime = 2;
      • 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;
      • getClearMessage

        String getClearMessage()
        if the alarm has been manually cleared, this is the message provided by the operator
         
        optional string clearMessage = 3;
      • 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;