|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.dfp.axis.v201201.AppliedLabel
public class AppliedLabel
Represents a Label that can be applied to an entity. To
negate an
inherited label, create an AppliedLabel with labelId as the
inherited label's ID and isNegated set to true.
| Constructor Summary | |
|---|---|
AppliedLabel()
|
|
AppliedLabel(Long labelId,
Boolean isNegated)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
Boolean |
getIsNegated()
Gets the isNegated value for this AppliedLabel. |
Long |
getLabelId()
Gets the labelId value for this AppliedLabel. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setIsNegated(Boolean isNegated)
Sets the isNegated value for this AppliedLabel. |
void |
setLabelId(Long labelId)
Sets the labelId value for this AppliedLabel. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AppliedLabel()
public AppliedLabel(Long labelId,
Boolean isNegated)
| Method Detail |
|---|
public Long getLabelId()
Label.public void setLabelId(Long labelId)
labelId - * The ID of a created Label.public Boolean getIsNegated()
isNegated should be set to true to negate the
effects of
labelId.public void setIsNegated(Boolean isNegated)
isNegated - * isNegated should be set to true to negate the
effects of
labelId.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 | |||||||||