Interface BasicAlarmPropertyProto.CommonAlarmPropPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BasicAlarmPropertyProto.CommonAlarmPropPB
,BasicAlarmPropertyProto.CommonAlarmPropPB.Builder
- Enclosing class:
- BasicAlarmPropertyProto
public static interface BasicAlarmPropertyProto.CommonAlarmPropPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string category = 1;
com.google.protobuf.ByteString
optional string category = 1;
boolean
optional string category = 1;
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
-
hasCategory
boolean hasCategory()optional string category = 1;
- Returns:
- Whether the category field is set.
-
getCategory
String getCategory()optional string category = 1;
- Returns:
- The category.
-
getCategoryBytes
com.google.protobuf.ByteString getCategoryBytes()optional string category = 1;
- Returns:
- The bytes for category.
-