#include <post.h>
Data about the blog containing this Post.
◆ PostBlog() [1/2]
google_blogger_api::Post::PostBlog::PostBlog |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ PostBlog() [2/2]
google_blogger_api::Post::PostBlog::PostBlog |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~PostBlog()
google_blogger_api::Post::PostBlog::~PostBlog |
( |
| ) |
|
|
virtual |
◆ clear_id()
void google_blogger_api::Post::PostBlog::clear_id |
( |
| ) |
|
|
inline |
Clears the 'id
' attribute.
◆ get_id()
const StringPiece google_blogger_api::Post::PostBlog::get_id |
( |
| ) |
const |
|
inline |
Get the value of the 'id
' attribute.
◆ GetTypeName()
const StringPiece google_blogger_api::Post::PostBlog::GetTypeName |
( |
| ) |
const |
|
inline |
Returns a string denoting the type of this data object.
- Returns
google_blogger_api::PostBlog
◆ has_id()
bool google_blogger_api::Post::PostBlog::has_id |
( |
| ) |
const |
|
inline |
Determine if the 'id
' attribute was set.
- Returns
- true if the '
id
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_id()
void google_blogger_api::Post::PostBlog::set_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'id
' attribute.
The identifier of the Blog that contains this Post.
- Parameters
-
The documentation for this class was generated from the following files:
- google/blogger_api/post.h
- google/blogger_api/post.cc