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 TypeMethodDescriptionlongIndex into string table.longgetUnit()Index 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
-
getAttributeKey
long getAttributeKey()Index into string table.
int64 attribute_key = 1;- Returns:
- The attributeKey.
-
getUnit
long getUnit()Index into string table.
int64 unit = 2;- Returns:
- The unit.
-