public class DisplayAttribute extends LabelAttribute
Java class for DisplayAttribute complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DisplayAttribute">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}LabelAttribute">
<sequence>
<element name="backgroundColor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
backgroundColor |
protected String |
description |
labelAttributeType| Constructor and Description |
|---|
DisplayAttribute() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBackgroundColor()
Gets the value of the backgroundColor property.
|
String |
getDescription()
Gets the value of the description property.
|
void |
setBackgroundColor(String value)
Sets the value of the backgroundColor property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
getLabelAttributeType, setLabelAttributeTypeprotected String backgroundColor
protected String description
public String getBackgroundColor()
Stringpublic void setBackgroundColor(String value)
value - allowed object is
Stringpublic String getDescription()
StringCopyright © 2023. All rights reserved.