|
customsearch
v1
|
#include <search.h>
Public Member Functions | |
| SearchSpelling (const Json::Value &storage) | |
| SearchSpelling (Json::Value *storage) | |
| virtual | ~SearchSpelling () |
| const StringPiece | GetTypeName () const |
| bool | has_corrected_query () const |
| void | clear_corrected_query () |
| const StringPiece | get_corrected_query () const |
| void | set_corrected_query (const StringPiece &value) |
| bool | has_html_corrected_query () const |
| void | clear_html_corrected_query () |
| const StringPiece | get_html_corrected_query () const |
| void | set_html_corrected_query (const StringPiece &value) |
Static Public Member Functions | |
| static SearchSpelling * | New () |
Spell correction information for a query.
|
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 'correctedQuery' attribute.
|
inline |
Clears the 'htmlCorrectedQuery' attribute.
|
inline |
Get the value of the 'correctedQuery' attribute.
|
inline |
Get the value of the 'htmlCorrectedQuery' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_customsearch_api::SearchSpelling
|
inline |
Determine if the 'correctedQuery' attribute was set.
correctedQuery' attribute was set.
|
inline |
Determine if the 'htmlCorrectedQuery' attribute was set.
htmlCorrectedQuery' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'correctedQuery' attribute.
The corrected query.
| [in] | value | The new value. |
|
inline |
Change the 'htmlCorrectedQuery' attribute.
The corrected query, formatted in HTML.
| [in] | value | The new value. |