Interface BasicAlarmPropertyProto.BasicAlarmPropPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BasicAlarmPropertyProto.BasicAlarmPropPB,BasicAlarmPropertyProto.BasicAlarmPropPB.Builder
- Enclosing class:
- BasicAlarmPropertyProto
public static interface BasicAlarmPropertyProto.BasicAlarmPropPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool advanced = 4;string categoryKey = 2;com.google.protobuf.ByteStringstring categoryKey = 2;string descriptionKey = 3;com.google.protobuf.ByteStringstring descriptionKey = 3;string displayKey = 1;com.google.protobuf.ByteStringstring displayKey = 1;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
-
getDisplayKey
String getDisplayKey()string displayKey = 1;- Returns:
- The displayKey.
-
getDisplayKeyBytes
com.google.protobuf.ByteString getDisplayKeyBytes()string displayKey = 1;- Returns:
- The bytes for displayKey.
-
getCategoryKey
String getCategoryKey()string categoryKey = 2;- Returns:
- The categoryKey.
-
getCategoryKeyBytes
com.google.protobuf.ByteString getCategoryKeyBytes()string categoryKey = 2;- Returns:
- The bytes for categoryKey.
-
getDescriptionKey
String getDescriptionKey()string descriptionKey = 3;- Returns:
- The descriptionKey.
-
getDescriptionKeyBytes
com.google.protobuf.ByteString getDescriptionKeyBytes()string descriptionKey = 3;- Returns:
- The bytes for descriptionKey.
-
getAdvanced
boolean getAdvanced()bool advanced = 4;- Returns:
- The advanced.
-