public class HostedFile extends Object
Constructor and Description |
---|
HostedFile() |
Modifier and Type | Method and Description |
---|---|
String |
getFileName()
The name of the file.
|
String |
getFileSize()
The size of the file in bytes.
|
String |
getFileType()
The type of the file.
|
String |
getId()
The numeric identifier of the file.
|
void |
setFileName(String value)
The name of the file.
|
void |
setFileSize(String value)
The size of the file in bytes.
|
void |
setFileType(String value)
The type of the file.
|
void |
setId(String value)
The numeric identifier of the file.
|
public String getFileName()
public void setFileName(String value)
public String getFileSize()
public void setFileSize(String value)
public String getFileType()
public void setFileType(String value)
public String getId()
public void setId(String value)
Copyright © 2024 Worldline Global Collect. All rights reserved.