public class GetLabelAssociationsByEntityIdsRequest 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="{https://bingads.microsoft.com/CampaignManagement/v13}EntityType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOflong |
entityIds |
protected EntityType |
entityType |
| Constructor and Description |
|---|
GetLabelAssociationsByEntityIdsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOflong |
getEntityIds()
Gets the value of the entityIds property.
|
EntityType |
getEntityType()
Gets the value of the entityType property.
|
void |
setEntityIds(ArrayOflong value)
Sets the value of the entityIds property.
|
void |
setEntityType(EntityType value)
Sets the value of the entityType property.
|
protected ArrayOflong entityIds
protected EntityType entityType
public GetLabelAssociationsByEntityIdsRequest()
public ArrayOflong getEntityIds()
ArrayOflongpublic void setEntityIds(ArrayOflong value)
value - allowed object is
ArrayOflongpublic EntityType getEntityType()
EntityTypepublic void setEntityType(EntityType value)
value - allowed object is
EntityTypeCopyright © 2024. All rights reserved.