Interface OpenRtb.NativeResponse.Asset.TitleOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getLen()
      The length of the title being provided.
      String getText()
      The text associated with the text element.
      com.google.protobuf.ByteString getTextBytes()
      The text associated with the text element.
      boolean hasLen()
      The length of the title being provided.
      boolean hasText()
      The text associated with the text element.
      • 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

      • hasText

        boolean hasText()
         The text associated with the text element.
         REQUIRED by the OpenRTB Native specification.
         
        required string text = 1;
        Returns:
        Whether the text field is set.
      • getText

        String getText()
         The text associated with the text element.
         REQUIRED by the OpenRTB Native specification.
         
        required string text = 1;
        Returns:
        The text.
      • getTextBytes

        com.google.protobuf.ByteString getTextBytes()
         The text associated with the text element.
         REQUIRED by the OpenRTB Native specification.
         
        required string text = 1;
        Returns:
        The bytes for text.
      • hasLen

        boolean hasLen()
         The length of the title being provided.
         REQUIRED if using assetsurl/dcourl representation.
         
        optional int32 len = 2;
        Returns:
        Whether the len field is set.
      • getLen

        int getLen()
         The length of the title being provided.
         REQUIRED if using assetsurl/dcourl representation.
         
        optional int32 len = 2;
        Returns:
        The len.