|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.yahoo.marketing.apt.AdGroup
public class AdGroup
Field Summary | |
---|---|
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private java.lang.String |
accountID
|
private java.lang.Boolean |
adOptimization
|
private BuyType |
buyType
|
private java.util.Calendar |
createTimestamp
|
private java.lang.Long |
ID
|
private java.util.Calendar |
lastUpdateTimestamp
|
private java.lang.String |
name
|
private AdGroupNonGuaranteedSettings |
nonGuaranteedSettings
|
private java.lang.Long |
orderID
|
private AdGroupStatus |
status
|
private static org.apache.axis.description.TypeDesc |
typeDesc
|
Constructor Summary | |
---|---|
AdGroup()
|
|
AdGroup(java.lang.Long ID,
java.lang.String accountID,
java.lang.Boolean adOptimization,
BuyType buyType,
java.util.Calendar createTimestamp,
java.util.Calendar lastUpdateTimestamp,
java.lang.String name,
AdGroupNonGuaranteedSettings nonGuaranteedSettings,
java.lang.Long orderID,
AdGroupStatus status)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getAccountID()
Gets the accountID value for this AdGroup. |
java.lang.Boolean |
getAdOptimization()
Gets the adOptimization value for this AdGroup. |
BuyType |
getBuyType()
Gets the buyType value for this AdGroup. |
java.util.Calendar |
getCreateTimestamp()
Gets the createTimestamp value for this AdGroup. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
java.lang.Long |
getID()
Gets the ID value for this AdGroup. |
java.util.Calendar |
getLastUpdateTimestamp()
Gets the lastUpdateTimestamp value for this AdGroup. |
java.lang.String |
getName()
Gets the name value for this AdGroup. |
AdGroupNonGuaranteedSettings |
getNonGuaranteedSettings()
Gets the nonGuaranteedSettings value for this AdGroup. |
java.lang.Long |
getOrderID()
Gets the orderID value for this AdGroup. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
AdGroupStatus |
getStatus()
Gets the status value for this AdGroup. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setAccountID(java.lang.String accountID)
Sets the accountID value for this AdGroup. |
void |
setAdOptimization(java.lang.Boolean adOptimization)
Sets the adOptimization value for this AdGroup. |
void |
setBuyType(BuyType buyType)
Sets the buyType value for this AdGroup. |
void |
setCreateTimestamp(java.util.Calendar createTimestamp)
Sets the createTimestamp value for this AdGroup. |
void |
setID(java.lang.Long ID)
Sets the ID value for this AdGroup. |
void |
setLastUpdateTimestamp(java.util.Calendar lastUpdateTimestamp)
Sets the lastUpdateTimestamp value for this AdGroup. |
void |
setName(java.lang.String name)
Sets the name value for this AdGroup. |
void |
setNonGuaranteedSettings(AdGroupNonGuaranteedSettings nonGuaranteedSettings)
Sets the nonGuaranteedSettings value for this AdGroup. |
void |
setOrderID(java.lang.Long orderID)
Sets the orderID value for this AdGroup. |
void |
setStatus(AdGroupStatus status)
Sets the status value for this AdGroup. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.Long ID
private java.lang.String accountID
private java.lang.Boolean adOptimization
private BuyType buyType
private java.util.Calendar createTimestamp
private java.util.Calendar lastUpdateTimestamp
private java.lang.String name
private AdGroupNonGuaranteedSettings nonGuaranteedSettings
private java.lang.Long orderID
private AdGroupStatus status
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail |
---|
public AdGroup()
public AdGroup(java.lang.Long ID, java.lang.String accountID, java.lang.Boolean adOptimization, BuyType buyType, java.util.Calendar createTimestamp, java.util.Calendar lastUpdateTimestamp, java.lang.String name, AdGroupNonGuaranteedSettings nonGuaranteedSettings, java.lang.Long orderID, AdGroupStatus status)
Method Detail |
---|
public java.lang.Long getID()
public void setID(java.lang.Long ID)
ID
- public java.lang.String getAccountID()
public void setAccountID(java.lang.String accountID)
accountID
- public java.lang.Boolean getAdOptimization()
public void setAdOptimization(java.lang.Boolean adOptimization)
adOptimization
- public BuyType getBuyType()
public void setBuyType(BuyType buyType)
buyType
- public java.util.Calendar getCreateTimestamp()
public void setCreateTimestamp(java.util.Calendar createTimestamp)
createTimestamp
- public java.util.Calendar getLastUpdateTimestamp()
public void setLastUpdateTimestamp(java.util.Calendar lastUpdateTimestamp)
lastUpdateTimestamp
- public java.lang.String getName()
public void setName(java.lang.String name)
name
- public AdGroupNonGuaranteedSettings getNonGuaranteedSettings()
public void setNonGuaranteedSettings(AdGroupNonGuaranteedSettings nonGuaranteedSettings)
nonGuaranteedSettings
- public java.lang.Long getOrderID()
public void setOrderID(java.lang.Long orderID)
orderID
- public AdGroupStatus getStatus()
public void setStatus(AdGroupStatus status)
status
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |