Go to the documentation of this file. 1 #ifndef COCOATWEET_API_MODEL_TWEET_H_
2 #define COCOATWEET_API_MODEL_TWEET_H_
29 void id(
const std::string _id);
39 void text(
const std::string _text);
44 void source(
const std::string _source);
49 const std::string
id()
const;
59 const std::string
text()
const;
64 const std::string
source()
const;
68 std::string createdAt_;