Generate SDK by new Generator

This commit is contained in:
wb-hx510875
2019-09-18 11:18:56 +08:00
parent be86048a76
commit f3eaf1d292
9054 changed files with 325898 additions and 381375 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -35,22 +35,22 @@ namespace AlibabaCloud
CreatCustomOcrTemplateRequest();
~CreatCustomOcrTemplateRequest();
std::string getRecognizeArea()const;
void setRecognizeArea(const std::string& recognizeArea);
std::string getImgUrl()const;
void setImgUrl(const std::string& imgUrl);
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
std::string getReferArea()const;
void setReferArea(const std::string& referArea);
std::string getRecognizeArea()const;
void setRecognizeArea(const std::string& recognizeArea);
std::string getName()const;
void setName(const std::string& name);
private:
std::string recognizeArea_;
std::string imgUrl_;
std::string sourceIp_;
std::string referArea_;
std::string recognizeArea_;
std::string name_;
};

View File

@@ -35,20 +35,20 @@ namespace AlibabaCloud
CreateBizTypeRequest();
~CreateBizTypeRequest();
std::string getBizTypeImport()const;
void setBizTypeImport(const std::string& bizTypeImport);
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
std::string getIndustryInfo()const;
void setIndustryInfo(const std::string& industryInfo);
std::string getBizTypeName()const;
void setBizTypeName(const std::string& bizTypeName);
std::string getBizTypeImport()const;
void setBizTypeImport(const std::string& bizTypeImport);
private:
std::string bizTypeImport_;
std::string sourceIp_;
std::string industryInfo_;
std::string bizTypeName_;
std::string bizTypeImport_;
};
}

View File

@@ -35,29 +35,29 @@ namespace AlibabaCloud
CreateImageLibRequest();
~CreateImageLibRequest();
std::string getServiceModule()const;
void setServiceModule(const std::string& serviceModule);
std::string getScene()const;
void setScene(const std::string& scene);
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
bool getEnable()const;
void setEnable(bool enable);
std::string getName()const;
void setName(const std::string& name);
std::string getBizTypes()const;
void setBizTypes(const std::string& bizTypes);
std::string getServiceModule()const;
void setServiceModule(const std::string& serviceModule);
std::string getName()const;
void setName(const std::string& name);
std::string getCategory()const;
void setCategory(const std::string& category);
std::string getScene()const;
void setScene(const std::string& scene);
private:
std::string serviceModule_;
std::string scene_;
std::string sourceIp_;
bool enable_;
std::string name_;
std::string bizTypes_;
std::string serviceModule_;
std::string name_;
std::string category_;
std::string scene_;
};
}

View File

@@ -35,41 +35,41 @@ namespace AlibabaCloud
CreateKeywordLibRequest();
~CreateKeywordLibRequest();
std::string getLanguage()const;
void setLanguage(const std::string& language);
std::string getServiceModule()const;
void setServiceModule(const std::string& serviceModule);
std::string getMatchMode()const;
void setMatchMode(const std::string& matchMode);
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
std::string getLibType()const;
void setLibType(const std::string& libType);
bool getEnable()const;
void setEnable(bool enable);
std::string getName()const;
void setName(const std::string& name);
std::string getBizTypes()const;
void setBizTypes(const std::string& bizTypes);
std::string getLanguage()const;
void setLanguage(const std::string& language);
std::string getServiceModule()const;
void setServiceModule(const std::string& serviceModule);
std::string getLang()const;
void setLang(const std::string& lang);
std::string getCategory()const;
void setCategory(const std::string& category);
std::string getMatchMode()const;
void setMatchMode(const std::string& matchMode);
std::string getBizTypes()const;
void setBizTypes(const std::string& bizTypes);
std::string getResourceType()const;
void setResourceType(const std::string& resourceType);
std::string getName()const;
void setName(const std::string& name);
std::string getCategory()const;
void setCategory(const std::string& category);
private:
std::string language_;
std::string serviceModule_;
std::string matchMode_;
std::string sourceIp_;
std::string libType_;
bool enable_;
std::string name_;
std::string bizTypes_;
std::string language_;
std::string serviceModule_;
std::string lang_;
std::string category_;
std::string matchMode_;
std::string bizTypes_;
std::string resourceType_;
std::string name_;
std::string category_;
};
}

View File

@@ -35,19 +35,19 @@ namespace AlibabaCloud
CreateKeywordRequest();
~CreateKeywordRequest();
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
std::string getKeywords()const;
void setKeywords(const std::string& keywords);
int getKeywordLibId()const;
void setKeywordLibId(int keywordLibId);
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
std::string getLang()const;
void setLang(const std::string& lang);
private:
std::string sourceIp_;
std::string keywords_;
int keywordLibId_;
std::string sourceIp_;
std::string lang_;
};

View File

@@ -0,0 +1,51 @@
/*
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#ifndef ALIBABACLOUD_GREEN_MODEL_DELETEBIZTYPEREQUEST_H_
#define ALIBABACLOUD_GREEN_MODEL_DELETEBIZTYPEREQUEST_H_
#include <string>
#include <vector>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/green/GreenExport.h>
namespace AlibabaCloud
{
namespace Green
{
namespace Model
{
class ALIBABACLOUD_GREEN_EXPORT DeleteBizTypeRequest : public RpcServiceRequest
{
public:
DeleteBizTypeRequest();
~DeleteBizTypeRequest();
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
std::string getBizTypeName()const;
void setBizTypeName(const std::string& bizTypeName);
private:
std::string sourceIp_;
std::string bizTypeName_;
};
}
}
}
#endif // !ALIBABACLOUD_GREEN_MODEL_DELETEBIZTYPEREQUEST_H_

View File

@@ -0,0 +1,49 @@
/*
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#ifndef ALIBABACLOUD_GREEN_MODEL_DELETEBIZTYPERESULT_H_
#define ALIBABACLOUD_GREEN_MODEL_DELETEBIZTYPERESULT_H_
#include <string>
#include <vector>
#include <utility>
#include <alibabacloud/core/ServiceResult.h>
#include <alibabacloud/green/GreenExport.h>
namespace AlibabaCloud
{
namespace Green
{
namespace Model
{
class ALIBABACLOUD_GREEN_EXPORT DeleteBizTypeResult : public ServiceResult
{
public:
DeleteBizTypeResult();
explicit DeleteBizTypeResult(const std::string &payload);
~DeleteBizTypeResult();
protected:
void parse(const std::string &payload);
private:
};
}
}
}
#endif // !ALIBABACLOUD_GREEN_MODEL_DELETEBIZTYPERESULT_H_

View File

@@ -35,21 +35,21 @@ namespace AlibabaCloud
DeleteKeywordRequest();
~DeleteKeywordRequest();
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
std::string getKeywords()const;
void setKeywords(const std::string& keywords);
std::string getKeywordLibId()const;
void setKeywordLibId(const std::string& keywordLibId);
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
std::string getIds()const;
void setIds(const std::string& ids);
std::string getLang()const;
void setLang(const std::string& lang);
private:
std::string sourceIp_;
std::string keywords_;
std::string keywordLibId_;
std::string sourceIp_;
std::string ids_;
std::string lang_;

View File

@@ -35,17 +35,17 @@ namespace AlibabaCloud
DeleteNotificationContactsRequest();
~DeleteNotificationContactsRequest();
std::string getContactTypes()const;
void setContactTypes(const std::string& contactTypes);
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
std::string getLang()const;
void setLang(const std::string& lang);
std::string getContactTypes()const;
void setContactTypes(const std::string& contactTypes);
private:
std::string contactTypes_;
std::string sourceIp_;
std::string lang_;
std::string contactTypes_;
};
}

View File

@@ -37,24 +37,24 @@ namespace AlibabaCloud
int getTotalCount()const;
void setTotalCount(int totalCount);
int getCurrentPage()const;
void setCurrentPage(int currentPage);
std::string getPlatform()const;
void setPlatform(const std::string& platform);
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
int getPageSize()const;
void setPageSize(int pageSize);
int getCurrentPage()const;
void setCurrentPage(int currentPage);
std::string getLang()const;
void setLang(const std::string& lang);
std::string getPlatform()const;
void setPlatform(const std::string& platform);
private:
int totalCount_;
int currentPage_;
std::string platform_;
std::string sourceIp_;
int pageSize_;
int currentPage_;
std::string lang_;
std::string platform_;
};
}

View File

@@ -0,0 +1,48 @@
/*
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#ifndef ALIBABACLOUD_GREEN_MODEL_DESCRIBEAUDITCALLBACKREQUEST_H_
#define ALIBABACLOUD_GREEN_MODEL_DESCRIBEAUDITCALLBACKREQUEST_H_
#include <string>
#include <vector>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/green/GreenExport.h>
namespace AlibabaCloud
{
namespace Green
{
namespace Model
{
class ALIBABACLOUD_GREEN_EXPORT DescribeAuditCallbackRequest : public RpcServiceRequest
{
public:
DescribeAuditCallbackRequest();
~DescribeAuditCallbackRequest();
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
private:
std::string sourceIp_;
};
}
}
}
#endif // !ALIBABACLOUD_GREEN_MODEL_DESCRIBEAUDITCALLBACKREQUEST_H_

View File

@@ -0,0 +1,53 @@
/*
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#ifndef ALIBABACLOUD_GREEN_MODEL_DESCRIBEAUDITCALLBACKRESULT_H_
#define ALIBABACLOUD_GREEN_MODEL_DESCRIBEAUDITCALLBACKRESULT_H_
#include <string>
#include <vector>
#include <utility>
#include <alibabacloud/core/ServiceResult.h>
#include <alibabacloud/green/GreenExport.h>
namespace AlibabaCloud
{
namespace Green
{
namespace Model
{
class ALIBABACLOUD_GREEN_EXPORT DescribeAuditCallbackResult : public ServiceResult
{
public:
DescribeAuditCallbackResult();
explicit DescribeAuditCallbackResult(const std::string &payload);
~DescribeAuditCallbackResult();
std::string getCallback()const;
std::string getSeed()const;
protected:
void parse(const std::string &payload);
private:
std::string callback_;
std::string seed_;
};
}
}
}
#endif // !ALIBABACLOUD_GREEN_MODEL_DESCRIBEAUDITCALLBACKRESULT_H_

View File

@@ -35,29 +35,29 @@ namespace AlibabaCloud
DescribeAuditContentItemRequest();
~DescribeAuditContentItemRequest();
int getTotalCount()const;
void setTotalCount(int totalCount);
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
int getPageSize()const;
void setPageSize(int pageSize);
int getCurrentPage()const;
void setCurrentPage(int currentPage);
std::string getLang()const;
void setLang(const std::string& lang);
std::string getResourceType()const;
void setResourceType(const std::string& resourceType);
std::string getTaskId()const;
void setTaskId(const std::string& taskId);
int getTotalCount()const;
void setTotalCount(int totalCount);
int getCurrentPage()const;
void setCurrentPage(int currentPage);
std::string getResourceType()const;
void setResourceType(const std::string& resourceType);
private:
int totalCount_;
std::string sourceIp_;
int pageSize_;
int currentPage_;
std::string lang_;
std::string resourceType_;
std::string taskId_;
int totalCount_;
int currentPage_;
std::string resourceType_;
};
}

View File

@@ -35,32 +35,14 @@ namespace AlibabaCloud
DescribeAuditContentRequest();
~DescribeAuditContentRequest();
int getTotalCount()const;
void setTotalCount(int totalCount);
std::string getKeywordId()const;
void setKeywordId(const std::string& keywordId);
std::string getImageId()const;
void setImageId(const std::string& imageId);
std::string getSuggestion()const;
void setSuggestion(const std::string& suggestion);
int getCurrentPage()const;
void setCurrentPage(int currentPage);
std::string getLabel()const;
void setLabel(const std::string& label);
std::string getStartDate()const;
void setStartDate(const std::string& startDate);
std::string getResourceType()const;
void setResourceType(const std::string& resourceType);
std::string getScene()const;
void setScene(const std::string& scene);
std::string getBizType()const;
void setBizType(const std::string& bizType);
std::string getEndDate()const;
void setEndDate(const std::string& endDate);
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
std::string getDataId()const;
void setDataId(const std::string& dataId);
std::string getLibType()const;
void setLibType(const std::string& libType);
std::string getAuditResult()const;
@@ -71,26 +53,44 @@ namespace AlibabaCloud
void setLang(const std::string& lang);
std::string getTaskId()const;
void setTaskId(const std::string& taskId);
int getTotalCount()const;
void setTotalCount(int totalCount);
std::string getKeywordId()const;
void setKeywordId(const std::string& keywordId);
std::string getSuggestion()const;
void setSuggestion(const std::string& suggestion);
int getCurrentPage()const;
void setCurrentPage(int currentPage);
std::string getLabel()const;
void setLabel(const std::string& label);
std::string getResourceType()const;
void setResourceType(const std::string& resourceType);
std::string getBizType()const;
void setBizType(const std::string& bizType);
std::string getEndDate()const;
void setEndDate(const std::string& endDate);
std::string getDataId()const;
void setDataId(const std::string& dataId);
private:
int totalCount_;
std::string keywordId_;
std::string imageId_;
std::string suggestion_;
int currentPage_;
std::string label_;
std::string startDate_;
std::string resourceType_;
std::string scene_;
std::string bizType_;
std::string endDate_;
std::string sourceIp_;
std::string dataId_;
std::string libType_;
std::string auditResult_;
int pageSize_;
std::string lang_;
std::string taskId_;
int totalCount_;
std::string keywordId_;
std::string suggestion_;
int currentPage_;
std::string label_;
std::string resourceType_;
std::string bizType_;
std::string endDate_;
std::string dataId_;
};
}

View File

@@ -0,0 +1,48 @@
/*
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#ifndef ALIBABACLOUD_GREEN_MODEL_DESCRIBEAUDITRANGEREQUEST_H_
#define ALIBABACLOUD_GREEN_MODEL_DESCRIBEAUDITRANGEREQUEST_H_
#include <string>
#include <vector>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/green/GreenExport.h>
namespace AlibabaCloud
{
namespace Green
{
namespace Model
{
class ALIBABACLOUD_GREEN_EXPORT DescribeAuditRangeRequest : public RpcServiceRequest
{
public:
DescribeAuditRangeRequest();
~DescribeAuditRangeRequest();
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
private:
std::string sourceIp_;
};
}
}
}
#endif // !ALIBABACLOUD_GREEN_MODEL_DESCRIBEAUDITRANGEREQUEST_H_

View File

@@ -0,0 +1,57 @@
/*
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#ifndef ALIBABACLOUD_GREEN_MODEL_DESCRIBEAUDITRANGERESULT_H_
#define ALIBABACLOUD_GREEN_MODEL_DESCRIBEAUDITRANGERESULT_H_
#include <string>
#include <vector>
#include <utility>
#include <alibabacloud/core/ServiceResult.h>
#include <alibabacloud/green/GreenExport.h>
namespace AlibabaCloud
{
namespace Green
{
namespace Model
{
class ALIBABACLOUD_GREEN_EXPORT DescribeAuditRangeResult : public ServiceResult
{
public:
struct AuditRange
{
bool pass;
bool block;
bool review;
};
DescribeAuditRangeResult();
explicit DescribeAuditRangeResult(const std::string &payload);
~DescribeAuditRangeResult();
AuditRange getAuditRange()const;
protected:
void parse(const std::string &payload);
private:
AuditRange auditRange_;
};
}
}
}
#endif // !ALIBABACLOUD_GREEN_MODEL_DESCRIBEAUDITRANGERESULT_H_

View File

@@ -35,17 +35,17 @@ namespace AlibabaCloud
DescribeBizTypeSettingRequest();
~DescribeBizTypeSettingRequest();
std::string getResourceType()const;
void setResourceType(const std::string& resourceType);
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
std::string getBizTypeName()const;
void setBizTypeName(const std::string& bizTypeName);
std::string getResourceType()const;
void setResourceType(const std::string& resourceType);
private:
std::string resourceType_;
std::string sourceIp_;
std::string bizTypeName_;
std::string resourceType_;
};
}

View File

@@ -35,14 +35,14 @@ namespace AlibabaCloud
DescribeBizTypesRequest();
~DescribeBizTypesRequest();
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
bool getImportFlag()const;
void setImportFlag(bool importFlag);
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
private:
std::string sourceIp_;
bool importFlag_;
std::string sourceIp_;
};
}

View File

@@ -35,32 +35,32 @@ namespace AlibabaCloud
DescribeImageFromLibRequest();
~DescribeImageFromLibRequest();
int getTotalCount()const;
void setTotalCount(int totalCount);
std::string getEndDate()const;
void setEndDate(const std::string& endDate);
std::string getStartDate()const;
void setStartDate(const std::string& startDate);
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
int getImageLibId()const;
void setImageLibId(int imageLibId);
int getPageSize()const;
void setPageSize(int pageSize);
int getCurrentPage()const;
void setCurrentPage(int currentPage);
long getId()const;
void setId(long id);
std::string getStartDate()const;
void setStartDate(const std::string& startDate);
int getTotalCount()const;
void setTotalCount(int totalCount);
int getCurrentPage()const;
void setCurrentPage(int currentPage);
std::string getEndDate()const;
void setEndDate(const std::string& endDate);
private:
int totalCount_;
std::string endDate_;
std::string startDate_;
std::string sourceIp_;
int imageLibId_;
int pageSize_;
int currentPage_;
long id_;
std::string startDate_;
int totalCount_;
int currentPage_;
std::string endDate_;
};
}

View File

@@ -35,14 +35,14 @@ namespace AlibabaCloud
DescribeImageLibRequest();
~DescribeImageLibRequest();
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
std::string getServiceModule()const;
void setServiceModule(const std::string& serviceModule);
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
private:
std::string sourceIp_;
std::string serviceModule_;
std::string sourceIp_;
};
}

View File

@@ -35,16 +35,16 @@ namespace AlibabaCloud
DescribeKeywordLibRequest();
~DescribeKeywordLibRequest();
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
std::string getServiceModule()const;
void setServiceModule(const std::string& serviceModule);
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
std::string getLang()const;
void setLang(const std::string& lang);
private:
std::string sourceIp_;
std::string serviceModule_;
std::string sourceIp_;
std::string lang_;
};

View File

@@ -35,29 +35,29 @@ namespace AlibabaCloud
DescribeKeywordRequest();
~DescribeKeywordRequest();
int getTotalCount()const;
void setTotalCount(int totalCount);
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
int getKeywordLibId()const;
void setKeywordLibId(int keywordLibId);
int getPageSize()const;
void setPageSize(int pageSize);
int getCurrentPage()const;
void setCurrentPage(int currentPage);
std::string getLang()const;
void setLang(const std::string& lang);
std::string getKeyword()const;
void setKeyword(const std::string& keyword);
int getTotalCount()const;
void setTotalCount(int totalCount);
int getKeywordLibId()const;
void setKeywordLibId(int keywordLibId);
int getCurrentPage()const;
void setCurrentPage(int currentPage);
private:
int totalCount_;
std::string sourceIp_;
int keywordLibId_;
int pageSize_;
int currentPage_;
std::string lang_;
std::string keyword_;
int totalCount_;
int keywordLibId_;
int currentPage_;
};
}

View File

@@ -35,20 +35,20 @@ namespace AlibabaCloud
DescribeOpenApiUsageRequest();
~DescribeOpenApiUsageRequest();
std::string getEndDate()const;
void setEndDate(const std::string& endDate);
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
std::string getStartDate()const;
void setStartDate(const std::string& startDate);
std::string getResourceType()const;
void setResourceType(const std::string& resourceType);
std::string getEndDate()const;
void setEndDate(const std::string& endDate);
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
private:
std::string endDate_;
std::string sourceIp_;
std::string startDate_;
std::string resourceType_;
std::string endDate_;
std::string sourceIp_;
};
}

View File

@@ -35,26 +35,26 @@ namespace AlibabaCloud
DescribeOssIncrementStatsRequest();
~DescribeOssIncrementStatsRequest();
std::string getEndDate()const;
void setEndDate(const std::string& endDate);
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
std::string getLang()const;
void setLang(const std::string& lang);
std::string getStartDate()const;
void setStartDate(const std::string& startDate);
std::string getResourceType()const;
void setResourceType(const std::string& resourceType);
std::string getScene()const;
void setScene(const std::string& scene);
std::string getEndDate()const;
void setEndDate(const std::string& endDate);
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
std::string getLang()const;
void setLang(const std::string& lang);
private:
std::string endDate_;
std::string sourceIp_;
std::string lang_;
std::string startDate_;
std::string resourceType_;
std::string scene_;
std::string endDate_;
std::string sourceIp_;
std::string lang_;
};
}

View File

@@ -35,28 +35,14 @@ namespace AlibabaCloud
DescribeOssResultItemsRequest();
~DescribeOssResultItemsRequest();
int getTotalCount()const;
void setTotalCount(int totalCount);
float getMinScore()const;
void setMinScore(float minScore);
std::string getSuggestion()const;
void setSuggestion(const std::string& suggestion);
int getCurrentPage()const;
void setCurrentPage(int currentPage);
float getMaxScore()const;
void setMaxScore(float maxScore);
std::string getStartDate()const;
void setStartDate(const std::string& startDate);
std::string getResourceType()const;
void setResourceType(const std::string& resourceType);
std::string getScene()const;
void setScene(const std::string& scene);
std::string getQueryId()const;
void setQueryId(const std::string& queryId);
std::string getBucket()const;
void setBucket(const std::string& bucket);
std::string getEndDate()const;
void setEndDate(const std::string& endDate);
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
int getPageSize()const;
@@ -65,25 +51,39 @@ namespace AlibabaCloud
void setLang(const std::string& lang);
bool getStock()const;
void setStock(bool stock);
int getTotalCount()const;
void setTotalCount(int totalCount);
std::string getSuggestion()const;
void setSuggestion(const std::string& suggestion);
int getCurrentPage()const;
void setCurrentPage(int currentPage);
std::string getResourceType()const;
void setResourceType(const std::string& resourceType);
std::string getQueryId()const;
void setQueryId(const std::string& queryId);
std::string getBucket()const;
void setBucket(const std::string& bucket);
std::string getEndDate()const;
void setEndDate(const std::string& endDate);
std::string getObject()const;
void setObject(const std::string& object);
private:
int totalCount_;
float minScore_;
std::string suggestion_;
int currentPage_;
float maxScore_;
std::string startDate_;
std::string resourceType_;
std::string scene_;
std::string queryId_;
std::string bucket_;
std::string endDate_;
std::string sourceIp_;
int pageSize_;
std::string lang_;
bool stock_;
int totalCount_;
std::string suggestion_;
int currentPage_;
std::string resourceType_;
std::string queryId_;
std::string bucket_;
std::string endDate_;
std::string object_;
};

View File

@@ -38,6 +38,7 @@ namespace AlibabaCloud
explicit DescribeUserStatusResult(const std::string &payload);
~DescribeUserStatusResult();
std::string getOpenApiBeginTime()const;
std::string getUid()const;
bool getOpenApiUsed()const;
std::string getOssCheckStatus()const;
int getOssVideoSizeLimit()const;
@@ -48,6 +49,7 @@ namespace AlibabaCloud
void parse(const std::string &payload);
private:
std::string openApiBeginTime_;
std::string uid_;
bool openApiUsed_;
std::string ossCheckStatus_;
int ossVideoSizeLimit_;

View File

@@ -35,32 +35,14 @@ namespace AlibabaCloud
DescribeViewContentRequest();
~DescribeViewContentRequest();
int getTotalCount()const;
void setTotalCount(int totalCount);
std::string getKeywordId()const;
void setKeywordId(const std::string& keywordId);
std::string getImageId()const;
void setImageId(const std::string& imageId);
std::string getSuggestion()const;
void setSuggestion(const std::string& suggestion);
int getCurrentPage()const;
void setCurrentPage(int currentPage);
std::string getLabel()const;
void setLabel(const std::string& label);
std::string getStartDate()const;
void setStartDate(const std::string& startDate);
std::string getResourceType()const;
void setResourceType(const std::string& resourceType);
std::string getScene()const;
void setScene(const std::string& scene);
std::string getBizType()const;
void setBizType(const std::string& bizType);
std::string getEndDate()const;
void setEndDate(const std::string& endDate);
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
std::string getDataId()const;
void setDataId(const std::string& dataId);
std::string getLibType()const;
void setLibType(const std::string& libType);
std::string getAuditResult()const;
@@ -69,25 +51,43 @@ namespace AlibabaCloud
void setPageSize(int pageSize);
std::string getTaskId()const;
void setTaskId(const std::string& taskId);
int getTotalCount()const;
void setTotalCount(int totalCount);
std::string getKeywordId()const;
void setKeywordId(const std::string& keywordId);
std::string getSuggestion()const;
void setSuggestion(const std::string& suggestion);
int getCurrentPage()const;
void setCurrentPage(int currentPage);
std::string getLabel()const;
void setLabel(const std::string& label);
std::string getResourceType()const;
void setResourceType(const std::string& resourceType);
std::string getBizType()const;
void setBizType(const std::string& bizType);
std::string getEndDate()const;
void setEndDate(const std::string& endDate);
std::string getDataId()const;
void setDataId(const std::string& dataId);
private:
int totalCount_;
std::string keywordId_;
std::string imageId_;
std::string suggestion_;
int currentPage_;
std::string label_;
std::string startDate_;
std::string resourceType_;
std::string scene_;
std::string bizType_;
std::string endDate_;
std::string sourceIp_;
std::string dataId_;
std::string libType_;
std::string auditResult_;
int pageSize_;
std::string taskId_;
int totalCount_;
std::string keywordId_;
std::string suggestion_;
int currentPage_;
std::string label_;
std::string resourceType_;
std::string bizType_;
std::string endDate_;
std::string dataId_;
};
}

View File

@@ -37,23 +37,23 @@ namespace AlibabaCloud
int getTotalCount()const;
void setTotalCount(int totalCount);
int getCurrentPage()const;
void setCurrentPage(int currentPage);
std::string getInstanceId()const;
void setInstanceId(const std::string& instanceId);
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
int getPageSize()const;
void setPageSize(int pageSize);
int getCurrentPage()const;
void setCurrentPage(int currentPage);
std::string getLang()const;
void setLang(const std::string& lang);
private:
int totalCount_;
int currentPage_;
std::string instanceId_;
std::string sourceIp_;
int pageSize_;
int currentPage_;
std::string lang_;
};

View File

@@ -35,20 +35,20 @@ namespace AlibabaCloud
DescribeWebsiteScanResultDetailRequest();
~DescribeWebsiteScanResultDetailRequest();
std::string getResourceType()const;
void setResourceType(const std::string& resourceType);
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
int getId()const;
void setId(int id);
std::string getLang()const;
void setLang(const std::string& lang);
std::string getResourceType()const;
void setResourceType(const std::string& resourceType);
private:
std::string resourceType_;
std::string sourceIp_;
int id_;
std::string lang_;
std::string resourceType_;
};
}

View File

@@ -35,38 +35,38 @@ namespace AlibabaCloud
DescribeWebsiteScanResultRequest();
~DescribeWebsiteScanResultRequest();
int getTotalCount()const;
void setTotalCount(int totalCount);
std::string getSubServiceModule()const;
void setSubServiceModule(const std::string& subServiceModule);
std::string getSiteUrl()const;
void setSiteUrl(const std::string& siteUrl);
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
std::string getHandleStatus()const;
void setHandleStatus(const std::string& handleStatus);
std::string getDomain()const;
void setDomain(const std::string& domain);
int getPageSize()const;
void setPageSize(int pageSize);
std::string getLang()const;
void setLang(const std::string& lang);
int getTotalCount()const;
void setTotalCount(int totalCount);
std::string getSiteUrl()const;
void setSiteUrl(const std::string& siteUrl);
std::string getHandleStatus()const;
void setHandleStatus(const std::string& handleStatus);
int getCurrentPage()const;
void setCurrentPage(int currentPage);
std::string getLabel()const;
void setLabel(const std::string& label);
std::string getLang()const;
void setLang(const std::string& lang);
std::string getDomain()const;
void setDomain(const std::string& domain);
private:
int totalCount_;
std::string subServiceModule_;
std::string siteUrl_;
std::string sourceIp_;
std::string handleStatus_;
std::string domain_;
int pageSize_;
std::string lang_;
int totalCount_;
std::string siteUrl_;
std::string handleStatus_;
int currentPage_;
std::string label_;
std::string lang_;
std::string domain_;
};
}

View File

@@ -35,14 +35,14 @@ namespace AlibabaCloud
ExportKeywordsRequest();
~ExportKeywordsRequest();
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
long getKeywordLibId()const;
void setKeywordLibId(long keywordLibId);
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
private:
std::string sourceIp_;
long keywordLibId_;
std::string sourceIp_;
};
}

View File

@@ -35,26 +35,14 @@ namespace AlibabaCloud
ExportOssResultRequest();
~ExportOssResultRequest();
int getTotalCount()const;
void setTotalCount(int totalCount);
float getMinScore()const;
void setMinScore(float minScore);
std::string getSuggestion()const;
void setSuggestion(const std::string& suggestion);
int getCurrentPage()const;
void setCurrentPage(int currentPage);
float getMaxScore()const;
void setMaxScore(float maxScore);
std::string getStartDate()const;
void setStartDate(const std::string& startDate);
std::string getResourceType()const;
void setResourceType(const std::string& resourceType);
std::string getScene()const;
void setScene(const std::string& scene);
std::string getBucket()const;
void setBucket(const std::string& bucket);
std::string getEndDate()const;
void setEndDate(const std::string& endDate);
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
int getPageSize()const;
@@ -63,22 +51,34 @@ namespace AlibabaCloud
void setLang(const std::string& lang);
bool getStock()const;
void setStock(bool stock);
int getTotalCount()const;
void setTotalCount(int totalCount);
std::string getSuggestion()const;
void setSuggestion(const std::string& suggestion);
int getCurrentPage()const;
void setCurrentPage(int currentPage);
std::string getResourceType()const;
void setResourceType(const std::string& resourceType);
std::string getBucket()const;
void setBucket(const std::string& bucket);
std::string getEndDate()const;
void setEndDate(const std::string& endDate);
private:
int totalCount_;
float minScore_;
std::string suggestion_;
int currentPage_;
float maxScore_;
std::string startDate_;
std::string resourceType_;
std::string scene_;
std::string bucket_;
std::string endDate_;
std::string sourceIp_;
int pageSize_;
std::string lang_;
bool stock_;
int totalCount_;
std::string suggestion_;
int currentPage_;
std::string resourceType_;
std::string bucket_;
std::string endDate_;
};
}

View File

@@ -35,16 +35,16 @@ namespace AlibabaCloud
ImportKeywordsRequest();
~ImportKeywordsRequest();
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
int getKeywordLibId()const;
void setKeywordLibId(int keywordLibId);
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
std::string getKeywordsObject()const;
void setKeywordsObject(const std::string& keywordsObject);
private:
std::string sourceIp_;
int keywordLibId_;
std::string sourceIp_;
std::string keywordsObject_;
};

View File

@@ -35,29 +35,29 @@ namespace AlibabaCloud
MarkOssResultRequest();
~MarkOssResultRequest();
std::string getScene()const;
void setScene(const std::string& scene);
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
std::string getIds()const;
void setIds(const std::string& ids);
std::string getLang()const;
void setLang(const std::string& lang);
bool getStock()const;
void setStock(bool stock);
std::string getOperation()const;
void setOperation(const std::string& operation);
std::string getResourceType()const;
void setResourceType(const std::string& resourceType);
std::string getScene()const;
void setScene(const std::string& scene);
std::string getIds()const;
void setIds(const std::string& ids);
std::string getOperation()const;
void setOperation(const std::string& operation);
private:
std::string scene_;
std::string sourceIp_;
std::string ids_;
std::string lang_;
bool stock_;
std::string operation_;
std::string resourceType_;
std::string scene_;
std::string ids_;
std::string operation_;
};
}

View File

@@ -35,10 +35,6 @@ namespace AlibabaCloud
RenewWebSiteInstanceRequest();
~RenewWebSiteInstanceRequest();
int getDuration()const;
void setDuration(int duration);
std::string getInstanceId()const;
void setInstanceId(const std::string& instanceId);
std::string getClientToken()const;
void setClientToken(const std::string& clientToken);
int getOrderNum()const;
@@ -47,18 +43,22 @@ namespace AlibabaCloud
void setCommodityCode(const std::string& commodityCode);
long getOwnerId()const;
void setOwnerId(long ownerId);
int getDuration()const;
void setDuration(int duration);
std::string getInstanceId()const;
void setInstanceId(const std::string& instanceId);
std::string getPricingCycle()const;
void setPricingCycle(const std::string& pricingCycle);
std::string getOrderType()const;
void setOrderType(const std::string& orderType);
private:
int duration_;
std::string instanceId_;
std::string clientToken_;
int orderNum_;
std::string commodityCode_;
long ownerId_;
int duration_;
std::string instanceId_;
std::string pricingCycle_;
std::string orderType_;

View File

@@ -37,6 +37,8 @@ namespace AlibabaCloud
bool getDebug()const;
void setDebug(bool debug);
std::string getPlatform()const;
void setPlatform(const std::string& platform);
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
std::string getPackageUrl()const;
@@ -45,16 +47,14 @@ namespace AlibabaCloud
void setId(long id);
std::string getLang()const;
void setLang(const std::string& lang);
std::string getPlatform()const;
void setPlatform(const std::string& platform);
private:
bool debug_;
std::string platform_;
std::string sourceIp_;
std::string packageUrl_;
long id_;
std::string lang_;
std::string platform_;
};
}

View File

@@ -0,0 +1,54 @@
/*
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#ifndef ALIBABACLOUD_GREEN_MODEL_UPDATEAUDITCALLBACKREQUEST_H_
#define ALIBABACLOUD_GREEN_MODEL_UPDATEAUDITCALLBACKREQUEST_H_
#include <string>
#include <vector>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/green/GreenExport.h>
namespace AlibabaCloud
{
namespace Green
{
namespace Model
{
class ALIBABACLOUD_GREEN_EXPORT UpdateAuditCallbackRequest : public RpcServiceRequest
{
public:
UpdateAuditCallbackRequest();
~UpdateAuditCallbackRequest();
std::string getSeed()const;
void setSeed(const std::string& seed);
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
std::string getCallback()const;
void setCallback(const std::string& callback);
private:
std::string seed_;
std::string sourceIp_;
std::string callback_;
};
}
}
}
#endif // !ALIBABACLOUD_GREEN_MODEL_UPDATEAUDITCALLBACKREQUEST_H_

View File

@@ -0,0 +1,49 @@
/*
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#ifndef ALIBABACLOUD_GREEN_MODEL_UPDATEAUDITCALLBACKRESULT_H_
#define ALIBABACLOUD_GREEN_MODEL_UPDATEAUDITCALLBACKRESULT_H_
#include <string>
#include <vector>
#include <utility>
#include <alibabacloud/core/ServiceResult.h>
#include <alibabacloud/green/GreenExport.h>
namespace AlibabaCloud
{
namespace Green
{
namespace Model
{
class ALIBABACLOUD_GREEN_EXPORT UpdateAuditCallbackResult : public ServiceResult
{
public:
UpdateAuditCallbackResult();
explicit UpdateAuditCallbackResult(const std::string &payload);
~UpdateAuditCallbackResult();
protected:
void parse(const std::string &payload);
private:
};
}
}
}
#endif // !ALIBABACLOUD_GREEN_MODEL_UPDATEAUDITCALLBACKRESULT_H_

View File

@@ -0,0 +1,51 @@
/*
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#ifndef ALIBABACLOUD_GREEN_MODEL_UPDATEAUDITRANGEREQUEST_H_
#define ALIBABACLOUD_GREEN_MODEL_UPDATEAUDITRANGEREQUEST_H_
#include <string>
#include <vector>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/green/GreenExport.h>
namespace AlibabaCloud
{
namespace Green
{
namespace Model
{
class ALIBABACLOUD_GREEN_EXPORT UpdateAuditRangeRequest : public RpcServiceRequest
{
public:
UpdateAuditRangeRequest();
~UpdateAuditRangeRequest();
std::string getAuditRange()const;
void setAuditRange(const std::string& auditRange);
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
private:
std::string auditRange_;
std::string sourceIp_;
};
}
}
}
#endif // !ALIBABACLOUD_GREEN_MODEL_UPDATEAUDITRANGEREQUEST_H_

View File

@@ -0,0 +1,49 @@
/*
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#ifndef ALIBABACLOUD_GREEN_MODEL_UPDATEAUDITRANGERESULT_H_
#define ALIBABACLOUD_GREEN_MODEL_UPDATEAUDITRANGERESULT_H_
#include <string>
#include <vector>
#include <utility>
#include <alibabacloud/core/ServiceResult.h>
#include <alibabacloud/green/GreenExport.h>
namespace AlibabaCloud
{
namespace Green
{
namespace Model
{
class ALIBABACLOUD_GREEN_EXPORT UpdateAuditRangeResult : public ServiceResult
{
public:
UpdateAuditRangeResult();
explicit UpdateAuditRangeResult(const std::string &payload);
~UpdateAuditRangeResult();
protected:
void parse(const std::string &payload);
private:
};
}
}
}
#endif // !ALIBABACLOUD_GREEN_MODEL_UPDATEAUDITRANGERESULT_H_

View File

@@ -35,19 +35,19 @@ namespace AlibabaCloud
UpdateAuditSettingRequest();
~UpdateAuditSettingRequest();
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
std::string getSeed()const;
void setSeed(const std::string& seed);
std::string getAuditRange()const;
void setAuditRange(const std::string& auditRange);
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
std::string getCallback()const;
void setCallback(const std::string& callback);
private:
std::string sourceIp_;
std::string seed_;
std::string auditRange_;
std::string sourceIp_;
std::string callback_;
};

View File

@@ -35,23 +35,23 @@ namespace AlibabaCloud
UpdateBizTypeSettingRequest();
~UpdateBizTypeSettingRequest();
std::string getResourceType()const;
void setResourceType(const std::string& resourceType);
std::string getPorn()const;
void setPorn(const std::string& porn);
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
std::string getTerrorism()const;
void setTerrorism(const std::string& terrorism);
std::string getBizTypeName()const;
void setBizTypeName(const std::string& bizTypeName);
std::string getResourceType()const;
void setResourceType(const std::string& resourceType);
std::string getPorn()const;
void setPorn(const std::string& porn);
private:
std::string resourceType_;
std::string porn_;
std::string sourceIp_;
std::string terrorism_;
std::string bizTypeName_;
std::string resourceType_;
std::string porn_;
};
}

View File

@@ -35,21 +35,21 @@ namespace AlibabaCloud
UpdateCustomOcrTemplateRequest();
~UpdateCustomOcrTemplateRequest();
std::string getRecognizeArea()const;
void setRecognizeArea(const std::string& recognizeArea);
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
std::string getReferArea()const;
void setReferArea(const std::string& referArea);
std::string getRecognizeArea()const;
void setRecognizeArea(const std::string& recognizeArea);
std::string getName()const;
void setName(const std::string& name);
long getId()const;
void setId(long id);
private:
std::string recognizeArea_;
std::string sourceIp_;
std::string referArea_;
std::string recognizeArea_;
std::string name_;
long id_;

View File

@@ -35,29 +35,29 @@ namespace AlibabaCloud
UpdateImageLibRequest();
~UpdateImageLibRequest();
std::string getScene()const;
void setScene(const std::string& scene);
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
bool getEnable()const;
void setEnable(bool enable);
std::string getName()const;
void setName(const std::string& name);
std::string getBizTypes()const;
void setBizTypes(const std::string& bizTypes);
int getId()const;
void setId(int id);
std::string getBizTypes()const;
void setBizTypes(const std::string& bizTypes);
std::string getName()const;
void setName(const std::string& name);
std::string getCategory()const;
void setCategory(const std::string& category);
std::string getScene()const;
void setScene(const std::string& scene);
private:
std::string scene_;
std::string sourceIp_;
bool enable_;
std::string name_;
std::string bizTypes_;
int id_;
std::string bizTypes_;
std::string name_;
std::string category_;
std::string scene_;
};
}

View File

@@ -35,29 +35,29 @@ namespace AlibabaCloud
UpdateKeywordLibRequest();
~UpdateKeywordLibRequest();
std::string getMatchMode()const;
void setMatchMode(const std::string& matchMode);
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
bool getEnable()const;
void setEnable(bool enable);
std::string getName()const;
void setName(const std::string& name);
std::string getBizTypes()const;
void setBizTypes(const std::string& bizTypes);
int getId()const;
void setId(int id);
std::string getLang()const;
void setLang(const std::string& lang);
std::string getMatchMode()const;
void setMatchMode(const std::string& matchMode);
std::string getBizTypes()const;
void setBizTypes(const std::string& bizTypes);
std::string getName()const;
void setName(const std::string& name);
private:
std::string matchMode_;
std::string sourceIp_;
bool enable_;
std::string name_;
std::string bizTypes_;
int id_;
std::string lang_;
std::string matchMode_;
std::string bizTypes_;
std::string name_;
};
}

View File

@@ -37,12 +37,12 @@ namespace AlibabaCloud
std::string getRealtimeMessageList()const;
void setRealtimeMessageList(const std::string& realtimeMessageList);
int getScheduleMessageTime()const;
void setScheduleMessageTime(int scheduleMessageTime);
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
std::string getReminderModeList()const;
void setReminderModeList(const std::string& reminderModeList);
int getScheduleMessageTime()const;
void setScheduleMessageTime(int scheduleMessageTime);
std::string getLang()const;
void setLang(const std::string& lang);
int getScheduleMessageTimeZone()const;
@@ -50,9 +50,9 @@ namespace AlibabaCloud
private:
std::string realtimeMessageList_;
int scheduleMessageTime_;
std::string sourceIp_;
std::string reminderModeList_;
int scheduleMessageTime_;
std::string lang_;
int scheduleMessageTimeZone_;

View File

@@ -35,29 +35,29 @@ namespace AlibabaCloud
UpdateOssCallbackSettingRequest();
~UpdateOssCallbackSettingRequest();
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
bool getScanCallback()const;
void setScanCallback(bool scanCallback);
std::string getScanCallbackSuggestions()const;
void setScanCallbackSuggestions(const std::string& scanCallbackSuggestions);
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
std::string getCallbackSeed()const;
void setCallbackSeed(const std::string& callbackSeed);
bool getAuditCallback()const;
void setAuditCallback(bool auditCallback);
std::string getCallbackUrl()const;
void setCallbackUrl(const std::string& callbackUrl);
std::string getServiceModules()const;
void setServiceModules(const std::string& serviceModules);
bool getAuditCallback()const;
void setAuditCallback(bool auditCallback);
bool getScanCallback()const;
void setScanCallback(bool scanCallback);
std::string getCallbackUrl()const;
void setCallbackUrl(const std::string& callbackUrl);
private:
std::string sourceIp_;
bool scanCallback_;
std::string scanCallbackSuggestions_;
std::string sourceIp_;
std::string callbackSeed_;
bool auditCallback_;
std::string callbackUrl_;
std::string serviceModules_;
bool auditCallback_;
bool scanCallback_;
std::string callbackUrl_;
};
}

View File

@@ -35,43 +35,43 @@ namespace AlibabaCloud
UpdateOssIncrementCheckSettingRequest();
~UpdateOssIncrementCheckSettingRequest();
std::string getImageAutoFreeze()const;
void setImageAutoFreeze(const std::string& imageAutoFreeze);
std::string getVideoSceneList()const;
void setVideoSceneList(const std::string& videoSceneList);
std::string getAutoFreezeType()const;
void setAutoFreezeType(const std::string& autoFreezeType);
std::string getImageSceneList()const;
void setImageSceneList(const std::string& imageSceneList);
std::string getBucketConfigList()const;
void setBucketConfigList(const std::string& bucketConfigList);
int getVideoFrameInterval()const;
void setVideoFrameInterval(int videoFrameInterval);
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
std::string getImageScanLimit()const;
void setImageScanLimit(const std::string& imageScanLimit);
std::string getVideoAutoFreezeSceneList()const;
void setVideoAutoFreezeSceneList(const std::string& videoAutoFreezeSceneList);
int getVideoFrameInterval()const;
void setVideoFrameInterval(int videoFrameInterval);
int getVideoMaxSize()const;
void setVideoMaxSize(int videoMaxSize);
std::string getLang()const;
void setLang(const std::string& lang);
std::string getImageAutoFreeze()const;
void setImageAutoFreeze(const std::string& imageAutoFreeze);
int getVideoMaxSize()const;
void setVideoMaxSize(int videoMaxSize);
std::string getAutoFreezeType()const;
void setAutoFreezeType(const std::string& autoFreezeType);
std::string getBucketConfigList()const;
void setBucketConfigList(const std::string& bucketConfigList);
int getVideoMaxFrames()const;
void setVideoMaxFrames(int videoMaxFrames);
private:
std::string imageAutoFreeze_;
std::string videoSceneList_;
std::string autoFreezeType_;
std::string imageSceneList_;
std::string bucketConfigList_;
int videoFrameInterval_;
std::string sourceIp_;
std::string imageScanLimit_;
std::string videoAutoFreezeSceneList_;
int videoFrameInterval_;
int videoMaxSize_;
std::string lang_;
std::string imageAutoFreeze_;
int videoMaxSize_;
std::string autoFreezeType_;
std::string bucketConfigList_;
int videoMaxFrames_;
};

View File

@@ -35,48 +35,48 @@ namespace AlibabaCloud
UpdateOssStockStatusRequest();
~UpdateOssStockStatusRequest();
std::string getImageAutoFreeze()const;
void setImageAutoFreeze(const std::string& imageAutoFreeze);
std::string getResourceTypeList()const;
void setResourceTypeList(const std::string& resourceTypeList);
int getVideoFrameInterval()const;
void setVideoFrameInterval(int videoFrameInterval);
int getVideoMaxSize()const;
void setVideoMaxSize(int videoMaxSize);
std::string getStartDate()const;
void setStartDate(const std::string& startDate);
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
std::string getVideoAutoFreezeSceneList()const;
void setVideoAutoFreezeSceneList(const std::string& videoAutoFreezeSceneList);
std::string getLang()const;
void setLang(const std::string& lang);
std::string getImageAutoFreeze()const;
void setImageAutoFreeze(const std::string& imageAutoFreeze);
int getVideoMaxSize()const;
void setVideoMaxSize(int videoMaxSize);
std::string getAutoFreezeType()const;
void setAutoFreezeType(const std::string& autoFreezeType);
std::string getEndDate()const;
void setEndDate(const std::string& endDate);
std::string getBucketConfigList()const;
void setBucketConfigList(const std::string& bucketConfigList);
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
std::string getSceneList()const;
void setSceneList(const std::string& sceneList);
std::string getVideoAutoFreezeSceneList()const;
void setVideoAutoFreezeSceneList(const std::string& videoAutoFreezeSceneList);
std::string getLang()const;
void setLang(const std::string& lang);
int getVideoMaxFrames()const;
void setVideoMaxFrames(int videoMaxFrames);
std::string getOperation()const;
void setOperation(const std::string& operation);
private:
std::string imageAutoFreeze_;
std::string resourceTypeList_;
int videoFrameInterval_;
int videoMaxSize_;
std::string startDate_;
std::string sourceIp_;
std::string videoAutoFreezeSceneList_;
std::string lang_;
std::string imageAutoFreeze_;
int videoMaxSize_;
std::string autoFreezeType_;
std::string endDate_;
std::string bucketConfigList_;
std::string sourceIp_;
std::string sceneList_;
std::string videoAutoFreezeSceneList_;
std::string lang_;
int videoMaxFrames_;
std::string operation_;

View File

@@ -35,31 +35,31 @@ namespace AlibabaCloud
UpdateWebsiteInstanceRequest();
~UpdateWebsiteInstanceRequest();
std::string getIndexPage()const;
void setIndexPage(const std::string& indexPage);
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
std::string getLang()const;
void setLang(const std::string& lang);
int getWebsiteScanInterval()const;
void setWebsiteScanInterval(int websiteScanInterval);
std::string getSiteProtocol()const;
void setSiteProtocol(const std::string& siteProtocol);
std::string getInstanceId()const;
void setInstanceId(const std::string& instanceId);
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
int getWebsiteScanInterval()const;
void setWebsiteScanInterval(int websiteScanInterval);
std::string getDomain()const;
void setDomain(const std::string& domain);
std::string getIndexPage()const;
void setIndexPage(const std::string& indexPage);
std::string getLang()const;
void setLang(const std::string& lang);
int getIndexPageScanInterval()const;
void setIndexPageScanInterval(int indexPageScanInterval);
private:
std::string indexPage_;
std::string sourceIp_;
std::string lang_;
int websiteScanInterval_;
std::string siteProtocol_;
std::string instanceId_;
std::string sourceIp_;
int websiteScanInterval_;
std::string domain_;
std::string indexPage_;
std::string lang_;
int indexPageScanInterval_;
};

View File

@@ -35,19 +35,19 @@ namespace AlibabaCloud
VerifyWebsiteInstanceRequest();
~VerifyWebsiteInstanceRequest();
std::string getVerifyMethod()const;
void setVerifyMethod(const std::string& verifyMethod);
std::string getInstanceId()const;
void setInstanceId(const std::string& instanceId);
std::string getSourceIp()const;
void setSourceIp(const std::string& sourceIp);
std::string getVerifyMethod()const;
void setVerifyMethod(const std::string& verifyMethod);
std::string getLang()const;
void setLang(const std::string& lang);
private:
std::string verifyMethod_;
std::string instanceId_;
std::string sourceIp_;
std::string verifyMethod_;
std::string lang_;
};