public class BatchJob extends Object
Java class for BatchJob complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BatchJob">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="status" type="{https://adwords.google.com/api/adwords/cm/v201809}BatchJobStatus" minOccurs="0"/>
<element name="progressStats" type="{https://adwords.google.com/api/adwords/cm/v201809}ProgressStats" minOccurs="0"/>
<element name="uploadUrl" type="{https://adwords.google.com/api/adwords/cm/v201809}TemporaryUrl" minOccurs="0"/>
<element name="downloadUrl" type="{https://adwords.google.com/api/adwords/cm/v201809}TemporaryUrl" minOccurs="0"/>
<element name="processingErrors" type="{https://adwords.google.com/api/adwords/cm/v201809}BatchJobProcessingError" maxOccurs="unbounded" minOccurs="0"/>
<element name="diskUsageQuotaBalance" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
diskUsageQuotaBalance |
protected TemporaryUrl |
downloadUrl |
protected Long |
id |
protected List<BatchJobProcessingError> |
processingErrors |
protected ProgressStats |
progressStats |
protected BatchJobStatus |
status |
protected TemporaryUrl |
uploadUrl |
| Constructor and Description |
|---|
BatchJob() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getDiskUsageQuotaBalance()
Gets the value of the diskUsageQuotaBalance property.
|
TemporaryUrl |
getDownloadUrl()
Gets the value of the downloadUrl property.
|
Long |
getId()
Gets the value of the id property.
|
List<BatchJobProcessingError> |
getProcessingErrors()
Gets the value of the processingErrors property.
|
ProgressStats |
getProgressStats()
Gets the value of the progressStats property.
|
BatchJobStatus |
getStatus()
Gets the value of the status property.
|
TemporaryUrl |
getUploadUrl()
Gets the value of the uploadUrl property.
|
void |
setDiskUsageQuotaBalance(Long value)
Sets the value of the diskUsageQuotaBalance property.
|
void |
setDownloadUrl(TemporaryUrl value)
Sets the value of the downloadUrl property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setProgressStats(ProgressStats value)
Sets the value of the progressStats property.
|
void |
setStatus(BatchJobStatus value)
Sets the value of the status property.
|
void |
setUploadUrl(TemporaryUrl value)
Sets the value of the uploadUrl property.
|
protected Long id
protected BatchJobStatus status
protected ProgressStats progressStats
protected TemporaryUrl uploadUrl
protected TemporaryUrl downloadUrl
protected List<BatchJobProcessingError> processingErrors
protected Long diskUsageQuotaBalance
public void setId(Long value)
value - allowed object is
Longpublic BatchJobStatus getStatus()
BatchJobStatuspublic void setStatus(BatchJobStatus value)
value - allowed object is
BatchJobStatuspublic ProgressStats getProgressStats()
ProgressStatspublic void setProgressStats(ProgressStats value)
value - allowed object is
ProgressStatspublic TemporaryUrl getUploadUrl()
TemporaryUrlpublic void setUploadUrl(TemporaryUrl value)
value - allowed object is
TemporaryUrlpublic TemporaryUrl getDownloadUrl()
TemporaryUrlpublic void setDownloadUrl(TemporaryUrl value)
value - allowed object is
TemporaryUrlpublic List<BatchJobProcessingError> getProcessingErrors()
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 processingErrors property.
For example, to add a new item, do as follows:
getProcessingErrors().add(newItem);
Objects of the following type(s) are allowed in the list
BatchJobProcessingError
public Long getDiskUsageQuotaBalance()
LongCopyright © 2023. All rights reserved.