Generated 2020-05-18 for dataworks-public.
This commit is contained in:
@@ -40,6 +40,10 @@ public:
|
||||
void setTimeout(int timeout);
|
||||
long getFolderId() const;
|
||||
void setFolderId(long folderId);
|
||||
long getResourceGroupId() const;
|
||||
void setResourceGroupId(long resourceGroupId);
|
||||
long getSqlMode() const;
|
||||
void setSqlMode(long sqlMode);
|
||||
long getTenantId() const;
|
||||
void setTenantId(long tenantId);
|
||||
std::string getProtocols() const;
|
||||
@@ -69,6 +73,8 @@ private:
|
||||
std::string apiDescription_;
|
||||
int timeout_;
|
||||
long folderId_;
|
||||
long resourceGroupId_;
|
||||
long sqlMode_;
|
||||
long tenantId_;
|
||||
std::string protocols_;
|
||||
long projectId_;
|
||||
|
||||
@@ -34,43 +34,46 @@ public:
|
||||
void setScriptDetails(const std::string &scriptDetails);
|
||||
int getRequestMethod() const;
|
||||
void setRequestMethod(int requestMethod);
|
||||
std::string getApiPath() const;
|
||||
void setApiPath(const std::string &apiPath);
|
||||
std::string getWizardDetails() const;
|
||||
void setWizardDetails(const std::string &wizardDetails);
|
||||
int getVisibleRange() const;
|
||||
void setVisibleRange(int visibleRange);
|
||||
std::string getApiDescription() const;
|
||||
void setApiDescription(const std::string &apiDescription);
|
||||
int getTimeout() const;
|
||||
void setTimeout(int timeout);
|
||||
std::string getRegistrationDetails() const;
|
||||
void setRegistrationDetails(const std::string ®istrationDetails);
|
||||
long getResourceGroupId() const;
|
||||
void setResourceGroupId(long resourceGroupId);
|
||||
long getTenantId() const;
|
||||
void setTenantId(long tenantId);
|
||||
std::string getProtocols() const;
|
||||
void setProtocols(const std::string &protocols);
|
||||
long getProjectId() const;
|
||||
void setProjectId(long projectId);
|
||||
long getApiId() const;
|
||||
void setApiId(long apiId);
|
||||
int getResponseContentType() const;
|
||||
void setResponseContentType(int responseContentType);
|
||||
std::string getApiPath() const;
|
||||
void setApiPath(const std::string &apiPath);
|
||||
std::string getWizardDetails() const;
|
||||
void setWizardDetails(const std::string &wizardDetails);
|
||||
int getVisibleRange() const;
|
||||
void setVisibleRange(int visibleRange);
|
||||
std::string getRegistrationDetails() const;
|
||||
void setRegistrationDetails(const std::string ®istrationDetails);
|
||||
long getApiId() const;
|
||||
void setApiId(long apiId);
|
||||
|
||||
private:
|
||||
std::string scriptDetails_;
|
||||
int requestMethod_;
|
||||
std::string apiPath_;
|
||||
std::string wizardDetails_;
|
||||
int visibleRange_;
|
||||
std::string apiDescription_;
|
||||
int timeout_;
|
||||
std::string registrationDetails_;
|
||||
long resourceGroupId_;
|
||||
long tenantId_;
|
||||
std::string protocols_;
|
||||
long projectId_;
|
||||
long apiId_;
|
||||
int responseContentType_;
|
||||
std::string apiPath_;
|
||||
std::string wizardDetails_;
|
||||
int visibleRange_;
|
||||
std::string registrationDetails_;
|
||||
long apiId_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dataworks_public
|
||||
|
||||
Reference in New Issue
Block a user