|
cloudresourcemanager
v1beta1
|
#include <folder_operation_error.h>
Public Member Functions | |
| FolderOperationError (const Json::Value &storage) | |
| FolderOperationError (Json::Value *storage) | |
| virtual | ~FolderOperationError () |
| const StringPiece | GetTypeName () const |
| bool | has_error_message_id () const |
| void | clear_error_message_id () |
| const StringPiece | get_error_message_id () const |
| void | set_error_message_id (const StringPiece &value) |
Static Public Member Functions | |
| static FolderOperationError * | New () |
A classification of the Folder Operation error.
|
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 'errorMessageId' attribute.
|
inline |
Get the value of the 'errorMessageId' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'errorMessageId' attribute was set.
errorMessageId' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'errorMessageId' attribute.
The type of operation error experienced.
| [in] | value | The new value. |