Package com.google.openrtb
Interface OpenRtb.BidRequest.Data.SegmentOrBuilder
-
- All Superinterfaces:
com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<OpenRtb.BidRequest.Data.Segment>,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OpenRtb.BidRequest.Data.Segment,OpenRtb.BidRequest.Data.Segment.Builder
- Enclosing class:
- OpenRtb.BidRequest.Data
public static interface OpenRtb.BidRequest.Data.SegmentOrBuilder extends com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<OpenRtb.BidRequest.Data.Segment>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()ID of the data segment specific to the data provider.com.google.protobuf.ByteStringgetIdBytes()ID of the data segment specific to the data provider.StringgetName()Name of the data segment specific to the data provider.com.google.protobuf.ByteStringgetNameBytes()Name of the data segment specific to the data provider.StringgetValue()String representation of the data segment value.com.google.protobuf.ByteStringgetValueBytes()String representation of the data segment value.booleanhasId()ID of the data segment specific to the data provider.booleanhasName()Name of the data segment specific to the data provider.booleanhasValue()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
-
-
-
-
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.
-
-