#include <filestreamingdata.h>
class used to model UIT FileStreamingData XML document. Used to describe a file on a remote UIT system during the download/upload process.
- Returns
- The XML document generated using the fields in this instance. This document can be POSTed to the UIT interface.
QString fileName |
( |
| ) |
const |
void setFileName |
( |
const QString & |
file | ) |
|
- Returns
- The host ID for the host this file is associated with.
void setHostID |
( |
qint64 |
hostId | ) |
|
- Parameters
-
hostId | The host ID for the host the file is associatd with. |
- Returns
- The UIT session token.
void setToken |
( |
const QString & |
tok | ) |
|
- Parameters
-
tok | The UIT session token to use. |
QString userName |
( |
| ) |
const |
- Returns
- The user name for user which owns this file.
void setUserName |
( |
const QString & |
user | ) |
|
- Parameters
-
user | The user name for the user which owns this file. |
The documentation for this class was generated from the following file: