Raspberry Cloud
|
#include <CloudFile.h>
Public Member Functions | |
CloudFile (string _cloudID, string _cloudFileID) | |
string | getCloudId () |
string | getCloudFileID () |
void | setCloudID (string _cloudID) |
void | setCloudFileID (string _cloudFileID) |
Protected Attributes | |
string | cloudID |
string | cloudFileID |
CloudFile class contains information about a file that can be held on the cloud to accomplish this it stores the cloud's id and its unique fileid
CloudFile::CloudFile | ( | string | _cloudID, |
string | _cloudFileID | ||
) |
string CloudFile::getCloudFileID | ( | ) |
Getter for cloudFileID
string CloudFile::getCloudId | ( | ) |
Getter for cloudID
void CloudFile::setCloudFileID | ( | string | _cloudFileID | ) |
Setter for cloudFileID
its | cloudFileID |
void CloudFile::setCloudID | ( | string | _cloudID | ) |
Setter for cloudID
its | cloudID |