public class Label extends Object implements Serializable
Label is additional information that can be added to
an entity.| Constructor and Description |
|---|
Label() |
Label(Long id,
String name,
String description,
Boolean isActive,
AdCategoryDto adCategory,
LabelType[] types) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
AdCategoryDto |
getAdCategory()
Gets the adCategory value for this Label.
|
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 |
setAdCategory(AdCategoryDto adCategory)
Sets the adCategory value for this Label.
|
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.
|
String |
toString() |
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 AdCategoryDto getAdCategory()
public void setAdCategory(AdCategoryDto adCategory)
adCategory - * Indicates the Ad Category associated with the label.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 static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2020. All rights reserved.