public static interface OpenRtbProtobuf.SegmentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
ID of a data provider’s segment applicable to the user.
|
com.google.protobuf.ByteString |
getIdBytes()
ID of a data provider’s segment applicable to the user.
|
String |
getName()
Name of a data provider’s segment applicable to the user.
|
com.google.protobuf.ByteString |
getNameBytes()
Name of a data provider’s segment applicable to the user.
|
String |
getValue()
String representing the value of the segment.
|
com.google.protobuf.ByteString |
getValueBytes()
String representing the value of the segment.
|
boolean |
hasId()
ID of a data provider’s segment applicable to the user.
|
boolean |
hasName()
Name of a data provider’s segment applicable to the user.
|
boolean |
hasValue()
String representing the value of the segment.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasId()
ID of a data provider’s segment applicable to the user.
optional string id = 1;String getId()
ID of a data provider’s segment applicable to the user.
optional string id = 1;com.google.protobuf.ByteString getIdBytes()
ID of a data provider’s segment applicable to the user.
optional string id = 1;boolean hasName()
Name of a data provider’s segment applicable to the user.
optional string name = 2;String getName()
Name of a data provider’s segment applicable to the user.
optional string name = 2;com.google.protobuf.ByteString getNameBytes()
Name of a data provider’s segment applicable to the user.
optional string name = 2;boolean hasValue()
String representing the value of the segment. The method for transmitting this data should be negotiated offline with the data provider. For example for gender, “male”, or “female”, for age, “30-40”).
optional string value = 3;String getValue()
String representing the value of the segment. The method for transmitting this data should be negotiated offline with the data provider. For example for gender, “male”, or “female”, for age, “30-40”).
optional string value = 3;com.google.protobuf.ByteString getValueBytes()
String representing the value of the segment. The method for transmitting this data should be negotiated offline with the data provider. For example for gender, “male”, or “female”, for age, “30-40”).
optional string value = 3;Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.