siteVerification  v1
Public Member Functions | Static Public Member Functions | List of all members
google_siteverification_api::SiteVerificationWebResourceResource::SiteVerificationWebResourceResourceSite Class Reference

#include <site_verification_web_resource_resource.h>

Inheritance diagram for google_siteverification_api::SiteVerificationWebResourceResource::SiteVerificationWebResourceResourceSite:

Public Member Functions

 SiteVerificationWebResourceResourceSite (const Json::Value &storage)
 
 SiteVerificationWebResourceResourceSite (Json::Value *storage)
 
virtual ~SiteVerificationWebResourceResourceSite ()
 
const StringPiece GetTypeName () const
 
bool has_identifier () const
 
void clear_identifier ()
 
const StringPiece get_identifier () const
 
void set_identifier (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 SiteVerificationWebResourceResourceSiteNew ()
 

Detailed Description

The address and type of a site that is verified or will be verified.

Constructor & Destructor Documentation

◆ SiteVerificationWebResourceResourceSite() [1/2]

google_siteverification_api::SiteVerificationWebResourceResource::SiteVerificationWebResourceResourceSite::SiteVerificationWebResourceResourceSite ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ SiteVerificationWebResourceResourceSite() [2/2]

google_siteverification_api::SiteVerificationWebResourceResource::SiteVerificationWebResourceResourceSite::SiteVerificationWebResourceResourceSite ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~SiteVerificationWebResourceResourceSite()

google_siteverification_api::SiteVerificationWebResourceResource::SiteVerificationWebResourceResourceSite::~SiteVerificationWebResourceResourceSite ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_identifier()

void google_siteverification_api::SiteVerificationWebResourceResource::SiteVerificationWebResourceResourceSite::clear_identifier ( )
inline

Clears the 'identifier' attribute.

◆ clear_type()

void google_siteverification_api::SiteVerificationWebResourceResource::SiteVerificationWebResourceResourceSite::clear_type ( )
inline

Clears the 'type' attribute.

◆ get_identifier()

const StringPiece google_siteverification_api::SiteVerificationWebResourceResource::SiteVerificationWebResourceResourceSite::get_identifier ( ) const
inline

Get the value of the 'identifier' attribute.

◆ get_type()

const StringPiece google_siteverification_api::SiteVerificationWebResourceResource::SiteVerificationWebResourceResourceSite::get_type ( ) const
inline

Get the value of the 'type' attribute.

◆ GetTypeName()

const StringPiece google_siteverification_api::SiteVerificationWebResourceResource::SiteVerificationWebResourceResourceSite::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_siteverification_api::SiteVerificationWebResourceRes ourceSite

◆ has_identifier()

bool google_siteverification_api::SiteVerificationWebResourceResource::SiteVerificationWebResourceResourceSite::has_identifier ( ) const
inline

Determine if the 'identifier' attribute was set.

Returns
true if the 'identifier' attribute was set.

◆ has_type()

bool google_siteverification_api::SiteVerificationWebResourceResource::SiteVerificationWebResourceResourceSite::has_type ( ) const
inline

Determine if the 'type' attribute was set.

Returns
true if the 'type' attribute was set.

◆ New()

SiteVerificationWebResourceResource::SiteVerificationWebResourceResourceSite * google_siteverification_api::SiteVerificationWebResourceResource::SiteVerificationWebResourceResourceSite::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_identifier()

void google_siteverification_api::SiteVerificationWebResourceResource::SiteVerificationWebResourceResourceSite::set_identifier ( const StringPiece &  value)
inline

Change the 'identifier' attribute.

The site identifier. If the type is set to SITE, the identifier is a URL. If the type is set to INET_DOMAIN, the site identifier is a domain name.

Parameters
[in]valueThe new value.

◆ set_type()

void google_siteverification_api::SiteVerificationWebResourceResource::SiteVerificationWebResourceResourceSite::set_type ( const StringPiece &  value)
inline

Change the 'type' attribute.

The site type. Can be SITE or INET_DOMAIN (domain name).

Parameters
[in]valueThe new value.

The documentation for this class was generated from the following files: