Package com.google.openrtb
Interface OpenRtb.NativeRequest.Asset.TitleOrBuilder
-
- All Superinterfaces:
com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<OpenRtb.NativeRequest.Asset.Title>,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OpenRtb.NativeRequest.Asset.Title,OpenRtb.NativeRequest.Asset.Title.Builder
- Enclosing class:
- OpenRtb.NativeRequest.Asset
public static interface OpenRtb.NativeRequest.Asset.TitleOrBuilder extends com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<OpenRtb.NativeRequest.Asset.Title>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetLen()Maximum length of the text in the title element.booleanhasLen()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
-
-
-
-
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.
-
-