|
customsearch
v1
|
#include <promotion.h>
Public Member Functions | |
| PromotionBodyLines (const Json::Value &storage) | |
| PromotionBodyLines (Json::Value *storage) | |
| virtual | ~PromotionBodyLines () |
| const StringPiece | GetTypeName () const |
| bool | has_html_title () const |
| void | clear_html_title () |
| const StringPiece | get_html_title () const |
| void | set_html_title (const StringPiece &value) |
| bool | has_link () const |
| void | clear_link () |
| const StringPiece | get_link () const |
| void | set_link (const StringPiece &value) |
| bool | has_title () const |
| void | clear_title () |
| const StringPiece | get_title () const |
| void | set_title (const StringPiece &value) |
| bool | has_url () const |
| void | clear_url () |
| const StringPiece | get_url () const |
| void | set_url (const StringPiece &value) |
Static Public Member Functions | |
| static PromotionBodyLines * | New () |
Block object belonging to a promotion.
|
explicit |
Standard constructor for an immutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'htmlTitle' attribute.
|
inline |
Clears the 'link' attribute.
|
inline |
Clears the 'title' attribute.
|
inline |
Clears the 'url' attribute.
|
inline |
Get the value of the 'htmlTitle' attribute.
|
inline |
Get the value of the 'link' attribute.
|
inline |
Get the value of the 'title' attribute.
|
inline |
Get the value of the 'url' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_customsearch_api::PromotionBodyLines
|
inline |
Determine if the 'htmlTitle' attribute was set.
htmlTitle' attribute was set.
|
inline |
Determine if the 'link' attribute was set.
link' attribute was set.
|
inline |
Determine if the 'title' attribute was set.
title' attribute was set.
|
inline |
Determine if the 'url' attribute was set.
url' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'htmlTitle' attribute.
The block object's text in HTML, if it has text.
| [in] | value | The new value. |
|
inline |
Change the 'link' attribute.
The anchor text of the block object's link, if it has a link.
| [in] | value | The new value. |
|
inline |
Change the 'title' attribute.
The block object's text, if it has text.
| [in] | value | The new value. |
|
inline |
Change the 'url' attribute.
The URL of the block object's link, if it has one.
| [in] | value | The new value. |