|
10Duke Scale C++ Client
|
Public Member Functions | |
| LeaseBuilder & | token (const std::string &p_token) |
| LeaseBuilder & | leaseId (const std::string &p_leaseId) |
| LeaseBuilder & | oldLeaseId (const std::string &p_oldLeaseId) |
| LeaseBuilder & | licenseKey (const std::string &p_licenseKey) |
| LeaseBuilder & | metered (bool p_metered) |
| LeaseBuilder & | expires (std::int64_t p_expiresEpochS) |
| LeaseBuilder & | productName (const std::string &p_productName) |
| LeaseBuilder & | validationKey (const std::string &p_validationKey) |
| LeaseBuilder & | clientVersion (const std::string &p_clientVersion) |
| ::tenduke::se::licensing::Lease | mk () |