Interface SampleSetProto.SampleSetPBOrBuilder

    • Method Detail

      • getSystemId

        java.lang.String getSystemId()
        optional string systemId = 1;
      • getSystemIdBytes

        com.google.protobuf.ByteString getSystemIdBytes()
        optional string systemId = 1;
      • getProviderId

        java.lang.String getProviderId()
        optional string providerId = 2;
      • getProviderIdBytes

        com.google.protobuf.ByteString getProviderIdBytes()
        optional string providerId = 2;
      • getTstamp

        long getTstamp()
        optional int64 tstamp = 3;
      • getTagsList

        java.util.List<SampleSetProto.TagPB> getTagsList()
        repeated .TagPB tags = 4;

         A list of Tag definitions. The same path with other options could be in here multiple times, and would
         correspond to different entries in the values map.
         
      • getTags

        SampleSetProto.TagPB getTags​(int index)
        repeated .TagPB tags = 4;

         A list of Tag definitions. The same path with other options could be in here multiple times, and would
         correspond to different entries in the values map.
         
      • getTagsCount

        int getTagsCount()
        repeated .TagPB tags = 4;

         A list of Tag definitions. The same path with other options could be in here multiple times, and would
         correspond to different entries in the values map.
         
      • getTagsOrBuilderList

        java.util.List<? extends SampleSetProto.TagPBOrBuilder> getTagsOrBuilderList()
        repeated .TagPB tags = 4;

         A list of Tag definitions. The same path with other options could be in here multiple times, and would
         correspond to different entries in the values map.
         
      • getTagsOrBuilder

        SampleSetProto.TagPBOrBuilder getTagsOrBuilder​(int index)
        repeated .TagPB tags = 4;

         A list of Tag definitions. The same path with other options could be in here multiple times, and would
         correspond to different entries in the values map.
         
      • getValues

        java.util.Map<java.lang.Integer,​SampleSetProto.TagValuesPB> getValues()
        map<int32, .TagValuesPB> values = 5;

         The key is the index into the tags array.
         
      • getTargetHistorian

        java.lang.String getTargetHistorian()
        optional string targetHistorian = 6;
      • getTargetHistorianBytes

        com.google.protobuf.ByteString getTargetHistorianBytes()
        optional string targetHistorian = 6;
      • getScanclassName

        java.lang.String getScanclassName()
        optional string scanclassName = 7;
      • getScanclassNameBytes

        com.google.protobuf.ByteString getScanclassNameBytes()
        optional string scanclassName = 7;
      • getIsretire

        boolean getIsretire()
        optional bool isretire = 8;
      • getSamplerate

        int getSamplerate()
        optional int32 samplerate = 9;