|
@@ -71,57 +71,59 @@ namespace AlibabaCloud
|
|
|
DescribeDtsJobDetailResult();
|
|
DescribeDtsJobDetailResult();
|
|
|
explicit DescribeDtsJobDetailResult(const std::string &payload);
|
|
explicit DescribeDtsJobDetailResult(const std::string &payload);
|
|
|
~DescribeDtsJobDetailResult();
|
|
~DescribeDtsJobDetailResult();
|
|
|
- std::string getStatus()const;
|
|
|
|
|
- std::string getDbObject()const;
|
|
|
|
|
- std::string getCreateTime()const;
|
|
|
|
|
std::string getDtsJobName()const;
|
|
std::string getDtsJobName()const;
|
|
|
std::string getDynamicMessage()const;
|
|
std::string getDynamicMessage()const;
|
|
|
- std::string getPayType()const;
|
|
|
|
|
- std::string getErrMessage()const;
|
|
|
|
|
- int getCode()const;
|
|
|
|
|
std::string getDtsInstanceID()const;
|
|
std::string getDtsInstanceID()const;
|
|
|
MigrationMode getMigrationMode()const;
|
|
MigrationMode getMigrationMode()const;
|
|
|
bool getSuccess()const;
|
|
bool getSuccess()const;
|
|
|
int getDelay()const;
|
|
int getDelay()const;
|
|
|
- std::string getErrCode()const;
|
|
|
|
|
std::string getDtsJobClass()const;
|
|
std::string getDtsJobClass()const;
|
|
|
- int getCheckpoint()const;
|
|
|
|
|
std::string getDtsJobId()const;
|
|
std::string getDtsJobId()const;
|
|
|
- std::string getDtsJobDirection()const;
|
|
|
|
|
std::string getFinishTime()const;
|
|
std::string getFinishTime()const;
|
|
|
|
|
+ int getHttpStatusCode()const;
|
|
|
|
|
+ std::string getStatus()const;
|
|
|
|
|
+ std::string getDbObject()const;
|
|
|
|
|
+ std::string getCreateTime()const;
|
|
|
|
|
+ std::string getPayType()const;
|
|
|
|
|
+ std::string getErrMessage()const;
|
|
|
|
|
+ int getCode()const;
|
|
|
|
|
+ std::string getErrCode()const;
|
|
|
|
|
+ int getCheckpoint()const;
|
|
|
|
|
+ std::string getDtsJobDirection()const;
|
|
|
DestinationEndpoint getDestinationEndpoint()const;
|
|
DestinationEndpoint getDestinationEndpoint()const;
|
|
|
SourceEndpoint getSourceEndpoint()const;
|
|
SourceEndpoint getSourceEndpoint()const;
|
|
|
- int getHttpStatusCode()const;
|
|
|
|
|
std::string getExpireTime()const;
|
|
std::string getExpireTime()const;
|
|
|
std::string getErrorMessage()const;
|
|
std::string getErrorMessage()const;
|
|
|
|
|
+ std::string getSynchronizationDirection()const;
|
|
|
std::string getReserved()const;
|
|
std::string getReserved()const;
|
|
|
|
|
|
|
|
protected:
|
|
protected:
|
|
|
void parse(const std::string &payload);
|
|
void parse(const std::string &payload);
|
|
|
private:
|
|
private:
|
|
|
- std::string status_;
|
|
|
|
|
- std::string dbObject_;
|
|
|
|
|
- std::string createTime_;
|
|
|
|
|
std::string dtsJobName_;
|
|
std::string dtsJobName_;
|
|
|
std::string dynamicMessage_;
|
|
std::string dynamicMessage_;
|
|
|
- std::string payType_;
|
|
|
|
|
- std::string errMessage_;
|
|
|
|
|
- int code_;
|
|
|
|
|
std::string dtsInstanceID_;
|
|
std::string dtsInstanceID_;
|
|
|
MigrationMode migrationMode_;
|
|
MigrationMode migrationMode_;
|
|
|
bool success_;
|
|
bool success_;
|
|
|
int delay_;
|
|
int delay_;
|
|
|
- std::string errCode_;
|
|
|
|
|
std::string dtsJobClass_;
|
|
std::string dtsJobClass_;
|
|
|
- int checkpoint_;
|
|
|
|
|
std::string dtsJobId_;
|
|
std::string dtsJobId_;
|
|
|
- std::string dtsJobDirection_;
|
|
|
|
|
std::string finishTime_;
|
|
std::string finishTime_;
|
|
|
|
|
+ int httpStatusCode_;
|
|
|
|
|
+ std::string status_;
|
|
|
|
|
+ std::string dbObject_;
|
|
|
|
|
+ std::string createTime_;
|
|
|
|
|
+ std::string payType_;
|
|
|
|
|
+ std::string errMessage_;
|
|
|
|
|
+ int code_;
|
|
|
|
|
+ std::string errCode_;
|
|
|
|
|
+ int checkpoint_;
|
|
|
|
|
+ std::string dtsJobDirection_;
|
|
|
DestinationEndpoint destinationEndpoint_;
|
|
DestinationEndpoint destinationEndpoint_;
|
|
|
SourceEndpoint sourceEndpoint_;
|
|
SourceEndpoint sourceEndpoint_;
|
|
|
- int httpStatusCode_;
|
|
|
|
|
std::string expireTime_;
|
|
std::string expireTime_;
|
|
|
std::string errorMessage_;
|
|
std::string errorMessage_;
|
|
|
|
|
+ std::string synchronizationDirection_;
|
|
|
std::string reserved_;
|
|
std::string reserved_;
|
|
|
|
|
|
|
|
};
|
|
};
|