public class DataUploadResult extends Object
Java class for DataUploadResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataUploadResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="uploadStatus" type="{https://adwords.google.com/api/adwords/rm/v201809}UserListUploadStatus" minOccurs="0"/>
<element name="removeAllStatus" type="{https://adwords.google.com/api/adwords/rm/v201809}UserListUploadStatus" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected UserListUploadStatus |
removeAllStatus |
protected UserListUploadStatus |
uploadStatus |
| Constructor and Description |
|---|
DataUploadResult() |
| Modifier and Type | Method and Description |
|---|---|
UserListUploadStatus |
getRemoveAllStatus()
Gets the value of the removeAllStatus property.
|
UserListUploadStatus |
getUploadStatus()
Gets the value of the uploadStatus property.
|
void |
setRemoveAllStatus(UserListUploadStatus value)
Sets the value of the removeAllStatus property.
|
void |
setUploadStatus(UserListUploadStatus value)
Sets the value of the uploadStatus property.
|
protected UserListUploadStatus uploadStatus
protected UserListUploadStatus removeAllStatus
public UserListUploadStatus getUploadStatus()
UserListUploadStatuspublic void setUploadStatus(UserListUploadStatus value)
value - allowed object is
UserListUploadStatuspublic UserListUploadStatus getRemoveAllStatus()
UserListUploadStatuspublic void setRemoveAllStatus(UserListUploadStatus value)
value - allowed object is
UserListUploadStatusCopyright © 2023. All rights reserved.