Interface FeatureBlockInfoOuterClass.FeatureBlockInfoOrBuilder

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

public static interface FeatureBlockInfoOuterClass.FeatureBlockInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 end_time = 2;
    int
    uint32 feature_type = 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

    • getFeatureType

      int getFeatureType()
      uint32 feature_type = 1;
      Returns:
      The featureType.
    • getEndTime

      int getEndTime()
      uint32 end_time = 2;
      Returns:
      The endTime.