public class EntityNegativeKeyword extends Object
Java class for EntityNegativeKeyword complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EntityNegativeKeyword">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="EntityId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="EntityType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="NegativeKeywords" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfNegativeKeyword" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
entityId |
protected String |
entityType |
protected ArrayOfNegativeKeyword |
negativeKeywords |
| Constructor and Description |
|---|
EntityNegativeKeyword() |
| Modifier and Type | Method and Description |
|---|---|
long |
getEntityId()
Gets the value of the entityId property.
|
String |
getEntityType()
Gets the value of the entityType property.
|
ArrayOfNegativeKeyword |
getNegativeKeywords()
Gets the value of the negativeKeywords property.
|
void |
setEntityId(long value)
Sets the value of the entityId property.
|
void |
setEntityType(String value)
Sets the value of the entityType property.
|
void |
setNegativeKeywords(ArrayOfNegativeKeyword value)
Sets the value of the negativeKeywords property.
|
protected long entityId
protected String entityType
protected ArrayOfNegativeKeyword negativeKeywords
public long getEntityId()
public void setEntityId(long value)
public String getEntityType()
Stringpublic void setEntityType(String value)
value - allowed object is
Stringpublic ArrayOfNegativeKeyword getNegativeKeywords()
ArrayOfNegativeKeywordpublic void setNegativeKeywords(ArrayOfNegativeKeyword value)
value - allowed object is
ArrayOfNegativeKeywordCopyright © 2024. All rights reserved.