com.google.api.ads.dfp.axis.v201201
Class ComputedStatus
java.lang.Object
com.google.api.ads.dfp.axis.v201201.ComputedStatus
- All Implemented Interfaces:
- Serializable
public class ComputedStatus
- extends Object
- implements Serializable
- See Also:
- Serialized Form
_DELIVERY_EXTENDED
public static final String _DELIVERY_EXTENDED
- See Also:
- Constant Field Values
_DELIVERING
public static final String _DELIVERING
- See Also:
- Constant Field Values
_READY
public static final String _READY
- See Also:
- Constant Field Values
_PAUSED
public static final String _PAUSED
- See Also:
- Constant Field Values
_NEEDS_CREATIVES
public static final String _NEEDS_CREATIVES
- See Also:
- Constant Field Values
_PAUSED_INVENTORY_RELEASED
public static final String _PAUSED_INVENTORY_RELEASED
- See Also:
- Constant Field Values
_PENDING_APPROVAL
public static final String _PENDING_APPROVAL
- See Also:
- Constant Field Values
_COMPLETED
public static final String _COMPLETED
- See Also:
- Constant Field Values
_DISAPPROVED
public static final String _DISAPPROVED
- See Also:
- Constant Field Values
_DRAFT
public static final String _DRAFT
- See Also:
- Constant Field Values
_CANCELED
public static final String _CANCELED
- See Also:
- Constant Field Values
DELIVERY_EXTENDED
public static final ComputedStatus DELIVERY_EXTENDED
DELIVERING
public static final ComputedStatus DELIVERING
READY
public static final ComputedStatus READY
PAUSED
public static final ComputedStatus PAUSED
NEEDS_CREATIVES
public static final ComputedStatus NEEDS_CREATIVES
PAUSED_INVENTORY_RELEASED
public static final ComputedStatus PAUSED_INVENTORY_RELEASED
PENDING_APPROVAL
public static final ComputedStatus PENDING_APPROVAL
COMPLETED
public static final ComputedStatus COMPLETED
DISAPPROVED
public static final ComputedStatus DISAPPROVED
DRAFT
public static final ComputedStatus DRAFT
CANCELED
public static final ComputedStatus CANCELED
ComputedStatus
protected ComputedStatus(String value)
getValue
public String getValue()
fromValue
public static ComputedStatus fromValue(String value)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
fromString
public static ComputedStatus fromString(String value)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
toString
public String toString()
- Overrides:
toString in class Object
readResolve
public Object readResolve()
throws ObjectStreamException
- Throws:
ObjectStreamException
getSerializer
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
getDeserializer
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
getTypeDesc
public static org.apache.axis.description.TypeDesc getTypeDesc()
- Return type metadata object
Copyright © 2012. All Rights Reserved.