public class ProgrammaticSetting extends Object implements Serializable
| Constructor and Description |
|---|
ProgrammaticSetting() |
ProgrammaticSetting(String insertionOrderId,
double mediaCost,
boolean programmatic,
String[] traffickerEmails) |
| 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
|
String |
getInsertionOrderId()
Gets the insertionOrderId value for this ProgrammaticSetting.
|
double |
getMediaCost()
Gets the mediaCost value for this ProgrammaticSetting.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String[] |
getTraffickerEmails()
Gets the traffickerEmails value for this ProgrammaticSetting.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isProgrammatic()
Gets the programmatic value for this ProgrammaticSetting.
|
void |
setInsertionOrderId(String insertionOrderId)
Sets the insertionOrderId value for this ProgrammaticSetting.
|
void |
setMediaCost(double mediaCost)
Sets the mediaCost value for this ProgrammaticSetting.
|
void |
setProgrammatic(boolean programmatic)
Sets the programmatic value for this ProgrammaticSetting.
|
void |
setTraffickerEmails(String[] traffickerEmails)
Sets the traffickerEmails value for this ProgrammaticSetting.
|
public String getInsertionOrderId()
public void setInsertionOrderId(String insertionOrderId)
insertionOrderId - public double getMediaCost()
public void setMediaCost(double mediaCost)
mediaCost - public boolean isProgrammatic()
public void setProgrammatic(boolean programmatic)
programmatic - public String[] getTraffickerEmails()
public void setTraffickerEmails(String[] traffickerEmails)
traffickerEmails - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.