public class FileUpdateData extends AbstractRealTimeDto implements Serializable
Java class for fileUpdateData complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected Long |
childFileId |
protected FileLinkType |
childFileLinkType |
protected List<FileContactData> |
fileContactas |
protected Long |
fileId |
protected String |
remark |
| Constructor and Description |
|---|
FileUpdateData() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getChildFileId()
Gets the value of the childFileId property.
|
FileLinkType |
getChildFileLinkType()
Gets the value of the childFileLinkType property.
|
List<FileContactData> |
getFileContactas()
Gets the value of the fileContactas property.
|
Long |
getFileId()
Gets the value of the fileId property.
|
String |
getRemark()
Gets the value of the remark property.
|
void |
setChildFileId(Long value)
Sets the value of the childFileId property.
|
void |
setChildFileLinkType(FileLinkType value)
Sets the value of the childFileLinkType property.
|
void |
setFileId(Long value)
Sets the value of the fileId property.
|
void |
setRemark(String value)
Sets the value of the remark property.
|
protected Long childFileId
protected FileLinkType childFileLinkType
protected List<FileContactData> fileContactas
protected Long fileId
protected String remark
public Long getChildFileId()
Longpublic void setChildFileId(Long value)
value - allowed object is
Longpublic FileLinkType getChildFileLinkType()
FileLinkTypepublic void setChildFileLinkType(FileLinkType value)
value - allowed object is
FileLinkTypepublic List<FileContactData> getFileContactas()
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 fileContactas property.
For example, to add a new item, do as follows:
getFileContactas().add(newItem);
Objects of the following type(s) are allowed in the list
FileContactData
public Long getFileId()
Longpublic void setFileId(Long value)
value - allowed object is
Longpublic String getRemark()
StringCopyright © 2021. All rights reserved.