MoleQueue 0.9.0
Loading...
Searching...
No Matches
FileStreamingData Class Reference

#include <filestreamingdata.h>

Public Member Functions

QString toXml () const
QString fileName () const
void setFileName (const QString &file)
qint64 hostID () const
void setHostID (qint64 hostId)
QString token () const
void setToken (const QString &tok)
QString userName () const
void setUserName (const QString &user)

Detailed Description

class used to model UIT FileStreamingData XML document. Used to describe a file on a remote UIT system during the download/upload process.

Member Function Documentation

◆ toXml()

QString toXml ( ) const
Returns
The XML document generated using the fields in this instance. This document can be POSTed to the UIT interface.

◆ fileName()

QString fileName ( ) const
Returns
The file name.

◆ setFileName()

void setFileName ( const QString & file)
Parameters
fileThe file name.

◆ hostID()

qint64 hostID ( ) const
Returns
The host ID for the host this file is associated with.

◆ setHostID()

void setHostID ( qint64 hostId)
Parameters
hostIdThe host ID for the host the file is associatd with.

◆ token()

QString token ( ) const
Returns
The UIT session token.

◆ setToken()

void setToken ( const QString & tok)
Parameters
tokThe UIT session token to use.

◆ userName()

QString userName ( ) const
Returns
The user name for user which owns this file.

◆ setUserName()

void setUserName ( const QString & user)
Parameters
userThe user name for the user which owns this file.

The documentation for this class was generated from the following file: