dataflow  v1b3
Public Member Functions | Static Public Member Functions | List of all members
google_dataflow_api::StateFamilyConfig Class Reference

#include <state_family_config.h>

Inheritance diagram for google_dataflow_api::StateFamilyConfig:

Public Member Functions

 StateFamilyConfig (const Json::Value &storage)
 
 StateFamilyConfig (Json::Value *storage)
 
virtual ~StateFamilyConfig ()
 
const StringPiece GetTypeName () const
 
bool has_is_read () const
 
void clear_is_read ()
 
bool get_is_read () const
 
void set_is_read (bool value)
 
bool has_state_family () const
 
void clear_state_family ()
 
const StringPiece get_state_family () const
 
void set_state_family (const StringPiece &value)
 

Static Public Member Functions

static StateFamilyConfigNew ()
 

Detailed Description

State family configuration.

Constructor & Destructor Documentation

◆ StateFamilyConfig() [1/2]

google_dataflow_api::StateFamilyConfig::StateFamilyConfig ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

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

◆ StateFamilyConfig() [2/2]

google_dataflow_api::StateFamilyConfig::StateFamilyConfig ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

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

◆ ~StateFamilyConfig()

google_dataflow_api::StateFamilyConfig::~StateFamilyConfig ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_is_read()

void google_dataflow_api::StateFamilyConfig::clear_is_read ( )
inline

Clears the 'isRead' attribute.

◆ clear_state_family()

void google_dataflow_api::StateFamilyConfig::clear_state_family ( )
inline

Clears the 'stateFamily' attribute.

◆ get_is_read()

bool google_dataflow_api::StateFamilyConfig::get_is_read ( ) const
inline

Get the value of the 'isRead' attribute.

◆ get_state_family()

const StringPiece google_dataflow_api::StateFamilyConfig::get_state_family ( ) const
inline

Get the value of the 'stateFamily' attribute.

◆ GetTypeName()

const StringPiece google_dataflow_api::StateFamilyConfig::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_dataflow_api::StateFamilyConfig

◆ has_is_read()

bool google_dataflow_api::StateFamilyConfig::has_is_read ( ) const
inline

Determine if the 'isRead' attribute was set.

Returns
true if the 'isRead' attribute was set.

◆ has_state_family()

bool google_dataflow_api::StateFamilyConfig::has_state_family ( ) const
inline

Determine if the 'stateFamily' attribute was set.

Returns
true if the 'stateFamily' attribute was set.

◆ New()

StateFamilyConfig * google_dataflow_api::StateFamilyConfig::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_is_read()

void google_dataflow_api::StateFamilyConfig::set_is_read ( bool  value)
inline

Change the 'isRead' attribute.

If true, this family corresponds to a read operation.

Parameters
[in]valueThe new value.

◆ set_state_family()

void google_dataflow_api::StateFamilyConfig::set_state_family ( const StringPiece &  value)
inline

Change the 'stateFamily' attribute.

The state family value.

Parameters
[in]valueThe new value.

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