public class GetNegativeKeywordsByEntityIdsRequest extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="EntityIds" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOflong" minOccurs="0"/>
<element name="EntityType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ParentEntityId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOflong |
entityIds |
protected String |
entityType |
protected Long |
parentEntityId |
| Constructor and Description |
|---|
GetNegativeKeywordsByEntityIdsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOflong |
getEntityIds()
Gets the value of the entityIds property.
|
String |
getEntityType()
Gets the value of the entityType property.
|
Long |
getParentEntityId()
Gets the value of the parentEntityId property.
|
void |
setEntityIds(ArrayOflong value)
Sets the value of the entityIds property.
|
void |
setEntityType(String value)
Sets the value of the entityType property.
|
void |
setParentEntityId(Long value)
Sets the value of the parentEntityId property.
|
protected ArrayOflong entityIds
protected String entityType
protected Long parentEntityId
public GetNegativeKeywordsByEntityIdsRequest()
public ArrayOflong getEntityIds()
ArrayOflongpublic void setEntityIds(ArrayOflong value)
value - allowed object is
ArrayOflongpublic String getEntityType()
Stringpublic void setEntityType(String value)
value - allowed object is
Stringpublic Long getParentEntityId()
LongCopyright © 2024. All rights reserved.