public class ClaimFeatureAdoptionCouponsResponse 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="ClaimedDateByAccountId" type="{https://bingads.microsoft.com/Customer/v13/Entities}ArrayOfKeyValueEntityOflongdateTime" minOccurs="0"/>
<element name="OperationErrors" type="{https://bingads.microsoft.com/Customer/v13/Exception}ArrayOfOperationError" minOccurs="0"/>
<element name="PartialErrors" type="{https://bingads.microsoft.com/Customer/v13/Exception}ArrayOfArrayOfOperationError" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfKeyValueEntityOflongdateTime |
claimedDateByAccountId |
protected ArrayOfOperationError |
operationErrors |
protected ArrayOfArrayOfOperationError |
partialErrors |
| Constructor and Description |
|---|
ClaimFeatureAdoptionCouponsResponse() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfKeyValueEntityOflongdateTime |
getClaimedDateByAccountId()
Gets the value of the claimedDateByAccountId property.
|
ArrayOfOperationError |
getOperationErrors()
Gets the value of the operationErrors property.
|
ArrayOfArrayOfOperationError |
getPartialErrors()
Gets the value of the partialErrors property.
|
void |
setClaimedDateByAccountId(ArrayOfKeyValueEntityOflongdateTime value)
Sets the value of the claimedDateByAccountId property.
|
void |
setOperationErrors(ArrayOfOperationError value)
Sets the value of the operationErrors property.
|
void |
setPartialErrors(ArrayOfArrayOfOperationError value)
Sets the value of the partialErrors property.
|
protected ArrayOfKeyValueEntityOflongdateTime claimedDateByAccountId
protected ArrayOfOperationError operationErrors
protected ArrayOfArrayOfOperationError partialErrors
public ArrayOfKeyValueEntityOflongdateTime getClaimedDateByAccountId()
ArrayOfKeyValueEntityOflongdateTimepublic void setClaimedDateByAccountId(ArrayOfKeyValueEntityOflongdateTime value)
value - allowed object is
ArrayOfKeyValueEntityOflongdateTimepublic ArrayOfOperationError getOperationErrors()
ArrayOfOperationErrorpublic void setOperationErrors(ArrayOfOperationError value)
value - allowed object is
ArrayOfOperationErrorpublic ArrayOfArrayOfOperationError getPartialErrors()
ArrayOfArrayOfOperationErrorpublic void setPartialErrors(ArrayOfArrayOfOperationError value)
value - allowed object is
ArrayOfArrayOfOperationErrorCopyright © 2024. All rights reserved.