Interface PropPairOuterClass.PropPairOrBuilder

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

public static interface PropPairOuterClass.PropPairOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .PropValue prop_value = 2;
    .PropValue prop_value = 2;
    int
    uint32 type = 1;
    boolean
    .PropValue prop_value = 2;

    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

    • getType

      int getType()
      uint32 type = 1;
      Returns:
      The type.
    • hasPropValue

      boolean hasPropValue()
      .PropValue prop_value = 2;
      Returns:
      Whether the propValue field is set.
    • getPropValue

      .PropValue prop_value = 2;
      Returns:
      The propValue.
    • getPropValueOrBuilder

      .PropValue prop_value = 2;