|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.adwords.v201109.cm.EntityId
public class EntityId
A qualified long-valued identity that can identify different types of AdWords entities such as campaigns and ad-groups.
| Constructor Summary | |
|---|---|
EntityId()
|
|
EntityId(EntityIdType type,
Long value)
|
|
| Method Summary | |
|---|---|
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 |
EntityIdType |
getType()
Gets the type value for this EntityId. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
Long |
getValue()
Gets the value value for this EntityId. |
int |
hashCode()
|
void |
setType(EntityIdType type)
Sets the type value for this EntityId. |
void |
setValue(Long value)
Sets the value value for this EntityId. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EntityId()
public EntityId(EntityIdType type,
Long value)
| Method Detail |
|---|
public EntityIdType getType()
public void setType(EntityIdType type)
type - * Entity id type.public Long getValue()
public void setValue(Long value)
value - * Entity id value.public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||