Interface AlarmEventPropertyProto.AlarmEventPropertyPBOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AlarmEventPropertyProto.AlarmEventPropertyPB, AlarmEventPropertyProto.AlarmEventPropertyPB.Builder
Enclosing class:
AlarmEventPropertyProto

public static interface AlarmEventPropertyProto.AlarmEventPropertyPBOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasProperty

      boolean hasProperty()
      .common.protobuf.BasicPropertyPB property = 1;
      Returns:
      Whether the property field is set.
    • getProperty

      .common.protobuf.BasicPropertyPB property = 1;
      Returns:
      The property.
    • getPropertyOrBuilder

      .common.protobuf.BasicPropertyPB property = 1;
    • hasEventPropertyType

      boolean hasEventPropertyType()
      .common.protobuf.AlarmEnumPB eventPropertyType = 2;
      Returns:
      Whether the eventPropertyType field is set.
    • getEventPropertyType

      AlarmEnumsProto.AlarmEnumPB getEventPropertyType()
      .common.protobuf.AlarmEnumPB eventPropertyType = 2;
      Returns:
      The eventPropertyType.
    • getEventPropertyTypeOrBuilder

      AlarmEnumsProto.AlarmEnumPBOrBuilder getEventPropertyTypeOrBuilder()
      .common.protobuf.AlarmEnumPB eventPropertyType = 2;