Go to the documentation of this file. 1 #ifndef COCOATWEET_API_MODEL_TWEET_H_
2 #define COCOATWEET_API_MODEL_TWEET_H_
30 void id(
const std::string _id);
40 void text(
const std::string _text);
45 void source(
const std::string _source);
52 const std::string
id()
const;
62 const std::string
text()
const;
67 const std::string
source()
const;
73 std::string createdAt_;