Generated 2020-05-18 for dataworks-public.

This commit is contained in:
sdk-team
2020-07-08 17:40:37 +08:00
parent 7959141d87
commit 4cda4f477d
4 changed files with 8 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ namespace AlibabaCloud
~DeleteQualityEntityResult();
int getHttpStatusCode()const;
bool getData()const;
bool getErrorCode()const;
std::string getErrorCode()const;
std::string getErrorMessage()const;
bool getSuccess()const;
@@ -48,7 +48,7 @@ namespace AlibabaCloud
private:
int httpStatusCode_;
bool data_;
bool errorCode_;
std::string errorCode_;
std::string errorMessage_;
bool success_;