Interface PropValueOuterClass.PropValueOrBuilder

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

public static interface PropValueOuterClass.PropValueOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    float fval = 3;
    long
    int64 ival = 2;
    int
    uint32 type = 1;
    long
    int64 val = 4;
     
    boolean
    float fval = 3;
    boolean
    int64 ival = 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.
    • getVal

      long getVal()
      int64 val = 4;
      Returns:
      The val.
    • hasIval

      boolean hasIval()
      int64 ival = 2;
      Returns:
      Whether the ival field is set.
    • getIval

      long getIval()
      int64 ival = 2;
      Returns:
      The ival.
    • hasFval

      boolean hasFval()
      float fval = 3;
      Returns:
      Whether the fval field is set.
    • getFval

      float getFval()
      float fval = 3;
      Returns:
      The fval.
    • getValueCase