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