public class RequestPlatformTargeting extends Object implements Serializable
The following rules apply for RequestPlatformTargeting
RequestPlatformTargeting must be specified
for video line items. Empty
values for targetedRequestPlatforms
mean that all request
platforms will be targeted.
RequestPlatformTargeting is read-only and
assigned by Google for non-video line
items.
RequestPlatformTargeting is read-only and
assigned by Google for line items
generated from proposal line items.
| Constructor and Description |
|---|
RequestPlatformTargeting() |
RequestPlatformTargeting(RequestPlatform[] targetedRequestPlatforms) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
RequestPlatform[] |
getTargetedRequestPlatforms()
Gets the targetedRequestPlatforms value for this RequestPlatformTargeting.
|
RequestPlatform |
getTargetedRequestPlatforms(int i) |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setTargetedRequestPlatforms(int i,
RequestPlatform _value) |
void |
setTargetedRequestPlatforms(RequestPlatform[] targetedRequestPlatforms)
Sets the targetedRequestPlatforms value for this RequestPlatformTargeting.
|
String |
toString() |
public RequestPlatformTargeting()
public RequestPlatformTargeting(RequestPlatform[] targetedRequestPlatforms)
public RequestPlatform[] getTargetedRequestPlatforms()
public void setTargetedRequestPlatforms(RequestPlatform[] targetedRequestPlatforms)
targetedRequestPlatforms - public RequestPlatform getTargetedRequestPlatforms(int i)
public void setTargetedRequestPlatforms(int i,
RequestPlatform _value)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2019. All rights reserved.