Interface OpenRtb.BidRequest.Data.SegmentOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getId()
      ID of the data segment specific to the data provider.
      com.google.protobuf.ByteString getIdBytes()
      ID of the data segment specific to the data provider.
      String getName()
      Name of the data segment specific to the data provider.
      com.google.protobuf.ByteString getNameBytes()
      Name of the data segment specific to the data provider.
      String getValue()
      String representation of the data segment value.
      com.google.protobuf.ByteString getValueBytes()
      String representation of the data segment value.
      boolean hasId()
      ID of the data segment specific to the data provider.
      boolean hasName()
      Name of the data segment specific to the data provider.
      boolean hasValue()
      String representation of the data segment value.
      • Methods inherited from interface com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder

        getDefaultInstanceForType, getExtension, getExtension, getExtension, getExtension, getExtension, getExtension, getExtensionCount, getExtensionCount, getExtensionCount, hasExtension, hasExtension, hasExtension
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasId

        boolean hasId()
         ID of the data segment specific to the data provider.
         
        optional string id = 1;
        Returns:
        Whether the id field is set.
      • getId

        String getId()
         ID of the data segment specific to the data provider.
         
        optional string id = 1;
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
         ID of the data segment specific to the data provider.
         
        optional string id = 1;
        Returns:
        The bytes for id.
      • hasName

        boolean hasName()
         Name of the data segment specific to the data provider.
         
        optional string name = 2;
        Returns:
        Whether the name field is set.
      • getName

        String getName()
         Name of the data segment specific to the data provider.
         
        optional string name = 2;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Name of the data segment specific to the data provider.
         
        optional string name = 2;
        Returns:
        The bytes for name.
      • hasValue

        boolean hasValue()
         String representation of the data segment value.
         
        optional string value = 3;
        Returns:
        Whether the value field is set.
      • getValue

        String getValue()
         String representation of the data segment value.
         
        optional string value = 3;
        Returns:
        The value.
      • getValueBytes

        com.google.protobuf.ByteString getValueBytes()
         String representation of the data segment value.
         
        optional string value = 3;
        Returns:
        The bytes for value.