|
customsearch
v1
|
#include <result.h>
Public Member Functions | |
| ResultImage (const Json::Value &storage) | |
| ResultImage (Json::Value *storage) | |
| virtual | ~ResultImage () |
| const StringPiece | GetTypeName () const |
| bool | has_byte_size () const |
| void | clear_byte_size () |
| int32 | get_byte_size () const |
| void | set_byte_size (int32 value) |
| bool | has_context_link () const |
| void | clear_context_link () |
| const StringPiece | get_context_link () const |
| void | set_context_link (const StringPiece &value) |
| bool | has_height () const |
| void | clear_height () |
| int32 | get_height () const |
| void | set_height (int32 value) |
| bool | has_thumbnail_height () const |
| void | clear_thumbnail_height () |
| int32 | get_thumbnail_height () const |
| void | set_thumbnail_height (int32 value) |
| bool | has_thumbnail_link () const |
| void | clear_thumbnail_link () |
| const StringPiece | get_thumbnail_link () const |
| void | set_thumbnail_link (const StringPiece &value) |
| bool | has_thumbnail_width () const |
| void | clear_thumbnail_width () |
| int32 | get_thumbnail_width () const |
| void | set_thumbnail_width (int32 value) |
| bool | has_width () const |
| void | clear_width () |
| int32 | get_width () const |
| void | set_width (int32 value) |
Static Public Member Functions | |
| static ResultImage * | New () |
Image belonging to 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 'byteSize' attribute.
|
inline |
Clears the 'contextLink' attribute.
|
inline |
Clears the 'height' attribute.
|
inline |
Clears the 'thumbnailHeight' attribute.
|
inline |
Clears the 'thumbnailLink' attribute.
|
inline |
Clears the 'thumbnailWidth' attribute.
|
inline |
Clears the 'width' attribute.
|
inline |
Get the value of the 'byteSize' attribute.
|
inline |
Get the value of the 'contextLink' attribute.
|
inline |
Get the value of the 'height' attribute.
|
inline |
Get the value of the 'thumbnailHeight' attribute.
|
inline |
Get the value of the 'thumbnailLink' attribute.
|
inline |
Get the value of the 'thumbnailWidth' attribute.
|
inline |
Get the value of the 'width' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_customsearch_api::ResultImage
|
inline |
Determine if the 'byteSize' attribute was set.
byteSize' attribute was set.
|
inline |
Determine if the 'contextLink' attribute was set.
contextLink' attribute was set.
|
inline |
Determine if the 'height' attribute was set.
height' attribute was set.
|
inline |
Determine if the 'thumbnailHeight' attribute was set.
thumbnailHeight' attribute was set.
|
inline |
Determine if the 'thumbnailLink' attribute was set.
thumbnailLink' attribute was set.
|
inline |
Determine if the 'thumbnailWidth' attribute was set.
thumbnailWidth' attribute was set.
|
inline |
Determine if the 'width' attribute was set.
width' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'byteSize' attribute.
The size of the image, in pixels.
| [in] | value | The new value. |
|
inline |
Change the 'contextLink' attribute.
A URL pointing to the webpage hosting the image.
| [in] | value | The new value. |
|
inline |
Change the 'height' attribute.
The height of the image, in pixels.
| [in] | value | The new value. |
|
inline |
Change the 'thumbnailHeight' attribute.
The height of the thumbnail image, in pixels.
| [in] | value | The new value. |
|
inline |
Change the 'thumbnailLink' attribute.
A URL to the thumbnail image.
| [in] | value | The new value. |
|
inline |
Change the 'thumbnailWidth' attribute.
The width of the thumbnail image, in pixels.
| [in] | value | The new value. |
|
inline |
Change the 'width' attribute.
The width of the image, in pixels.
| [in] | value | The new value. |