public class AddSeasonalityAdjustmentsResponse 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="SeasonalityAdjustmentIds" type="{http://schemas.datacontract.org/2004/07/System}ArrayOfNullableOflong" minOccurs="0"/>
<element name="PartialErrors" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfBatchError" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfBatchError |
partialErrors |
protected ArrayOfNullableOflong |
seasonalityAdjustmentIds |
| Constructor and Description |
|---|
AddSeasonalityAdjustmentsResponse() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfBatchError |
getPartialErrors()
Gets the value of the partialErrors property.
|
ArrayOfNullableOflong |
getSeasonalityAdjustmentIds()
Gets the value of the seasonalityAdjustmentIds property.
|
void |
setPartialErrors(ArrayOfBatchError value)
Sets the value of the partialErrors property.
|
void |
setSeasonalityAdjustmentIds(ArrayOfNullableOflong value)
Sets the value of the seasonalityAdjustmentIds property.
|
protected ArrayOfNullableOflong seasonalityAdjustmentIds
protected ArrayOfBatchError partialErrors
public ArrayOfNullableOflong getSeasonalityAdjustmentIds()
ArrayOfNullableOflongpublic void setSeasonalityAdjustmentIds(ArrayOfNullableOflong value)
value - allowed object is
ArrayOfNullableOflongpublic ArrayOfBatchError getPartialErrors()
ArrayOfBatchErrorpublic void setPartialErrors(ArrayOfBatchError value)
value - allowed object is
ArrayOfBatchErrorCopyright © 2024. All rights reserved.