Interface AttributeUnitOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AttributeUnit,AttributeUnit.Builder
public interface AttributeUnitOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintIndex into string table.intIndex into string table.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
-
getAttributeKeyStrindex
int getAttributeKeyStrindex()Index into string table.
int32 attribute_key_strindex = 1;- Returns:
- The attributeKeyStrindex.
-
getUnitStrindex
int getUnitStrindex()Index into string table.
int32 unit_strindex = 2;- Returns:
- The unitStrindex.
-