public class GetExperimentsByIdsRequest 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="ExperimentIds" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOflong" minOccurs="0"/>
<element name="PageInfo" type="{https://bingads.microsoft.com/CampaignManagement/v13}Paging" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOflong |
experimentIds |
protected Paging |
pageInfo |
| Constructor and Description |
|---|
GetExperimentsByIdsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOflong |
getExperimentIds()
Gets the value of the experimentIds property.
|
Paging |
getPageInfo()
Gets the value of the pageInfo property.
|
void |
setExperimentIds(ArrayOflong value)
Sets the value of the experimentIds property.
|
void |
setPageInfo(Paging value)
Sets the value of the pageInfo property.
|
protected ArrayOflong experimentIds
protected Paging pageInfo
public ArrayOflong getExperimentIds()
ArrayOflongpublic void setExperimentIds(ArrayOflong value)
value - allowed object is
ArrayOflongpublic Paging getPageInfo()
PagingCopyright © 2024. All rights reserved.