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