|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.dfp.axis.v201208.Label
public class Label
A Label is additional information that can be added to
an entity.
| Constructor Summary | |
|---|---|
Label()
|
|
Label(Long id,
String name,
String description,
Boolean isActive,
LabelType[] types)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getDescription()
Gets the description value for this Label. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
Long |
getId()
Gets the id value for this Label. |
Boolean |
getIsActive()
Gets the isActive value for this Label. |
String |
getName()
Gets the name value for this Label. |
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 |
LabelType[] |
getTypes()
Gets the types value for this Label. |
LabelType |
getTypes(int i)
|
int |
hashCode()
|
void |
setDescription(String description)
Sets the description value for this Label. |
void |
setId(Long id)
Sets the id value for this Label. |
void |
setIsActive(Boolean isActive)
Sets the isActive value for this Label. |
void |
setName(String name)
Sets the name value for this Label. |
void |
setTypes(int i,
LabelType _value)
|
void |
setTypes(LabelType[] types)
Sets the types value for this Label. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Label()
public Label(Long id,
String name,
String description,
Boolean isActive,
LabelType[] types)
| Method Detail |
|---|
public Long getId()
Label. This value is readonly and
is assigned by
Google.public void setId(Long id)
id - * Unique ID of the Label. This value is readonly and
is assigned by
Google.public String getName()
Label. This is value is required to create
a label and
has a maximum length of 127 characters.public void setName(String name)
name - * Name of the Label. This is value is required to create
a label and
has a maximum length of 127 characters.public String getDescription()
public void setDescription(String description)
description - * A description of the label. This value is optional and its
maximum length
is 255 characters.public Boolean getIsActive()
public void setIsActive(Boolean isActive)
isActive - * Specifies whether or not the label is active. This attribute
is read-only.public LabelType[] getTypes()
Label.public void setTypes(LabelType[] types)
types - * The types of the Label.public LabelType getTypes(int i)
public void setTypes(int i,
LabelType _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 | |||||||||