public class UpdateFileData extends Object implements Serializable
Java class for updateFileData complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected FileUpdateData |
fileUpdateData |
protected Integer |
requestId |
Constructor and Description |
---|
UpdateFileData() |
Modifier and Type | Method and Description |
---|---|
FileUpdateData |
getFileUpdateData()
Gets the value of the fileUpdateData property.
|
Integer |
getRequestId()
Gets the value of the requestId property.
|
void |
setFileUpdateData(FileUpdateData value)
Sets the value of the fileUpdateData property.
|
void |
setRequestId(Integer value)
Sets the value of the requestId property.
|
protected Integer requestId
protected FileUpdateData fileUpdateData
public Integer getRequestId()
Integer
public void setRequestId(Integer value)
value
- allowed object is
Integer
public FileUpdateData getFileUpdateData()
FileUpdateData
public void setFileUpdateData(FileUpdateData value)
value
- allowed object is
FileUpdateData
Copyright © 2021. All rights reserved.