|
customsearch
v1
|
#include <result.h>
Public Member Functions | |
| ResultLabels (const Json::Value &storage) | |
| ResultLabels (Json::Value *storage) | |
| virtual | ~ResultLabels () |
| const StringPiece | GetTypeName () const |
| bool | has_display_name () const |
| void | clear_display_name () |
| const StringPiece | get_display_name () const |
| void | set_display_name (const StringPiece &value) |
| bool | has_label_with_op () const |
| void | clear_label_with_op () |
| const StringPiece | get_label_with_op () const |
| void | set_label_with_op (const StringPiece &value) |
| bool | has_name () const |
| void | clear_name () |
| const StringPiece | get_name () const |
| void | set_name (const StringPiece &value) |
Static Public Member Functions | |
| static ResultLabels * | New () |
Refinement label associated with a custom search result.
|
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 'displayName' attribute.
|
inline |
Clears the 'label_with_op' attribute.
|
inline |
Clears the 'name' attribute.
|
inline |
Get the value of the 'displayName' attribute.
|
inline |
Get the value of the 'label_with_op' attribute.
|
inline |
Get the value of the 'name' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_customsearch_api::ResultLabels
|
inline |
Determine if the 'displayName' attribute was set.
displayName' attribute was set.
|
inline |
Determine if the 'label_with_op' attribute was set.
label_with_op' attribute was set.
|
inline |
Determine if the 'name' attribute was set.
name' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'displayName' attribute.
The display name of a refinement label. This is the name you should display in your user interface.
| [in] | value | The new value. |
|
inline |
Change the 'label_with_op' attribute.
Refinement label and the associated refinement operation.
| [in] | value | The new value. |
|
inline |
Change the 'name' attribute.
The name of a refinement label, which you can use to refine searches. Don't display this in your user interface; instead, use displayName.
| [in] | value | The new value. |