dataflow
v1b3
|
#include <sdk_version.h>
Public Member Functions | |
SdkVersion (const Json::Value &storage) | |
SdkVersion (Json::Value *storage) | |
virtual | ~SdkVersion () |
const StringPiece | GetTypeName () const |
bool | has_sdk_support_status () const |
void | clear_sdk_support_status () |
const StringPiece | get_sdk_support_status () const |
void | set_sdk_support_status (const StringPiece &value) |
bool | has_version () const |
void | clear_version () |
const StringPiece | get_version () const |
void | set_version (const StringPiece &value) |
bool | has_version_display_name () const |
void | clear_version_display_name () |
const StringPiece | get_version_display_name () const |
void | set_version_display_name (const StringPiece &value) |
Static Public Member Functions | |
static SdkVersion * | New () |
The version of the SDK used to run the job.
|
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 'sdkSupportStatus
' attribute.
|
inline |
Clears the 'version
' attribute.
|
inline |
Clears the 'versionDisplayName
' attribute.
|
inline |
Get the value of the 'sdkSupportStatus
' attribute.
|
inline |
Get the value of the 'version
' attribute.
|
inline |
Get the value of the 'versionDisplayName
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'sdkSupportStatus
' attribute was set.
sdkSupportStatus
' attribute was set.
|
inline |
Determine if the 'version
' attribute was set.
version
' attribute was set.
|
inline |
Determine if the 'versionDisplayName
' attribute was set.
versionDisplayName
' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'sdkSupportStatus
' attribute.
The support status for this SDK version.
[in] | value | The new value. |
|
inline |
Change the 'version
' attribute.
The version of the SDK used to run the job.
[in] | value | The new value. |
|
inline |
Change the 'versionDisplayName
' attribute.
A readable string describing the version of the SDK.
[in] | value | The new value. |