Generated 2020-05-18 for dataworks-public.
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
2022-07-20 Version: 1.36.1188
|
||||||
|
- Generated 2020-05-18 for `dataworks-public`.
|
||||||
|
|
||||||
2022-07-19 Version: 1.36.1187
|
2022-07-19 Version: 1.36.1187
|
||||||
- Generated 2020-05-18 for `dataworks-public`.
|
- Generated 2020-05-18 for `dataworks-public`.
|
||||||
|
|
||||||
|
|||||||
@@ -30,6 +30,8 @@ class ALIBABACLOUD_DATAWORKS_PUBLIC_EXPORT SubmitFileRequest : public RpcService
|
|||||||
public:
|
public:
|
||||||
SubmitFileRequest();
|
SubmitFileRequest();
|
||||||
~SubmitFileRequest();
|
~SubmitFileRequest();
|
||||||
|
bool getSkipAllDeployFileExtensions() const;
|
||||||
|
void setSkipAllDeployFileExtensions(bool skipAllDeployFileExtensions);
|
||||||
std::string getComment() const;
|
std::string getComment() const;
|
||||||
void setComment(const std::string &comment);
|
void setComment(const std::string &comment);
|
||||||
long getProjectId() const;
|
long getProjectId() const;
|
||||||
@@ -40,6 +42,7 @@ public:
|
|||||||
void setFileId(long fileId);
|
void setFileId(long fileId);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
bool skipAllDeployFileExtensions_;
|
||||||
std::string comment_;
|
std::string comment_;
|
||||||
long projectId_;
|
long projectId_;
|
||||||
std::string projectIdentifier_;
|
std::string projectIdentifier_;
|
||||||
|
|||||||
@@ -25,6 +25,15 @@ SubmitFileRequest::SubmitFileRequest()
|
|||||||
|
|
||||||
SubmitFileRequest::~SubmitFileRequest() {}
|
SubmitFileRequest::~SubmitFileRequest() {}
|
||||||
|
|
||||||
|
bool SubmitFileRequest::getSkipAllDeployFileExtensions() const {
|
||||||
|
return skipAllDeployFileExtensions_;
|
||||||
|
}
|
||||||
|
|
||||||
|
void SubmitFileRequest::setSkipAllDeployFileExtensions(bool skipAllDeployFileExtensions) {
|
||||||
|
skipAllDeployFileExtensions_ = skipAllDeployFileExtensions;
|
||||||
|
setBodyParameter(std::string("SkipAllDeployFileExtensions"), skipAllDeployFileExtensions ? "true" : "false");
|
||||||
|
}
|
||||||
|
|
||||||
std::string SubmitFileRequest::getComment() const {
|
std::string SubmitFileRequest::getComment() const {
|
||||||
return comment_;
|
return comment_;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user