Interface SampleSetProto.ValuePBOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double getDval()
      optional double dval = 11;
      long getIval()
      optional sint64 ival = 10;
      int getQuality()
      optional int32 quality = 2;
      java.lang.String getSval()
      optional string sval = 12;
      com.google.protobuf.ByteString getSvalBytes()
      optional string sval = 12;
      long getTstamp()
      optional int64 tstamp = 1;
      SampleSetProto.ValuePB.ValCase getValCase()  
      • 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 Detail

      • getTstamp

        long getTstamp()
        optional int64 tstamp = 1;
      • getQuality

        int getQuality()
        optional int32 quality = 2;
      • getIval

        long getIval()
        optional sint64 ival = 10;
      • getDval

        double getDval()
        optional double dval = 11;
      • getSval

        java.lang.String getSval()
        optional string sval = 12;
      • getSvalBytes

        com.google.protobuf.ByteString getSvalBytes()
        optional string sval = 12;