Interface OpenRtb.NativeRequest.Asset.TitleOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getLen()
      Maximum length of the text in the title element.
      boolean hasLen()
      Maximum length of the text in the title 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

      • hasLen

        boolean hasLen()
         Maximum length of the text in the title element.
         RECOMMENDED that the value be either of: 25, 90, 140.
         REQUIRED by the OpenRTB Native specification.
         
        required int32 len = 1;
        Returns:
        Whether the len field is set.
      • getLen

        int getLen()
         Maximum length of the text in the title element.
         RECOMMENDED that the value be either of: 25, 90, 140.
         REQUIRED by the OpenRTB Native specification.
         
        required int32 len = 1;
        Returns:
        The len.