#include <state_family_config.h>
State family configuration.
◆ StateFamilyConfig() [1/2]
google_dataflow_api::StateFamilyConfig::StateFamilyConfig |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The 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] | storage | The underlying data storage for this instance. |
◆ ~StateFamilyConfig()
google_dataflow_api::StateFamilyConfig::~StateFamilyConfig |
( |
| ) |
|
|
virtual |
◆ 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 |
◆ 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()
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
-
◆ set_state_family()
void google_dataflow_api::StateFamilyConfig::set_state_family |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'stateFamily
' attribute.
The state family value.
- Parameters
-
The documentation for this class was generated from the following files: