24 #include <olp/dataservice/write/DataServiceWriteApi.h>
27 namespace dataservice {
54 const std::string&
GetState()
const {
return state_; }
68 void SetState(
const std::string& value) { this->state_ = value; }
75 const std::string&
GetMessage()
const {
return message_; }
89 void SetMessage(
const std::string& value) { this->message_ = value; }
110 void SetStarted(
const int64_t& value) { this->started_ = value; }
133 void SetModified(
const int64_t& value) { this->modified_ = value; }
154 void SetExpires(
const int64_t& value) { this->expires_ = value; }
Details of the publication.
Definition: Details.h:32
const int64_t & GetExpires() const
Gets the publication expiration timestamp.
Definition: Details.h:140
std::string & GetMutableMessage()
Gets a mutable reference to the publication description.
Definition: Details.h:82
const int64_t & GetStarted() const
Gets the publication start timestamp.
Definition: Details.h:96
const int64_t & GetModified() const
Gets the timestamp of when the publication was modified.
Definition: Details.h:117
int64_t & GetMutableExpires()
Gets a mutable reference to the publication expiration timestamp.
Definition: Details.h:147
int64_t & GetMutableStarted()
Gets a mutable reference to the publication start timestamp.
Definition: Details.h:103
const std::string & GetState() const
Gets the state of the publication.
Definition: Details.h:54
void SetState(const std::string &value)
Sets the state of the publication.
Definition: Details.h:68
int64_t & GetMutableModified()
Gets a mutable reference to the timestamp of when the publication was modified.
Definition: Details.h:126
const std::string & GetMessage() const
Gets the publication description.
Definition: Details.h:75
std::string & GetMutableState()
Gets a mutable reference to the publication state.
Definition: Details.h:61
void SetMessage(const std::string &value)
Sets the publication description.
Definition: Details.h:89
void SetStarted(const int64_t &value)
Sets the publication start timestamp.
Definition: Details.h:110
void SetExpires(const int64_t &value)
Sets the expiry time of the publication.
Definition: Details.h:154
void SetModified(const int64_t &value)
Sets the timestamp of when the publication was modified.
Definition: Details.h:133
Rules all the other namespaces.
Definition: AppleSignInProperties.h:24