public class ProgrammaticSettings extends Object implements Serializable
| Constructor and Description |
|---|
ProgrammaticSettings() |
ProgrammaticSettings(Long adxBuyerNetworkId,
Long buyerId,
BuyerPlatform buyerPlatform,
BillingTermsType billingTermsType,
ProgrammaticStatus status) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getAdxBuyerNetworkId()
Gets the adxBuyerNetworkId value for this ProgrammaticSettings.
|
BillingTermsType |
getBillingTermsType()
Gets the billingTermsType value for this ProgrammaticSettings.
|
Long |
getBuyerId()
Gets the buyerId value for this ProgrammaticSettings.
|
BuyerPlatform |
getBuyerPlatform()
Gets the buyerPlatform value for this ProgrammaticSettings.
|
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
|
ProgrammaticStatus |
getStatus()
Gets the status value for this ProgrammaticSettings.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setAdxBuyerNetworkId(Long adxBuyerNetworkId)
Sets the adxBuyerNetworkId value for this ProgrammaticSettings.
|
void |
setBillingTermsType(BillingTermsType billingTermsType)
Sets the billingTermsType value for this ProgrammaticSettings.
|
void |
setBuyerId(Long buyerId)
Sets the buyerId value for this ProgrammaticSettings.
|
void |
setBuyerPlatform(BuyerPlatform buyerPlatform)
Sets the buyerPlatform value for this ProgrammaticSettings.
|
void |
setStatus(ProgrammaticStatus status)
Sets the status value for this ProgrammaticSettings.
|
public ProgrammaticSettings()
public ProgrammaticSettings(Long adxBuyerNetworkId, Long buyerId, BuyerPlatform buyerPlatform, BillingTermsType billingTermsType, ProgrammaticStatus status)
public Long getAdxBuyerNetworkId()
public void setAdxBuyerNetworkId(Long adxBuyerNetworkId)
adxBuyerNetworkId - * The ID of the buyer network that is billed for this order.
This field is only required if
the buyer platform is DBM.public Long getBuyerId()
public void setBuyerId(Long buyerId)
buyerId - * The ID of the buyer as known in the buyer platform. This is
used for the buyer to determine
who to bill. For DBM, this will be DBM's partner ID.
This field is required.public BuyerPlatform getBuyerPlatform()
public void setBuyerPlatform(BuyerPlatform buyerPlatform)
buyerPlatform - * The buyer platform. This field is required.public BillingTermsType getBillingTermsType()
public void setBillingTermsType(BillingTermsType billingTermsType)
billingTermsType - * The billing term. This field is required.public ProgrammaticStatus getStatus()
public void setStatus(ProgrammaticStatus status)
status - * The programmatic status. This value is readonly and is assigned
by Google.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.