12 LeaseBuilder &token(
const std::string &p_token);
13 LeaseBuilder &leaseId(
const std::string &p_leaseId);
14 LeaseBuilder &oldLeaseId(
const std::string &p_oldLeaseId);
15 LeaseBuilder &licenseKey(
const std::string &p_licenseKey);
16 LeaseBuilder &metered(
bool p_metered);
17 LeaseBuilder &expires(std::int64_t p_expiresEpochS);
18 LeaseBuilder &productName(
const std::string &p_productName);
19 LeaseBuilder &validationKey(
const std::string &p_validationKey);
20 LeaseBuilder &clientVersion(
const std::string &p_clientVersion);
25 std::string _oldLeaseId;
26 std::string _licenseKey;
28 std::string _validationKey;
29 std::string _clientVersion;
31 std::int64_t _expiresEpochS;
32 std::string _productName;
Root for classes, functions and globals of 10Duke C++ Client.
Definition AbstractClientFactory.h:16