Quark
0.1
|
#include <GCloudObject.h++>
Public Member Functions | |
GCloudObject (const GCloudObject &other) | |
virtual | ~GCloudObject () |
GCloudObject & | operator= (const GCloudObject &other) |
QString | id () const |
QString | name () const |
QString | bucketName () const |
QString | contentType () const |
qint64 | updateTime () const |
qint64 | size () const |
QUrl | selfLink () const |
Friends | |
class | GCloudStorage |
GCloudObject | ( | const GCloudObject & | other | ) |
|
virtual |
QString bucketName | ( | ) | const |
QString contentType | ( | ) | const |
QString id | ( | ) | const |
QString name | ( | ) | const |
GCloudObject& operator= | ( | const GCloudObject & | other | ) |
QUrl selfLink | ( | ) | const |
qint64 size | ( | ) | const |
qint64 updateTime | ( | ) | const |
|
friend |