public class OfflineDataUpload extends Object
Java class for OfflineDataUpload complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OfflineDataUpload">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="externalUploadId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="uploadType" type="{https://adwords.google.com/api/adwords/rm/v201809}OfflineDataUploadType" minOccurs="0"/>
<element name="uploadStatus" type="{https://adwords.google.com/api/adwords/rm/v201809}OfflineDataUploadStatus" minOccurs="0"/>
<element name="uploadMetadata" type="{https://adwords.google.com/api/adwords/rm/v201809}UploadMetadata" minOccurs="0"/>
<element name="offlineDataList" type="{https://adwords.google.com/api/adwords/rm/v201809}OfflineData" maxOccurs="unbounded" minOccurs="0"/>
<element name="failureReason" type="{https://adwords.google.com/api/adwords/rm/v201809}OfflineDataUploadFailureReason" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
externalUploadId |
protected OfflineDataUploadFailureReason |
failureReason |
protected List<OfflineData> |
offlineDataList |
protected UploadMetadata |
uploadMetadata |
protected OfflineDataUploadStatus |
uploadStatus |
protected OfflineDataUploadType |
uploadType |
| Constructor and Description |
|---|
OfflineDataUpload() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getExternalUploadId()
Gets the value of the externalUploadId property.
|
OfflineDataUploadFailureReason |
getFailureReason()
Gets the value of the failureReason property.
|
List<OfflineData> |
getOfflineDataList()
Gets the value of the offlineDataList property.
|
UploadMetadata |
getUploadMetadata()
Gets the value of the uploadMetadata property.
|
OfflineDataUploadStatus |
getUploadStatus()
Gets the value of the uploadStatus property.
|
OfflineDataUploadType |
getUploadType()
Gets the value of the uploadType property.
|
void |
setExternalUploadId(Long value)
Sets the value of the externalUploadId property.
|
void |
setFailureReason(OfflineDataUploadFailureReason value)
Sets the value of the failureReason property.
|
void |
setUploadMetadata(UploadMetadata value)
Sets the value of the uploadMetadata property.
|
void |
setUploadStatus(OfflineDataUploadStatus value)
Sets the value of the uploadStatus property.
|
void |
setUploadType(OfflineDataUploadType value)
Sets the value of the uploadType property.
|
protected Long externalUploadId
protected OfflineDataUploadType uploadType
protected OfflineDataUploadStatus uploadStatus
protected UploadMetadata uploadMetadata
protected List<OfflineData> offlineDataList
protected OfflineDataUploadFailureReason failureReason
public Long getExternalUploadId()
Longpublic void setExternalUploadId(Long value)
value - allowed object is
Longpublic OfflineDataUploadType getUploadType()
OfflineDataUploadTypepublic void setUploadType(OfflineDataUploadType value)
value - allowed object is
OfflineDataUploadTypepublic OfflineDataUploadStatus getUploadStatus()
OfflineDataUploadStatuspublic void setUploadStatus(OfflineDataUploadStatus value)
value - allowed object is
OfflineDataUploadStatuspublic UploadMetadata getUploadMetadata()
UploadMetadatapublic void setUploadMetadata(UploadMetadata value)
value - allowed object is
UploadMetadatapublic List<OfflineData> getOfflineDataList()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the offlineDataList property.
For example, to add a new item, do as follows:
getOfflineDataList().add(newItem);
Objects of the following type(s) are allowed in the list
OfflineData
public OfflineDataUploadFailureReason getFailureReason()
OfflineDataUploadFailureReasonpublic void setFailureReason(OfflineDataUploadFailureReason value)
value - allowed object is
OfflineDataUploadFailureReasonCopyright © 2023. All rights reserved.