10class CloudSaveLevelInfo {
14 ::ll::TypedStorage<8, 32, ::std::string> mDriveItemId;
15 ::ll::TypedStorage<8, 32, ::std::string> mCTag;
16 ::ll::TypedStorage<8, 32, ::std::string> mUserId;
17 ::ll::TypedStorage<8, 32, ::std::string> mFileName;
18 ::ll::TypedStorage<1, 1, bool> mNeedsUpload;
19 ::ll::TypedStorage<8, 32, ::std::string> mLastUpdated;
33 MCAPI CloudSaveLevelInfo();
36 MCAPI CloudSaveLevelInfo(::CloudSaveLevelInfo
const&);
41 MCAPI CloudSaveLevelInfo(
42 ::std::string driveItemId,
45 ::std::string filename,
46 ::std::string lastUpdated,
50 MCFOLD ::std::string
const& cTag()
const;
52 MCFOLD ::std::string
const& driveItemId()
const;
54 MCFOLD ::std::string
const& fileName()
const;
57 MCAPI
bool const hasInfo()
const;
60 MCFOLD ::std::string
const& lastUpdated()
const;
62 MCFOLD
bool const& needsUpload()
const;
64 MCAPI
bool operator!=(::CloudSaveLevelInfo
const& other)
const;
67 MCAPI ::CloudSaveLevelInfo& operator=(::CloudSaveLevelInfo&&);
69 MCAPI ::CloudSaveLevelInfo& operator=(::CloudSaveLevelInfo
const&);
72 MCAPI
bool operator==(::CloudSaveLevelInfo
const& other)
const;
78 MCFOLD
void setCloudFileName(::std::string
const& fileName);
80 MCFOLD
void setNeedsUpload(
bool const& needsUpload);
82 MCFOLD ::std::string
const& userId()
const;
85 MCAPI ~CloudSaveLevelInfo();
95 MCAPI
void* $ctor(::CloudSaveLevelInfo
const&);
101 ::std::string driveItemId,
103 ::std::string userId,
104 ::std::string filename,
105 ::std::string lastUpdated,