|
customsearch
v1
|
#include <search.h>
Public Member Functions | |
| SearchUrl (const Json::Value &storage) | |
| SearchUrl (Json::Value *storage) | |
| virtual | ~SearchUrl () |
| const StringPiece | GetTypeName () const |
| bool | has_template () const |
| void | clear_template () |
| const StringPiece | get_template () const |
| void | set_template (const StringPiece &value) |
| bool | has_type () const |
| void | clear_type () |
| const StringPiece | get_type () const |
| void | set_type (const StringPiece &value) |
Static Public Member Functions | |
| static SearchUrl * | New () |
OpenSearch template and URL.
|
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 'template' attribute.
|
inline |
Clears the 'type' attribute.
|
inline |
Get the value of the 'template' attribute.
|
inline |
Get the value of the 'type' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_customsearch_api::SearchUrl
|
inline |
Determine if the 'template' attribute was set.
template' attribute was set.
|
inline |
Determine if the 'type' attribute was set.
type' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'template' attribute.
The actual OpenSearch template for this API.
| [in] | value | The new value. |
|
inline |
Change the 'type' attribute.
The MIME type of the OpenSearch URL template for the Custom Search API.
| [in] | value | The new value. |