From 0dc8a66e75ba87df91912b35143ac7869143d1f7 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Wed, 9 Oct 2019 17:27:41 +0800 Subject: [PATCH] Add VideoCancelScan Api. --- CHANGELOG | 3 + VERSION | 2 +- green/CMakeLists.txt | 4 + .../include/alibabacloud/green/GreenClient.h | 8 ++ .../green/model/AddFacesRequest.h | 88 ++++++++--------- .../alibabacloud/green/model/AddFacesResult.h | 96 +++++++++---------- .../green/model/AddGroupsRequest.h | 88 ++++++++--------- .../green/model/AddGroupsResult.h | 96 +++++++++---------- .../green/model/AddPersonRequest.h | 88 ++++++++--------- .../green/model/AddPersonResult.h | 96 +++++++++---------- .../green/model/AddSimilarityImageRequest.h | 88 ++++++++--------- .../green/model/AddSimilarityImageResult.h | 96 +++++++++---------- .../green/model/AddSimilarityLibraryRequest.h | 88 ++++++++--------- .../green/model/AddSimilarityLibraryResult.h | 96 +++++++++---------- .../green/model/AddVideoDnaGroupRequest.h | 88 ++++++++--------- .../green/model/AddVideoDnaGroupResult.h | 96 +++++++++---------- .../green/model/AddVideoDnaRequest.h | 88 ++++++++--------- .../green/model/AddVideoDnaResult.h | 96 +++++++++---------- .../green/model/DeleteBizTypeRequest.h | 12 +-- .../green/model/DeleteFacesRequest.h | 88 ++++++++--------- .../green/model/DeleteFacesResult.h | 96 +++++++++---------- .../green/model/DeleteGroupsRequest.h | 88 ++++++++--------- .../green/model/DeleteGroupsResult.h | 96 +++++++++---------- .../green/model/DeletePersonRequest.h | 88 ++++++++--------- .../green/model/DeletePersonResult.h | 96 +++++++++---------- .../model/DeleteSimilarityImageRequest.h | 88 ++++++++--------- .../green/model/DeleteSimilarityImageResult.h | 96 +++++++++---------- .../model/DeleteSimilarityLibraryRequest.h | 88 ++++++++--------- .../model/DeleteSimilarityLibraryResult.h | 96 +++++++++---------- .../green/model/DeleteVideoDnaGroupRequest.h | 88 ++++++++--------- .../green/model/DeleteVideoDnaGroupResult.h | 96 +++++++++---------- .../green/model/DeleteVideoDnaRequest.h | 88 ++++++++--------- .../green/model/DeleteVideoDnaResult.h | 96 +++++++++---------- .../model/DescribeAuditCallbackRequest.h | 6 +- .../green/model/DescribeAuditRangeRequest.h | 6 +- .../green/model/DescribeUserBizTypesRequest.h | 12 +-- .../green/model/DetectFaceRequest.h | 88 ++++++++--------- .../green/model/DetectFaceResult.h | 96 +++++++++---------- .../green/model/FileAsyncScanRequest.h | 88 ++++++++--------- .../green/model/FileAsyncScanResult.h | 96 +++++++++---------- .../green/model/FileAsyncScanResultsRequest.h | 88 ++++++++--------- .../green/model/FileAsyncScanResultsResult.h | 96 +++++++++---------- .../model/GetAddVideoDnaResultsRequest.h | 88 ++++++++--------- .../green/model/GetAddVideoDnaResultsResult.h | 96 +++++++++---------- .../green/model/GetFacesRequest.h | 88 ++++++++--------- .../alibabacloud/green/model/GetFacesResult.h | 96 +++++++++---------- .../green/model/GetGroupsRequest.h | 88 ++++++++--------- .../green/model/GetGroupsResult.h | 96 +++++++++---------- .../green/model/GetPersonRequest.h | 88 ++++++++--------- .../green/model/GetPersonResult.h | 96 +++++++++---------- .../green/model/GetPersonsRequest.h | 88 ++++++++--------- .../green/model/GetPersonsResult.h | 96 +++++++++---------- .../green/model/GetSimilarityImageRequest.h | 88 ++++++++--------- .../green/model/GetSimilarityImageResult.h | 96 +++++++++---------- .../green/model/GetSimilarityLibraryRequest.h | 88 ++++++++--------- .../green/model/GetSimilarityLibraryResult.h | 96 +++++++++---------- .../green/model/ImageAsyncScanRequest.h | 88 ++++++++--------- .../green/model/ImageAsyncScanResult.h | 96 +++++++++---------- .../model/ImageAsyncScanResultsRequest.h | 88 ++++++++--------- .../green/model/ImageAsyncScanResultsResult.h | 96 +++++++++---------- .../green/model/ImageScanFeedbackRequest.h | 88 ++++++++--------- .../green/model/ImageScanFeedbackResult.h | 96 +++++++++---------- .../green/model/ImageSyncScanRequest.h | 88 ++++++++--------- .../green/model/ImageSyncScanResult.h | 96 +++++++++---------- .../green/model/ListSimilarityImagesRequest.h | 88 ++++++++--------- .../green/model/ListSimilarityImagesResult.h | 96 +++++++++---------- .../model/ListSimilarityLibrariesRequest.h | 88 ++++++++--------- .../model/ListSimilarityLibrariesResult.h | 96 +++++++++---------- .../green/model/SearchPersonRequest.h | 88 ++++++++--------- .../green/model/SearchPersonResult.h | 96 +++++++++---------- .../green/model/SetPersonRequest.h | 88 ++++++++--------- .../green/model/SetPersonResult.h | 96 +++++++++---------- .../green/model/TextFeedbackRequest.h | 88 ++++++++--------- .../green/model/TextFeedbackResult.h | 96 +++++++++---------- .../green/model/TextScanRequest.h | 88 ++++++++--------- .../alibabacloud/green/model/TextScanResult.h | 96 +++++++++---------- .../green/model/UpdateAuditCallbackRequest.h | 18 ++-- .../green/model/UpdateAuditRangeRequest.h | 12 +-- .../green/model/UploadCredentialsRequest.h | 88 ++++++++--------- .../green/model/UploadCredentialsResult.h | 96 +++++++++---------- .../green/model/VideoAsyncScanRequest.h | 88 ++++++++--------- .../green/model/VideoAsyncScanResult.h | 96 +++++++++---------- .../model/VideoAsyncScanResultsRequest.h | 88 ++++++++--------- .../green/model/VideoAsyncScanResultsResult.h | 96 +++++++++---------- .../green/model/VideoCancelScanRequest.h | 48 ++++++++++ .../green/model/VideoCancelScanResult.h | 49 ++++++++++ .../green/model/VideoFeedbackRequest.h | 88 ++++++++--------- .../green/model/VideoFeedbackResult.h | 96 +++++++++---------- .../green/model/VideoSyncScanRequest.h | 88 ++++++++--------- .../green/model/VideoSyncScanResult.h | 96 +++++++++---------- .../green/model/VoiceAsyncScanRequest.h | 88 ++++++++--------- .../green/model/VoiceAsyncScanResult.h | 96 +++++++++---------- .../model/VoiceAsyncScanResultsRequest.h | 88 ++++++++--------- .../green/model/VoiceAsyncScanResultsResult.h | 96 +++++++++---------- .../green/model/VoiceCancelScanRequest.h | 88 ++++++++--------- .../green/model/VoiceCancelScanResult.h | 96 +++++++++---------- .../green/model/VoiceIdentityCheckRequest.h | 88 ++++++++--------- .../green/model/VoiceIdentityCheckResult.h | 96 +++++++++---------- .../model/VoiceIdentityRegisterRequest.h | 88 ++++++++--------- .../green/model/VoiceIdentityRegisterResult.h | 96 +++++++++---------- .../model/VoiceIdentityStartCheckRequest.h | 88 ++++++++--------- .../model/VoiceIdentityStartCheckResult.h | 96 +++++++++---------- .../model/VoiceIdentityStartRegisterRequest.h | 88 ++++++++--------- .../model/VoiceIdentityStartRegisterResult.h | 96 +++++++++---------- .../model/VoiceIdentityUnregisterRequest.h | 88 ++++++++--------- .../model/VoiceIdentityUnregisterResult.h | 96 +++++++++---------- green/src/GreenClient.cc | 36 +++++++ green/src/model/AddFacesRequest.cc | 54 +++++------ green/src/model/AddFacesResult.cc | 89 +++++++++-------- green/src/model/AddGroupsRequest.cc | 54 +++++------ green/src/model/AddGroupsResult.cc | 89 +++++++++-------- green/src/model/AddPersonRequest.cc | 54 +++++------ green/src/model/AddPersonResult.cc | 89 +++++++++-------- green/src/model/AddSimilarityImageRequest.cc | 54 +++++------ green/src/model/AddSimilarityImageResult.cc | 89 +++++++++-------- .../src/model/AddSimilarityLibraryRequest.cc | 54 +++++------ green/src/model/AddSimilarityLibraryResult.cc | 89 +++++++++-------- green/src/model/AddVideoDnaGroupRequest.cc | 54 +++++------ green/src/model/AddVideoDnaGroupResult.cc | 89 +++++++++-------- green/src/model/AddVideoDnaRequest.cc | 54 +++++------ green/src/model/AddVideoDnaResult.cc | 89 +++++++++-------- green/src/model/DeleteBizTypeRequest.cc | 44 ++++----- green/src/model/DeleteFacesRequest.cc | 54 +++++------ green/src/model/DeleteFacesResult.cc | 89 +++++++++-------- green/src/model/DeleteGroupsRequest.cc | 54 +++++------ green/src/model/DeleteGroupsResult.cc | 89 +++++++++-------- green/src/model/DeletePersonRequest.cc | 54 +++++------ green/src/model/DeletePersonResult.cc | 89 +++++++++-------- .../src/model/DeleteSimilarityImageRequest.cc | 54 +++++------ .../src/model/DeleteSimilarityImageResult.cc | 89 +++++++++-------- .../model/DeleteSimilarityLibraryRequest.cc | 54 +++++------ .../model/DeleteSimilarityLibraryResult.cc | 89 +++++++++-------- green/src/model/DeleteVideoDnaGroupRequest.cc | 54 +++++------ green/src/model/DeleteVideoDnaGroupResult.cc | 89 +++++++++-------- green/src/model/DeleteVideoDnaRequest.cc | 54 +++++------ green/src/model/DeleteVideoDnaResult.cc | 89 +++++++++-------- .../src/model/DescribeAuditCallbackRequest.cc | 22 ++--- green/src/model/DescribeAuditRangeRequest.cc | 22 ++--- .../src/model/DescribeUserBizTypesRequest.cc | 44 ++++----- green/src/model/DetectFaceRequest.cc | 54 +++++------ green/src/model/DetectFaceResult.cc | 89 +++++++++-------- green/src/model/FileAsyncScanRequest.cc | 54 +++++------ green/src/model/FileAsyncScanResult.cc | 89 +++++++++-------- .../src/model/FileAsyncScanResultsRequest.cc | 54 +++++------ green/src/model/FileAsyncScanResultsResult.cc | 89 +++++++++-------- .../src/model/GetAddVideoDnaResultsRequest.cc | 54 +++++------ .../src/model/GetAddVideoDnaResultsResult.cc | 89 +++++++++-------- green/src/model/GetFacesRequest.cc | 54 +++++------ green/src/model/GetFacesResult.cc | 89 +++++++++-------- green/src/model/GetGroupsRequest.cc | 54 +++++------ green/src/model/GetGroupsResult.cc | 89 +++++++++-------- green/src/model/GetPersonRequest.cc | 54 +++++------ green/src/model/GetPersonResult.cc | 89 +++++++++-------- green/src/model/GetPersonsRequest.cc | 54 +++++------ green/src/model/GetPersonsResult.cc | 89 +++++++++-------- green/src/model/GetSimilarityImageRequest.cc | 54 +++++------ green/src/model/GetSimilarityImageResult.cc | 89 +++++++++-------- .../src/model/GetSimilarityLibraryRequest.cc | 54 +++++------ green/src/model/GetSimilarityLibraryResult.cc | 89 +++++++++-------- green/src/model/ImageAsyncScanRequest.cc | 54 +++++------ green/src/model/ImageAsyncScanResult.cc | 89 +++++++++-------- .../src/model/ImageAsyncScanResultsRequest.cc | 54 +++++------ .../src/model/ImageAsyncScanResultsResult.cc | 89 +++++++++-------- green/src/model/ImageDetectionResult.cc | 1 - green/src/model/ImageResultResult.cc | 1 - green/src/model/ImageResultsResult.cc | 1 - green/src/model/ImageScanFeedbackRequest.cc | 54 +++++------ green/src/model/ImageScanFeedbackResult.cc | 89 +++++++++-------- green/src/model/ImageSyncScanRequest.cc | 54 +++++------ green/src/model/ImageSyncScanResult.cc | 89 +++++++++-------- .../src/model/ListSimilarityImagesRequest.cc | 54 +++++------ green/src/model/ListSimilarityImagesResult.cc | 89 +++++++++-------- .../model/ListSimilarityLibrariesRequest.cc | 54 +++++------ .../model/ListSimilarityLibrariesResult.cc | 89 +++++++++-------- green/src/model/SampleFeedbackResult.cc | 1 - green/src/model/SearchPersonRequest.cc | 54 +++++------ green/src/model/SearchPersonResult.cc | 89 +++++++++-------- green/src/model/SetPersonRequest.cc | 54 +++++------ green/src/model/SetPersonResult.cc | 89 +++++++++-------- green/src/model/TextFeedbackRequest.cc | 54 +++++------ green/src/model/TextFeedbackResult.cc | 89 +++++++++-------- green/src/model/TextKeywordFilterResult.cc | 1 - green/src/model/TextScanRequest.cc | 54 +++++------ green/src/model/TextScanResult.cc | 89 +++++++++-------- green/src/model/UpdateAuditCallbackRequest.cc | 66 ++++++------- green/src/model/UpdateAuditRangeRequest.cc | 44 ++++----- green/src/model/UploadCredentialsRequest.cc | 54 +++++------ green/src/model/UploadCredentialsResult.cc | 89 +++++++++-------- green/src/model/VideoAsyncScanRequest.cc | 54 +++++------ green/src/model/VideoAsyncScanResult.cc | 89 +++++++++-------- .../src/model/VideoAsyncScanResultsRequest.cc | 54 +++++------ .../src/model/VideoAsyncScanResultsResult.cc | 89 +++++++++-------- green/src/model/VideoCancelScanRequest.cc | 38 ++++++++ green/src/model/VideoCancelScanResult.cc | 44 +++++++++ green/src/model/VideoFeedbackRequest.cc | 54 +++++------ green/src/model/VideoFeedbackResult.cc | 89 +++++++++-------- green/src/model/VideoSyncScanRequest.cc | 54 +++++------ green/src/model/VideoSyncScanResult.cc | 89 +++++++++-------- green/src/model/VoiceAsyncScanRequest.cc | 54 +++++------ green/src/model/VoiceAsyncScanResult.cc | 89 +++++++++-------- .../src/model/VoiceAsyncScanResultsRequest.cc | 54 +++++------ .../src/model/VoiceAsyncScanResultsResult.cc | 89 +++++++++-------- green/src/model/VoiceCancelScanRequest.cc | 54 +++++------ green/src/model/VoiceCancelScanResult.cc | 89 +++++++++-------- green/src/model/VoiceIdentityCheckRequest.cc | 54 +++++------ green/src/model/VoiceIdentityCheckResult.cc | 89 +++++++++-------- .../src/model/VoiceIdentityRegisterRequest.cc | 54 +++++------ .../src/model/VoiceIdentityRegisterResult.cc | 89 +++++++++-------- .../model/VoiceIdentityStartCheckRequest.cc | 54 +++++------ .../model/VoiceIdentityStartCheckResult.cc | 89 +++++++++-------- .../VoiceIdentityStartRegisterRequest.cc | 54 +++++------ .../model/VoiceIdentityStartRegisterResult.cc | 89 +++++++++-------- .../model/VoiceIdentityUnregisterRequest.cc | 54 +++++------ .../model/VoiceIdentityUnregisterResult.cc | 89 +++++++++-------- 214 files changed, 8046 insertions(+), 7868 deletions(-) mode change 100755 => 100644 green/include/alibabacloud/green/model/AddFacesRequest.h mode change 100755 => 100644 green/include/alibabacloud/green/model/AddFacesResult.h mode change 100755 => 100644 green/include/alibabacloud/green/model/AddGroupsRequest.h mode change 100755 => 100644 green/include/alibabacloud/green/model/AddGroupsResult.h mode change 100755 => 100644 green/include/alibabacloud/green/model/AddPersonRequest.h mode change 100755 => 100644 green/include/alibabacloud/green/model/AddPersonResult.h mode change 100755 => 100644 green/include/alibabacloud/green/model/AddSimilarityImageRequest.h mode change 100755 => 100644 green/include/alibabacloud/green/model/AddSimilarityImageResult.h mode change 100755 => 100644 green/include/alibabacloud/green/model/AddVideoDnaGroupRequest.h mode change 100755 => 100644 green/include/alibabacloud/green/model/AddVideoDnaGroupResult.h mode change 100755 => 100644 green/include/alibabacloud/green/model/AddVideoDnaRequest.h mode change 100755 => 100644 green/include/alibabacloud/green/model/AddVideoDnaResult.h mode change 100755 => 100644 green/include/alibabacloud/green/model/DeleteFacesRequest.h mode change 100755 => 100644 green/include/alibabacloud/green/model/DeleteFacesResult.h mode change 100755 => 100644 green/include/alibabacloud/green/model/DeleteGroupsRequest.h mode change 100755 => 100644 green/include/alibabacloud/green/model/DeleteGroupsResult.h mode change 100755 => 100644 green/include/alibabacloud/green/model/DeletePersonRequest.h mode change 100755 => 100644 green/include/alibabacloud/green/model/DeletePersonResult.h mode change 100755 => 100644 green/include/alibabacloud/green/model/DeleteSimilarityImageRequest.h mode change 100755 => 100644 green/include/alibabacloud/green/model/DeleteSimilarityImageResult.h mode change 100755 => 100644 green/include/alibabacloud/green/model/DeleteVideoDnaGroupRequest.h mode change 100755 => 100644 green/include/alibabacloud/green/model/DeleteVideoDnaGroupResult.h mode change 100755 => 100644 green/include/alibabacloud/green/model/DeleteVideoDnaRequest.h mode change 100755 => 100644 green/include/alibabacloud/green/model/DeleteVideoDnaResult.h mode change 100755 => 100644 green/include/alibabacloud/green/model/FileAsyncScanRequest.h mode change 100755 => 100644 green/include/alibabacloud/green/model/FileAsyncScanResult.h mode change 100755 => 100644 green/include/alibabacloud/green/model/FileAsyncScanResultsRequest.h mode change 100755 => 100644 green/include/alibabacloud/green/model/FileAsyncScanResultsResult.h mode change 100755 => 100644 green/include/alibabacloud/green/model/GetAddVideoDnaResultsRequest.h mode change 100755 => 100644 green/include/alibabacloud/green/model/GetAddVideoDnaResultsResult.h mode change 100755 => 100644 green/include/alibabacloud/green/model/GetFacesRequest.h mode change 100755 => 100644 green/include/alibabacloud/green/model/GetFacesResult.h mode change 100755 => 100644 green/include/alibabacloud/green/model/GetGroupsRequest.h mode change 100755 => 100644 green/include/alibabacloud/green/model/GetGroupsResult.h mode change 100755 => 100644 green/include/alibabacloud/green/model/GetPersonRequest.h mode change 100755 => 100644 green/include/alibabacloud/green/model/GetPersonResult.h mode change 100755 => 100644 green/include/alibabacloud/green/model/GetPersonsRequest.h mode change 100755 => 100644 green/include/alibabacloud/green/model/GetPersonsResult.h mode change 100755 => 100644 green/include/alibabacloud/green/model/ImageAsyncScanRequest.h mode change 100755 => 100644 green/include/alibabacloud/green/model/ImageAsyncScanResult.h mode change 100755 => 100644 green/include/alibabacloud/green/model/ImageAsyncScanResultsRequest.h mode change 100755 => 100644 green/include/alibabacloud/green/model/ImageAsyncScanResultsResult.h mode change 100755 => 100644 green/include/alibabacloud/green/model/ImageScanFeedbackRequest.h mode change 100755 => 100644 green/include/alibabacloud/green/model/ImageScanFeedbackResult.h mode change 100755 => 100644 green/include/alibabacloud/green/model/ImageSyncScanRequest.h mode change 100755 => 100644 green/include/alibabacloud/green/model/ImageSyncScanResult.h mode change 100755 => 100644 green/include/alibabacloud/green/model/SearchPersonRequest.h mode change 100755 => 100644 green/include/alibabacloud/green/model/SearchPersonResult.h mode change 100755 => 100644 green/include/alibabacloud/green/model/SetPersonRequest.h mode change 100755 => 100644 green/include/alibabacloud/green/model/SetPersonResult.h mode change 100755 => 100644 green/include/alibabacloud/green/model/TextFeedbackRequest.h mode change 100755 => 100644 green/include/alibabacloud/green/model/TextFeedbackResult.h mode change 100755 => 100644 green/include/alibabacloud/green/model/TextScanRequest.h mode change 100755 => 100644 green/include/alibabacloud/green/model/TextScanResult.h mode change 100755 => 100644 green/include/alibabacloud/green/model/UploadCredentialsRequest.h mode change 100755 => 100644 green/include/alibabacloud/green/model/UploadCredentialsResult.h mode change 100755 => 100644 green/include/alibabacloud/green/model/VideoAsyncScanRequest.h mode change 100755 => 100644 green/include/alibabacloud/green/model/VideoAsyncScanResult.h mode change 100755 => 100644 green/include/alibabacloud/green/model/VideoAsyncScanResultsRequest.h mode change 100755 => 100644 green/include/alibabacloud/green/model/VideoAsyncScanResultsResult.h create mode 100644 green/include/alibabacloud/green/model/VideoCancelScanRequest.h create mode 100644 green/include/alibabacloud/green/model/VideoCancelScanResult.h mode change 100755 => 100644 green/include/alibabacloud/green/model/VideoFeedbackRequest.h mode change 100755 => 100644 green/include/alibabacloud/green/model/VideoFeedbackResult.h mode change 100755 => 100644 green/include/alibabacloud/green/model/VideoSyncScanRequest.h mode change 100755 => 100644 green/include/alibabacloud/green/model/VideoSyncScanResult.h mode change 100755 => 100644 green/include/alibabacloud/green/model/VoiceAsyncScanRequest.h mode change 100755 => 100644 green/include/alibabacloud/green/model/VoiceAsyncScanResult.h mode change 100755 => 100644 green/include/alibabacloud/green/model/VoiceAsyncScanResultsRequest.h mode change 100755 => 100644 green/include/alibabacloud/green/model/VoiceAsyncScanResultsResult.h mode change 100755 => 100644 green/include/alibabacloud/green/model/VoiceCancelScanRequest.h mode change 100755 => 100644 green/include/alibabacloud/green/model/VoiceCancelScanResult.h mode change 100755 => 100644 green/include/alibabacloud/green/model/VoiceIdentityCheckRequest.h mode change 100755 => 100644 green/include/alibabacloud/green/model/VoiceIdentityCheckResult.h mode change 100755 => 100644 green/include/alibabacloud/green/model/VoiceIdentityRegisterRequest.h mode change 100755 => 100644 green/include/alibabacloud/green/model/VoiceIdentityRegisterResult.h mode change 100755 => 100644 green/include/alibabacloud/green/model/VoiceIdentityStartCheckRequest.h mode change 100755 => 100644 green/include/alibabacloud/green/model/VoiceIdentityStartCheckResult.h mode change 100755 => 100644 green/include/alibabacloud/green/model/VoiceIdentityStartRegisterRequest.h mode change 100755 => 100644 green/include/alibabacloud/green/model/VoiceIdentityStartRegisterResult.h mode change 100755 => 100644 green/include/alibabacloud/green/model/VoiceIdentityUnregisterRequest.h mode change 100755 => 100644 green/include/alibabacloud/green/model/VoiceIdentityUnregisterResult.h mode change 100755 => 100644 green/src/model/AddFacesRequest.cc mode change 100755 => 100644 green/src/model/AddFacesResult.cc mode change 100755 => 100644 green/src/model/AddGroupsRequest.cc mode change 100755 => 100644 green/src/model/AddGroupsResult.cc mode change 100755 => 100644 green/src/model/AddPersonRequest.cc mode change 100755 => 100644 green/src/model/AddPersonResult.cc mode change 100755 => 100644 green/src/model/AddSimilarityImageRequest.cc mode change 100755 => 100644 green/src/model/AddSimilarityImageResult.cc mode change 100755 => 100644 green/src/model/AddVideoDnaGroupRequest.cc mode change 100755 => 100644 green/src/model/AddVideoDnaGroupResult.cc mode change 100755 => 100644 green/src/model/AddVideoDnaRequest.cc mode change 100755 => 100644 green/src/model/AddVideoDnaResult.cc mode change 100755 => 100644 green/src/model/DeleteFacesRequest.cc mode change 100755 => 100644 green/src/model/DeleteFacesResult.cc mode change 100755 => 100644 green/src/model/DeleteGroupsRequest.cc mode change 100755 => 100644 green/src/model/DeleteGroupsResult.cc mode change 100755 => 100644 green/src/model/DeletePersonRequest.cc mode change 100755 => 100644 green/src/model/DeletePersonResult.cc mode change 100755 => 100644 green/src/model/DeleteSimilarityImageRequest.cc mode change 100755 => 100644 green/src/model/DeleteSimilarityImageResult.cc mode change 100755 => 100644 green/src/model/DeleteVideoDnaGroupRequest.cc mode change 100755 => 100644 green/src/model/DeleteVideoDnaGroupResult.cc mode change 100755 => 100644 green/src/model/DeleteVideoDnaRequest.cc mode change 100755 => 100644 green/src/model/DeleteVideoDnaResult.cc mode change 100755 => 100644 green/src/model/FileAsyncScanRequest.cc mode change 100755 => 100644 green/src/model/FileAsyncScanResult.cc mode change 100755 => 100644 green/src/model/FileAsyncScanResultsRequest.cc mode change 100755 => 100644 green/src/model/FileAsyncScanResultsResult.cc mode change 100755 => 100644 green/src/model/GetAddVideoDnaResultsRequest.cc mode change 100755 => 100644 green/src/model/GetAddVideoDnaResultsResult.cc mode change 100755 => 100644 green/src/model/GetFacesRequest.cc mode change 100755 => 100644 green/src/model/GetFacesResult.cc mode change 100755 => 100644 green/src/model/GetGroupsRequest.cc mode change 100755 => 100644 green/src/model/GetGroupsResult.cc mode change 100755 => 100644 green/src/model/GetPersonRequest.cc mode change 100755 => 100644 green/src/model/GetPersonResult.cc mode change 100755 => 100644 green/src/model/GetPersonsRequest.cc mode change 100755 => 100644 green/src/model/GetPersonsResult.cc mode change 100755 => 100644 green/src/model/ImageAsyncScanRequest.cc mode change 100755 => 100644 green/src/model/ImageAsyncScanResult.cc mode change 100755 => 100644 green/src/model/ImageAsyncScanResultsRequest.cc mode change 100755 => 100644 green/src/model/ImageAsyncScanResultsResult.cc mode change 100755 => 100644 green/src/model/ImageScanFeedbackRequest.cc mode change 100755 => 100644 green/src/model/ImageScanFeedbackResult.cc mode change 100755 => 100644 green/src/model/ImageSyncScanRequest.cc mode change 100755 => 100644 green/src/model/ImageSyncScanResult.cc mode change 100755 => 100644 green/src/model/SearchPersonRequest.cc mode change 100755 => 100644 green/src/model/SearchPersonResult.cc mode change 100755 => 100644 green/src/model/SetPersonRequest.cc mode change 100755 => 100644 green/src/model/SetPersonResult.cc mode change 100755 => 100644 green/src/model/TextFeedbackRequest.cc mode change 100755 => 100644 green/src/model/TextFeedbackResult.cc mode change 100755 => 100644 green/src/model/TextScanRequest.cc mode change 100755 => 100644 green/src/model/TextScanResult.cc mode change 100755 => 100644 green/src/model/UploadCredentialsRequest.cc mode change 100755 => 100644 green/src/model/UploadCredentialsResult.cc mode change 100755 => 100644 green/src/model/VideoAsyncScanRequest.cc mode change 100755 => 100644 green/src/model/VideoAsyncScanResult.cc mode change 100755 => 100644 green/src/model/VideoAsyncScanResultsRequest.cc mode change 100755 => 100644 green/src/model/VideoAsyncScanResultsResult.cc create mode 100644 green/src/model/VideoCancelScanRequest.cc create mode 100644 green/src/model/VideoCancelScanResult.cc mode change 100755 => 100644 green/src/model/VideoFeedbackRequest.cc mode change 100755 => 100644 green/src/model/VideoFeedbackResult.cc mode change 100755 => 100644 green/src/model/VideoSyncScanRequest.cc mode change 100755 => 100644 green/src/model/VideoSyncScanResult.cc mode change 100755 => 100644 green/src/model/VoiceAsyncScanRequest.cc mode change 100755 => 100644 green/src/model/VoiceAsyncScanResult.cc mode change 100755 => 100644 green/src/model/VoiceAsyncScanResultsRequest.cc mode change 100755 => 100644 green/src/model/VoiceAsyncScanResultsResult.cc mode change 100755 => 100644 green/src/model/VoiceCancelScanRequest.cc mode change 100755 => 100644 green/src/model/VoiceCancelScanResult.cc mode change 100755 => 100644 green/src/model/VoiceIdentityCheckRequest.cc mode change 100755 => 100644 green/src/model/VoiceIdentityCheckResult.cc mode change 100755 => 100644 green/src/model/VoiceIdentityRegisterRequest.cc mode change 100755 => 100644 green/src/model/VoiceIdentityRegisterResult.cc mode change 100755 => 100644 green/src/model/VoiceIdentityStartCheckRequest.cc mode change 100755 => 100644 green/src/model/VoiceIdentityStartCheckResult.cc mode change 100755 => 100644 green/src/model/VoiceIdentityStartRegisterRequest.cc mode change 100755 => 100644 green/src/model/VoiceIdentityStartRegisterResult.cc mode change 100755 => 100644 green/src/model/VoiceIdentityUnregisterRequest.cc mode change 100755 => 100644 green/src/model/VoiceIdentityUnregisterResult.cc diff --git a/CHANGELOG b/CHANGELOG index 7959cda55..c60105550 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +2019-10-09 Version 1.36.148 +- Add VideoCancelScan Api. + 2019-10-09 Version 1.36.147 - Support API RecognizeImageColor. - Support API DetectImageElements. diff --git a/VERSION b/VERSION index 139bfd9fd..681b9d696 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.36.147 \ No newline at end of file +1.36.148 \ No newline at end of file diff --git a/green/CMakeLists.txt b/green/CMakeLists.txt index 5610eeae5..f1a3477c7 100755 --- a/green/CMakeLists.txt +++ b/green/CMakeLists.txt @@ -279,6 +279,8 @@ set(green_public_header_model include/alibabacloud/green/model/VideoAsyncScanResult.h include/alibabacloud/green/model/VideoAsyncScanResultsRequest.h include/alibabacloud/green/model/VideoAsyncScanResultsResult.h + include/alibabacloud/green/model/VideoCancelScanRequest.h + include/alibabacloud/green/model/VideoCancelScanResult.h include/alibabacloud/green/model/VideoFeedbackRequest.h include/alibabacloud/green/model/VideoFeedbackResult.h include/alibabacloud/green/model/VideoSyncScanRequest.h @@ -560,6 +562,8 @@ set(green_src src/model/VideoAsyncScanResult.cc src/model/VideoAsyncScanResultsRequest.cc src/model/VideoAsyncScanResultsResult.cc + src/model/VideoCancelScanRequest.cc + src/model/VideoCancelScanResult.cc src/model/VideoFeedbackRequest.cc src/model/VideoFeedbackResult.cc src/model/VideoSyncScanRequest.cc diff --git a/green/include/alibabacloud/green/GreenClient.h b/green/include/alibabacloud/green/GreenClient.h index a95792ba1..8405882e2 100755 --- a/green/include/alibabacloud/green/GreenClient.h +++ b/green/include/alibabacloud/green/GreenClient.h @@ -280,6 +280,8 @@ #include "model/VideoAsyncScanResult.h" #include "model/VideoAsyncScanResultsRequest.h" #include "model/VideoAsyncScanResultsResult.h" +#include "model/VideoCancelScanRequest.h" +#include "model/VideoCancelScanResult.h" #include "model/VideoFeedbackRequest.h" #include "model/VideoFeedbackResult.h" #include "model/VideoSyncScanRequest.h" @@ -696,6 +698,9 @@ namespace AlibabaCloud typedef Outcome VideoAsyncScanResultsOutcome; typedef std::future VideoAsyncScanResultsOutcomeCallable; typedef std::function&)> VideoAsyncScanResultsAsyncHandler; + typedef Outcome VideoCancelScanOutcome; + typedef std::future VideoCancelScanOutcomeCallable; + typedef std::function&)> VideoCancelScanAsyncHandler; typedef Outcome VideoFeedbackOutcome; typedef std::future VideoFeedbackOutcomeCallable; typedef std::function&)> VideoFeedbackAsyncHandler; @@ -1118,6 +1123,9 @@ namespace AlibabaCloud VideoAsyncScanResultsOutcome videoAsyncScanResults(const Model::VideoAsyncScanResultsRequest &request)const; void videoAsyncScanResultsAsync(const Model::VideoAsyncScanResultsRequest& request, const VideoAsyncScanResultsAsyncHandler& handler, const std::shared_ptr& context = nullptr) const; VideoAsyncScanResultsOutcomeCallable videoAsyncScanResultsCallable(const Model::VideoAsyncScanResultsRequest& request) const; + VideoCancelScanOutcome videoCancelScan(const Model::VideoCancelScanRequest &request)const; + void videoCancelScanAsync(const Model::VideoCancelScanRequest& request, const VideoCancelScanAsyncHandler& handler, const std::shared_ptr& context = nullptr) const; + VideoCancelScanOutcomeCallable videoCancelScanCallable(const Model::VideoCancelScanRequest& request) const; VideoFeedbackOutcome videoFeedback(const Model::VideoFeedbackRequest &request)const; void videoFeedbackAsync(const Model::VideoFeedbackRequest& request, const VideoFeedbackAsyncHandler& handler, const std::shared_ptr& context = nullptr) const; VideoFeedbackOutcomeCallable videoFeedbackCallable(const Model::VideoFeedbackRequest& request) const; diff --git a/green/include/alibabacloud/green/model/AddFacesRequest.h b/green/include/alibabacloud/green/model/AddFacesRequest.h old mode 100755 new mode 100644 index 6f0e11ba3..2ae5da0d5 --- a/green/include/alibabacloud/green/model/AddFacesRequest.h +++ b/green/include/alibabacloud/green/model/AddFacesRequest.h @@ -1,51 +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_ADDFACESREQUEST_H_ -#define ALIBABACLOUD_GREEN_MODEL_ADDFACESREQUEST_H_ - -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT AddFacesRequest : public RoaServiceRequest - { - - public: - AddFacesRequest(); - ~AddFacesRequest(); - +/* + * 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_ADDFACESREQUEST_H_ +#define ALIBABACLOUD_GREEN_MODEL_ADDFACESREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT AddFacesRequest : public RoaServiceRequest + { + + public: + AddFacesRequest(); + ~AddFacesRequest(); + std::string getRegionId()const; void setRegionId(const std::string& regionId); std::string getClientInfo()const; void setClientInfo(const std::string& clientInfo); - - private: + + private: std::string regionId_; std::string clientInfo_; - - }; - } - } -} + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_ADDFACESREQUEST_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/AddFacesResult.h b/green/include/alibabacloud/green/model/AddFacesResult.h old mode 100755 new mode 100644 index db89c326a..defeb4fb9 --- a/green/include/alibabacloud/green/model/AddFacesResult.h +++ b/green/include/alibabacloud/green/model/AddFacesResult.h @@ -1,49 +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_ADDFACESRESULT_H_ -#define ALIBABACLOUD_GREEN_MODEL_ADDFACESRESULT_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT AddFacesResult : public ServiceResult - { - public: - - - AddFacesResult(); - explicit AddFacesResult(const std::string &payload); - ~AddFacesResult(); - - protected: - void parse(const std::string &payload); - private: - - }; - } - } -} +/* + * 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_ADDFACESRESULT_H_ +#define ALIBABACLOUD_GREEN_MODEL_ADDFACESRESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT AddFacesResult : public ServiceResult + { + public: + + + AddFacesResult(); + explicit AddFacesResult(const std::string &payload); + ~AddFacesResult(); + + protected: + void parse(const std::string &payload); + private: + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_ADDFACESRESULT_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/AddGroupsRequest.h b/green/include/alibabacloud/green/model/AddGroupsRequest.h old mode 100755 new mode 100644 index 4351e36e3..c925b020e --- a/green/include/alibabacloud/green/model/AddGroupsRequest.h +++ b/green/include/alibabacloud/green/model/AddGroupsRequest.h @@ -1,51 +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_ADDGROUPSREQUEST_H_ -#define ALIBABACLOUD_GREEN_MODEL_ADDGROUPSREQUEST_H_ - -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT AddGroupsRequest : public RoaServiceRequest - { - - public: - AddGroupsRequest(); - ~AddGroupsRequest(); - +/* + * 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_ADDGROUPSREQUEST_H_ +#define ALIBABACLOUD_GREEN_MODEL_ADDGROUPSREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT AddGroupsRequest : public RoaServiceRequest + { + + public: + AddGroupsRequest(); + ~AddGroupsRequest(); + std::string getRegionId()const; void setRegionId(const std::string& regionId); std::string getClientInfo()const; void setClientInfo(const std::string& clientInfo); - - private: + + private: std::string regionId_; std::string clientInfo_; - - }; - } - } -} + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_ADDGROUPSREQUEST_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/AddGroupsResult.h b/green/include/alibabacloud/green/model/AddGroupsResult.h old mode 100755 new mode 100644 index 2f9ac0973..7254b22b3 --- a/green/include/alibabacloud/green/model/AddGroupsResult.h +++ b/green/include/alibabacloud/green/model/AddGroupsResult.h @@ -1,49 +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_ADDGROUPSRESULT_H_ -#define ALIBABACLOUD_GREEN_MODEL_ADDGROUPSRESULT_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT AddGroupsResult : public ServiceResult - { - public: - - - AddGroupsResult(); - explicit AddGroupsResult(const std::string &payload); - ~AddGroupsResult(); - - protected: - void parse(const std::string &payload); - private: - - }; - } - } -} +/* + * 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_ADDGROUPSRESULT_H_ +#define ALIBABACLOUD_GREEN_MODEL_ADDGROUPSRESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT AddGroupsResult : public ServiceResult + { + public: + + + AddGroupsResult(); + explicit AddGroupsResult(const std::string &payload); + ~AddGroupsResult(); + + protected: + void parse(const std::string &payload); + private: + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_ADDGROUPSRESULT_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/AddPersonRequest.h b/green/include/alibabacloud/green/model/AddPersonRequest.h old mode 100755 new mode 100644 index b7113cbdd..b085aec36 --- a/green/include/alibabacloud/green/model/AddPersonRequest.h +++ b/green/include/alibabacloud/green/model/AddPersonRequest.h @@ -1,51 +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_ADDPERSONREQUEST_H_ -#define ALIBABACLOUD_GREEN_MODEL_ADDPERSONREQUEST_H_ - -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT AddPersonRequest : public RoaServiceRequest - { - - public: - AddPersonRequest(); - ~AddPersonRequest(); - +/* + * 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_ADDPERSONREQUEST_H_ +#define ALIBABACLOUD_GREEN_MODEL_ADDPERSONREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT AddPersonRequest : public RoaServiceRequest + { + + public: + AddPersonRequest(); + ~AddPersonRequest(); + std::string getRegionId()const; void setRegionId(const std::string& regionId); std::string getClientInfo()const; void setClientInfo(const std::string& clientInfo); - - private: + + private: std::string regionId_; std::string clientInfo_; - - }; - } - } -} + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_ADDPERSONREQUEST_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/AddPersonResult.h b/green/include/alibabacloud/green/model/AddPersonResult.h old mode 100755 new mode 100644 index cb17aa1e1..e91c25316 --- a/green/include/alibabacloud/green/model/AddPersonResult.h +++ b/green/include/alibabacloud/green/model/AddPersonResult.h @@ -1,49 +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_ADDPERSONRESULT_H_ -#define ALIBABACLOUD_GREEN_MODEL_ADDPERSONRESULT_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT AddPersonResult : public ServiceResult - { - public: - - - AddPersonResult(); - explicit AddPersonResult(const std::string &payload); - ~AddPersonResult(); - - protected: - void parse(const std::string &payload); - private: - - }; - } - } -} +/* + * 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_ADDPERSONRESULT_H_ +#define ALIBABACLOUD_GREEN_MODEL_ADDPERSONRESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT AddPersonResult : public ServiceResult + { + public: + + + AddPersonResult(); + explicit AddPersonResult(const std::string &payload); + ~AddPersonResult(); + + protected: + void parse(const std::string &payload); + private: + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_ADDPERSONRESULT_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/AddSimilarityImageRequest.h b/green/include/alibabacloud/green/model/AddSimilarityImageRequest.h old mode 100755 new mode 100644 index b53ad657f..a4b9b20b5 --- a/green/include/alibabacloud/green/model/AddSimilarityImageRequest.h +++ b/green/include/alibabacloud/green/model/AddSimilarityImageRequest.h @@ -1,48 +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_ADDSIMILARITYIMAGEREQUEST_H_ -#define ALIBABACLOUD_GREEN_MODEL_ADDSIMILARITYIMAGEREQUEST_H_ - -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT AddSimilarityImageRequest : public RoaServiceRequest - { - - public: - AddSimilarityImageRequest(); - ~AddSimilarityImageRequest(); - +/* + * 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_ADDSIMILARITYIMAGEREQUEST_H_ +#define ALIBABACLOUD_GREEN_MODEL_ADDSIMILARITYIMAGEREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT AddSimilarityImageRequest : public RoaServiceRequest + { + + public: + AddSimilarityImageRequest(); + ~AddSimilarityImageRequest(); + std::string getClientInfo()const; void setClientInfo(const std::string& clientInfo); - - private: + + private: std::string clientInfo_; - - }; - } - } -} + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_ADDSIMILARITYIMAGEREQUEST_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/AddSimilarityImageResult.h b/green/include/alibabacloud/green/model/AddSimilarityImageResult.h old mode 100755 new mode 100644 index 2f1c4cdb6..68860b1f8 --- a/green/include/alibabacloud/green/model/AddSimilarityImageResult.h +++ b/green/include/alibabacloud/green/model/AddSimilarityImageResult.h @@ -1,49 +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_ADDSIMILARITYIMAGERESULT_H_ -#define ALIBABACLOUD_GREEN_MODEL_ADDSIMILARITYIMAGERESULT_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT AddSimilarityImageResult : public ServiceResult - { - public: - - - AddSimilarityImageResult(); - explicit AddSimilarityImageResult(const std::string &payload); - ~AddSimilarityImageResult(); - - protected: - void parse(const std::string &payload); - private: - - }; - } - } -} +/* + * 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_ADDSIMILARITYIMAGERESULT_H_ +#define ALIBABACLOUD_GREEN_MODEL_ADDSIMILARITYIMAGERESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT AddSimilarityImageResult : public ServiceResult + { + public: + + + AddSimilarityImageResult(); + explicit AddSimilarityImageResult(const std::string &payload); + ~AddSimilarityImageResult(); + + protected: + void parse(const std::string &payload); + private: + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_ADDSIMILARITYIMAGERESULT_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/AddSimilarityLibraryRequest.h b/green/include/alibabacloud/green/model/AddSimilarityLibraryRequest.h index f2015d004..d59936ed5 100644 --- a/green/include/alibabacloud/green/model/AddSimilarityLibraryRequest.h +++ b/green/include/alibabacloud/green/model/AddSimilarityLibraryRequest.h @@ -1,48 +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_ADDSIMILARITYLIBRARYREQUEST_H_ -#define ALIBABACLOUD_GREEN_MODEL_ADDSIMILARITYLIBRARYREQUEST_H_ - -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT AddSimilarityLibraryRequest : public RoaServiceRequest - { - - public: - AddSimilarityLibraryRequest(); - ~AddSimilarityLibraryRequest(); - +/* + * 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_ADDSIMILARITYLIBRARYREQUEST_H_ +#define ALIBABACLOUD_GREEN_MODEL_ADDSIMILARITYLIBRARYREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT AddSimilarityLibraryRequest : public RoaServiceRequest + { + + public: + AddSimilarityLibraryRequest(); + ~AddSimilarityLibraryRequest(); + std::string getClientInfo()const; void setClientInfo(const std::string& clientInfo); - - private: + + private: std::string clientInfo_; - - }; - } - } -} + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_ADDSIMILARITYLIBRARYREQUEST_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/AddSimilarityLibraryResult.h b/green/include/alibabacloud/green/model/AddSimilarityLibraryResult.h index c61fe3fd6..204b9ee56 100644 --- a/green/include/alibabacloud/green/model/AddSimilarityLibraryResult.h +++ b/green/include/alibabacloud/green/model/AddSimilarityLibraryResult.h @@ -1,49 +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_ADDSIMILARITYLIBRARYRESULT_H_ -#define ALIBABACLOUD_GREEN_MODEL_ADDSIMILARITYLIBRARYRESULT_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT AddSimilarityLibraryResult : public ServiceResult - { - public: - - - AddSimilarityLibraryResult(); - explicit AddSimilarityLibraryResult(const std::string &payload); - ~AddSimilarityLibraryResult(); - - protected: - void parse(const std::string &payload); - private: - - }; - } - } -} +/* + * 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_ADDSIMILARITYLIBRARYRESULT_H_ +#define ALIBABACLOUD_GREEN_MODEL_ADDSIMILARITYLIBRARYRESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT AddSimilarityLibraryResult : public ServiceResult + { + public: + + + AddSimilarityLibraryResult(); + explicit AddSimilarityLibraryResult(const std::string &payload); + ~AddSimilarityLibraryResult(); + + protected: + void parse(const std::string &payload); + private: + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_ADDSIMILARITYLIBRARYRESULT_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/AddVideoDnaGroupRequest.h b/green/include/alibabacloud/green/model/AddVideoDnaGroupRequest.h old mode 100755 new mode 100644 index 49d2539a3..cadf0c17c --- a/green/include/alibabacloud/green/model/AddVideoDnaGroupRequest.h +++ b/green/include/alibabacloud/green/model/AddVideoDnaGroupRequest.h @@ -1,48 +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_ADDVIDEODNAGROUPREQUEST_H_ -#define ALIBABACLOUD_GREEN_MODEL_ADDVIDEODNAGROUPREQUEST_H_ - -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT AddVideoDnaGroupRequest : public RoaServiceRequest - { - - public: - AddVideoDnaGroupRequest(); - ~AddVideoDnaGroupRequest(); - +/* + * 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_ADDVIDEODNAGROUPREQUEST_H_ +#define ALIBABACLOUD_GREEN_MODEL_ADDVIDEODNAGROUPREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT AddVideoDnaGroupRequest : public RoaServiceRequest + { + + public: + AddVideoDnaGroupRequest(); + ~AddVideoDnaGroupRequest(); + std::string getClientInfo()const; void setClientInfo(const std::string& clientInfo); - - private: + + private: std::string clientInfo_; - - }; - } - } -} + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_ADDVIDEODNAGROUPREQUEST_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/AddVideoDnaGroupResult.h b/green/include/alibabacloud/green/model/AddVideoDnaGroupResult.h old mode 100755 new mode 100644 index afeb98c67..2018ffa35 --- a/green/include/alibabacloud/green/model/AddVideoDnaGroupResult.h +++ b/green/include/alibabacloud/green/model/AddVideoDnaGroupResult.h @@ -1,49 +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_ADDVIDEODNAGROUPRESULT_H_ -#define ALIBABACLOUD_GREEN_MODEL_ADDVIDEODNAGROUPRESULT_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT AddVideoDnaGroupResult : public ServiceResult - { - public: - - - AddVideoDnaGroupResult(); - explicit AddVideoDnaGroupResult(const std::string &payload); - ~AddVideoDnaGroupResult(); - - protected: - void parse(const std::string &payload); - private: - - }; - } - } -} +/* + * 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_ADDVIDEODNAGROUPRESULT_H_ +#define ALIBABACLOUD_GREEN_MODEL_ADDVIDEODNAGROUPRESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT AddVideoDnaGroupResult : public ServiceResult + { + public: + + + AddVideoDnaGroupResult(); + explicit AddVideoDnaGroupResult(const std::string &payload); + ~AddVideoDnaGroupResult(); + + protected: + void parse(const std::string &payload); + private: + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_ADDVIDEODNAGROUPRESULT_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/AddVideoDnaRequest.h b/green/include/alibabacloud/green/model/AddVideoDnaRequest.h old mode 100755 new mode 100644 index acea51934..158501fa6 --- a/green/include/alibabacloud/green/model/AddVideoDnaRequest.h +++ b/green/include/alibabacloud/green/model/AddVideoDnaRequest.h @@ -1,48 +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_ADDVIDEODNAREQUEST_H_ -#define ALIBABACLOUD_GREEN_MODEL_ADDVIDEODNAREQUEST_H_ - -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT AddVideoDnaRequest : public RoaServiceRequest - { - - public: - AddVideoDnaRequest(); - ~AddVideoDnaRequest(); - +/* + * 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_ADDVIDEODNAREQUEST_H_ +#define ALIBABACLOUD_GREEN_MODEL_ADDVIDEODNAREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT AddVideoDnaRequest : public RoaServiceRequest + { + + public: + AddVideoDnaRequest(); + ~AddVideoDnaRequest(); + std::string getClientInfo()const; void setClientInfo(const std::string& clientInfo); - - private: + + private: std::string clientInfo_; - - }; - } - } -} + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_ADDVIDEODNAREQUEST_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/AddVideoDnaResult.h b/green/include/alibabacloud/green/model/AddVideoDnaResult.h old mode 100755 new mode 100644 index c9742bd24..7b171a389 --- a/green/include/alibabacloud/green/model/AddVideoDnaResult.h +++ b/green/include/alibabacloud/green/model/AddVideoDnaResult.h @@ -1,49 +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_ADDVIDEODNARESULT_H_ -#define ALIBABACLOUD_GREEN_MODEL_ADDVIDEODNARESULT_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT AddVideoDnaResult : public ServiceResult - { - public: - - - AddVideoDnaResult(); - explicit AddVideoDnaResult(const std::string &payload); - ~AddVideoDnaResult(); - - protected: - void parse(const std::string &payload); - private: - - }; - } - } -} +/* + * 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_ADDVIDEODNARESULT_H_ +#define ALIBABACLOUD_GREEN_MODEL_ADDVIDEODNARESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT AddVideoDnaResult : public ServiceResult + { + public: + + + AddVideoDnaResult(); + explicit AddVideoDnaResult(const std::string &payload); + ~AddVideoDnaResult(); + + protected: + void parse(const std::string &payload); + private: + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_ADDVIDEODNARESULT_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/DeleteBizTypeRequest.h b/green/include/alibabacloud/green/model/DeleteBizTypeRequest.h index b53e5766d..0bc084d11 100644 --- a/green/include/alibabacloud/green/model/DeleteBizTypeRequest.h +++ b/green/include/alibabacloud/green/model/DeleteBizTypeRequest.h @@ -35,14 +35,14 @@ namespace AlibabaCloud DeleteBizTypeRequest(); ~DeleteBizTypeRequest(); - std::string getSourceIp()const; - void setSourceIp(const std::string& sourceIp); - std::string getBizTypeName()const; - void setBizTypeName(const std::string& bizTypeName); + 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_; + std::string sourceIp_; + std::string bizTypeName_; }; } diff --git a/green/include/alibabacloud/green/model/DeleteFacesRequest.h b/green/include/alibabacloud/green/model/DeleteFacesRequest.h old mode 100755 new mode 100644 index fc1abd3d4..22e5eea43 --- a/green/include/alibabacloud/green/model/DeleteFacesRequest.h +++ b/green/include/alibabacloud/green/model/DeleteFacesRequest.h @@ -1,51 +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_DELETEFACESREQUEST_H_ -#define ALIBABACLOUD_GREEN_MODEL_DELETEFACESREQUEST_H_ - -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT DeleteFacesRequest : public RoaServiceRequest - { - - public: - DeleteFacesRequest(); - ~DeleteFacesRequest(); - +/* + * 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_DELETEFACESREQUEST_H_ +#define ALIBABACLOUD_GREEN_MODEL_DELETEFACESREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT DeleteFacesRequest : public RoaServiceRequest + { + + public: + DeleteFacesRequest(); + ~DeleteFacesRequest(); + std::string getRegionId()const; void setRegionId(const std::string& regionId); std::string getClientInfo()const; void setClientInfo(const std::string& clientInfo); - - private: + + private: std::string regionId_; std::string clientInfo_; - - }; - } - } -} + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_DELETEFACESREQUEST_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/DeleteFacesResult.h b/green/include/alibabacloud/green/model/DeleteFacesResult.h old mode 100755 new mode 100644 index 0055faa09..560a45442 --- a/green/include/alibabacloud/green/model/DeleteFacesResult.h +++ b/green/include/alibabacloud/green/model/DeleteFacesResult.h @@ -1,49 +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_DELETEFACESRESULT_H_ -#define ALIBABACLOUD_GREEN_MODEL_DELETEFACESRESULT_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT DeleteFacesResult : public ServiceResult - { - public: - - - DeleteFacesResult(); - explicit DeleteFacesResult(const std::string &payload); - ~DeleteFacesResult(); - - protected: - void parse(const std::string &payload); - private: - - }; - } - } -} +/* + * 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_DELETEFACESRESULT_H_ +#define ALIBABACLOUD_GREEN_MODEL_DELETEFACESRESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT DeleteFacesResult : public ServiceResult + { + public: + + + DeleteFacesResult(); + explicit DeleteFacesResult(const std::string &payload); + ~DeleteFacesResult(); + + protected: + void parse(const std::string &payload); + private: + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_DELETEFACESRESULT_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/DeleteGroupsRequest.h b/green/include/alibabacloud/green/model/DeleteGroupsRequest.h old mode 100755 new mode 100644 index ac0c42217..e7cb093b0 --- a/green/include/alibabacloud/green/model/DeleteGroupsRequest.h +++ b/green/include/alibabacloud/green/model/DeleteGroupsRequest.h @@ -1,51 +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_DELETEGROUPSREQUEST_H_ -#define ALIBABACLOUD_GREEN_MODEL_DELETEGROUPSREQUEST_H_ - -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT DeleteGroupsRequest : public RoaServiceRequest - { - - public: - DeleteGroupsRequest(); - ~DeleteGroupsRequest(); - +/* + * 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_DELETEGROUPSREQUEST_H_ +#define ALIBABACLOUD_GREEN_MODEL_DELETEGROUPSREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT DeleteGroupsRequest : public RoaServiceRequest + { + + public: + DeleteGroupsRequest(); + ~DeleteGroupsRequest(); + std::string getRegionId()const; void setRegionId(const std::string& regionId); std::string getClientInfo()const; void setClientInfo(const std::string& clientInfo); - - private: + + private: std::string regionId_; std::string clientInfo_; - - }; - } - } -} + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_DELETEGROUPSREQUEST_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/DeleteGroupsResult.h b/green/include/alibabacloud/green/model/DeleteGroupsResult.h old mode 100755 new mode 100644 index 913562098..b43485b4c --- a/green/include/alibabacloud/green/model/DeleteGroupsResult.h +++ b/green/include/alibabacloud/green/model/DeleteGroupsResult.h @@ -1,49 +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_DELETEGROUPSRESULT_H_ -#define ALIBABACLOUD_GREEN_MODEL_DELETEGROUPSRESULT_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT DeleteGroupsResult : public ServiceResult - { - public: - - - DeleteGroupsResult(); - explicit DeleteGroupsResult(const std::string &payload); - ~DeleteGroupsResult(); - - protected: - void parse(const std::string &payload); - private: - - }; - } - } -} +/* + * 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_DELETEGROUPSRESULT_H_ +#define ALIBABACLOUD_GREEN_MODEL_DELETEGROUPSRESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT DeleteGroupsResult : public ServiceResult + { + public: + + + DeleteGroupsResult(); + explicit DeleteGroupsResult(const std::string &payload); + ~DeleteGroupsResult(); + + protected: + void parse(const std::string &payload); + private: + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_DELETEGROUPSRESULT_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/DeletePersonRequest.h b/green/include/alibabacloud/green/model/DeletePersonRequest.h old mode 100755 new mode 100644 index e60ffe2cf..ee91ff846 --- a/green/include/alibabacloud/green/model/DeletePersonRequest.h +++ b/green/include/alibabacloud/green/model/DeletePersonRequest.h @@ -1,51 +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_DELETEPERSONREQUEST_H_ -#define ALIBABACLOUD_GREEN_MODEL_DELETEPERSONREQUEST_H_ - -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT DeletePersonRequest : public RoaServiceRequest - { - - public: - DeletePersonRequest(); - ~DeletePersonRequest(); - +/* + * 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_DELETEPERSONREQUEST_H_ +#define ALIBABACLOUD_GREEN_MODEL_DELETEPERSONREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT DeletePersonRequest : public RoaServiceRequest + { + + public: + DeletePersonRequest(); + ~DeletePersonRequest(); + std::string getRegionId()const; void setRegionId(const std::string& regionId); std::string getClientInfo()const; void setClientInfo(const std::string& clientInfo); - - private: + + private: std::string regionId_; std::string clientInfo_; - - }; - } - } -} + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_DELETEPERSONREQUEST_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/DeletePersonResult.h b/green/include/alibabacloud/green/model/DeletePersonResult.h old mode 100755 new mode 100644 index ac0d3fa8d..d01258645 --- a/green/include/alibabacloud/green/model/DeletePersonResult.h +++ b/green/include/alibabacloud/green/model/DeletePersonResult.h @@ -1,49 +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_DELETEPERSONRESULT_H_ -#define ALIBABACLOUD_GREEN_MODEL_DELETEPERSONRESULT_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT DeletePersonResult : public ServiceResult - { - public: - - - DeletePersonResult(); - explicit DeletePersonResult(const std::string &payload); - ~DeletePersonResult(); - - protected: - void parse(const std::string &payload); - private: - - }; - } - } -} +/* + * 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_DELETEPERSONRESULT_H_ +#define ALIBABACLOUD_GREEN_MODEL_DELETEPERSONRESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT DeletePersonResult : public ServiceResult + { + public: + + + DeletePersonResult(); + explicit DeletePersonResult(const std::string &payload); + ~DeletePersonResult(); + + protected: + void parse(const std::string &payload); + private: + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_DELETEPERSONRESULT_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/DeleteSimilarityImageRequest.h b/green/include/alibabacloud/green/model/DeleteSimilarityImageRequest.h old mode 100755 new mode 100644 index b4351a966..a6c568a41 --- a/green/include/alibabacloud/green/model/DeleteSimilarityImageRequest.h +++ b/green/include/alibabacloud/green/model/DeleteSimilarityImageRequest.h @@ -1,48 +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_DELETESIMILARITYIMAGEREQUEST_H_ -#define ALIBABACLOUD_GREEN_MODEL_DELETESIMILARITYIMAGEREQUEST_H_ - -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT DeleteSimilarityImageRequest : public RoaServiceRequest - { - - public: - DeleteSimilarityImageRequest(); - ~DeleteSimilarityImageRequest(); - +/* + * 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_DELETESIMILARITYIMAGEREQUEST_H_ +#define ALIBABACLOUD_GREEN_MODEL_DELETESIMILARITYIMAGEREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT DeleteSimilarityImageRequest : public RoaServiceRequest + { + + public: + DeleteSimilarityImageRequest(); + ~DeleteSimilarityImageRequest(); + std::string getClientInfo()const; void setClientInfo(const std::string& clientInfo); - - private: + + private: std::string clientInfo_; - - }; - } - } -} + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_DELETESIMILARITYIMAGEREQUEST_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/DeleteSimilarityImageResult.h b/green/include/alibabacloud/green/model/DeleteSimilarityImageResult.h old mode 100755 new mode 100644 index d16fcde99..3ee5a12f8 --- a/green/include/alibabacloud/green/model/DeleteSimilarityImageResult.h +++ b/green/include/alibabacloud/green/model/DeleteSimilarityImageResult.h @@ -1,49 +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_DELETESIMILARITYIMAGERESULT_H_ -#define ALIBABACLOUD_GREEN_MODEL_DELETESIMILARITYIMAGERESULT_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT DeleteSimilarityImageResult : public ServiceResult - { - public: - - - DeleteSimilarityImageResult(); - explicit DeleteSimilarityImageResult(const std::string &payload); - ~DeleteSimilarityImageResult(); - - protected: - void parse(const std::string &payload); - private: - - }; - } - } -} +/* + * 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_DELETESIMILARITYIMAGERESULT_H_ +#define ALIBABACLOUD_GREEN_MODEL_DELETESIMILARITYIMAGERESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT DeleteSimilarityImageResult : public ServiceResult + { + public: + + + DeleteSimilarityImageResult(); + explicit DeleteSimilarityImageResult(const std::string &payload); + ~DeleteSimilarityImageResult(); + + protected: + void parse(const std::string &payload); + private: + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_DELETESIMILARITYIMAGERESULT_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/DeleteSimilarityLibraryRequest.h b/green/include/alibabacloud/green/model/DeleteSimilarityLibraryRequest.h index 2d7ecb0b9..cec869ce1 100644 --- a/green/include/alibabacloud/green/model/DeleteSimilarityLibraryRequest.h +++ b/green/include/alibabacloud/green/model/DeleteSimilarityLibraryRequest.h @@ -1,48 +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_DELETESIMILARITYLIBRARYREQUEST_H_ -#define ALIBABACLOUD_GREEN_MODEL_DELETESIMILARITYLIBRARYREQUEST_H_ - -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT DeleteSimilarityLibraryRequest : public RoaServiceRequest - { - - public: - DeleteSimilarityLibraryRequest(); - ~DeleteSimilarityLibraryRequest(); - +/* + * 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_DELETESIMILARITYLIBRARYREQUEST_H_ +#define ALIBABACLOUD_GREEN_MODEL_DELETESIMILARITYLIBRARYREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT DeleteSimilarityLibraryRequest : public RoaServiceRequest + { + + public: + DeleteSimilarityLibraryRequest(); + ~DeleteSimilarityLibraryRequest(); + std::string getClientInfo()const; void setClientInfo(const std::string& clientInfo); - - private: + + private: std::string clientInfo_; - - }; - } - } -} + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_DELETESIMILARITYLIBRARYREQUEST_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/DeleteSimilarityLibraryResult.h b/green/include/alibabacloud/green/model/DeleteSimilarityLibraryResult.h index 83e27f536..4e8715aa5 100644 --- a/green/include/alibabacloud/green/model/DeleteSimilarityLibraryResult.h +++ b/green/include/alibabacloud/green/model/DeleteSimilarityLibraryResult.h @@ -1,49 +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_DELETESIMILARITYLIBRARYRESULT_H_ -#define ALIBABACLOUD_GREEN_MODEL_DELETESIMILARITYLIBRARYRESULT_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT DeleteSimilarityLibraryResult : public ServiceResult - { - public: - - - DeleteSimilarityLibraryResult(); - explicit DeleteSimilarityLibraryResult(const std::string &payload); - ~DeleteSimilarityLibraryResult(); - - protected: - void parse(const std::string &payload); - private: - - }; - } - } -} +/* + * 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_DELETESIMILARITYLIBRARYRESULT_H_ +#define ALIBABACLOUD_GREEN_MODEL_DELETESIMILARITYLIBRARYRESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT DeleteSimilarityLibraryResult : public ServiceResult + { + public: + + + DeleteSimilarityLibraryResult(); + explicit DeleteSimilarityLibraryResult(const std::string &payload); + ~DeleteSimilarityLibraryResult(); + + protected: + void parse(const std::string &payload); + private: + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_DELETESIMILARITYLIBRARYRESULT_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/DeleteVideoDnaGroupRequest.h b/green/include/alibabacloud/green/model/DeleteVideoDnaGroupRequest.h old mode 100755 new mode 100644 index b48f9f9d0..3120e231a --- a/green/include/alibabacloud/green/model/DeleteVideoDnaGroupRequest.h +++ b/green/include/alibabacloud/green/model/DeleteVideoDnaGroupRequest.h @@ -1,48 +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_DELETEVIDEODNAGROUPREQUEST_H_ -#define ALIBABACLOUD_GREEN_MODEL_DELETEVIDEODNAGROUPREQUEST_H_ - -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT DeleteVideoDnaGroupRequest : public RoaServiceRequest - { - - public: - DeleteVideoDnaGroupRequest(); - ~DeleteVideoDnaGroupRequest(); - +/* + * 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_DELETEVIDEODNAGROUPREQUEST_H_ +#define ALIBABACLOUD_GREEN_MODEL_DELETEVIDEODNAGROUPREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT DeleteVideoDnaGroupRequest : public RoaServiceRequest + { + + public: + DeleteVideoDnaGroupRequest(); + ~DeleteVideoDnaGroupRequest(); + std::string getClientInfo()const; void setClientInfo(const std::string& clientInfo); - - private: + + private: std::string clientInfo_; - - }; - } - } -} + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_DELETEVIDEODNAGROUPREQUEST_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/DeleteVideoDnaGroupResult.h b/green/include/alibabacloud/green/model/DeleteVideoDnaGroupResult.h old mode 100755 new mode 100644 index 716ae3c68..098faf8d8 --- a/green/include/alibabacloud/green/model/DeleteVideoDnaGroupResult.h +++ b/green/include/alibabacloud/green/model/DeleteVideoDnaGroupResult.h @@ -1,49 +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_DELETEVIDEODNAGROUPRESULT_H_ -#define ALIBABACLOUD_GREEN_MODEL_DELETEVIDEODNAGROUPRESULT_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT DeleteVideoDnaGroupResult : public ServiceResult - { - public: - - - DeleteVideoDnaGroupResult(); - explicit DeleteVideoDnaGroupResult(const std::string &payload); - ~DeleteVideoDnaGroupResult(); - - protected: - void parse(const std::string &payload); - private: - - }; - } - } -} +/* + * 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_DELETEVIDEODNAGROUPRESULT_H_ +#define ALIBABACLOUD_GREEN_MODEL_DELETEVIDEODNAGROUPRESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT DeleteVideoDnaGroupResult : public ServiceResult + { + public: + + + DeleteVideoDnaGroupResult(); + explicit DeleteVideoDnaGroupResult(const std::string &payload); + ~DeleteVideoDnaGroupResult(); + + protected: + void parse(const std::string &payload); + private: + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_DELETEVIDEODNAGROUPRESULT_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/DeleteVideoDnaRequest.h b/green/include/alibabacloud/green/model/DeleteVideoDnaRequest.h old mode 100755 new mode 100644 index 7ce99a186..7f5592321 --- a/green/include/alibabacloud/green/model/DeleteVideoDnaRequest.h +++ b/green/include/alibabacloud/green/model/DeleteVideoDnaRequest.h @@ -1,48 +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_DELETEVIDEODNAREQUEST_H_ -#define ALIBABACLOUD_GREEN_MODEL_DELETEVIDEODNAREQUEST_H_ - -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT DeleteVideoDnaRequest : public RoaServiceRequest - { - - public: - DeleteVideoDnaRequest(); - ~DeleteVideoDnaRequest(); - +/* + * 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_DELETEVIDEODNAREQUEST_H_ +#define ALIBABACLOUD_GREEN_MODEL_DELETEVIDEODNAREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT DeleteVideoDnaRequest : public RoaServiceRequest + { + + public: + DeleteVideoDnaRequest(); + ~DeleteVideoDnaRequest(); + std::string getClientInfo()const; void setClientInfo(const std::string& clientInfo); - - private: + + private: std::string clientInfo_; - - }; - } - } -} + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_DELETEVIDEODNAREQUEST_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/DeleteVideoDnaResult.h b/green/include/alibabacloud/green/model/DeleteVideoDnaResult.h old mode 100755 new mode 100644 index d1824d6ec..461de9f0e --- a/green/include/alibabacloud/green/model/DeleteVideoDnaResult.h +++ b/green/include/alibabacloud/green/model/DeleteVideoDnaResult.h @@ -1,49 +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_DELETEVIDEODNARESULT_H_ -#define ALIBABACLOUD_GREEN_MODEL_DELETEVIDEODNARESULT_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT DeleteVideoDnaResult : public ServiceResult - { - public: - - - DeleteVideoDnaResult(); - explicit DeleteVideoDnaResult(const std::string &payload); - ~DeleteVideoDnaResult(); - - protected: - void parse(const std::string &payload); - private: - - }; - } - } -} +/* + * 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_DELETEVIDEODNARESULT_H_ +#define ALIBABACLOUD_GREEN_MODEL_DELETEVIDEODNARESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT DeleteVideoDnaResult : public ServiceResult + { + public: + + + DeleteVideoDnaResult(); + explicit DeleteVideoDnaResult(const std::string &payload); + ~DeleteVideoDnaResult(); + + protected: + void parse(const std::string &payload); + private: + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_DELETEVIDEODNARESULT_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/DescribeAuditCallbackRequest.h b/green/include/alibabacloud/green/model/DescribeAuditCallbackRequest.h index a7dad986f..3ca2d485b 100644 --- a/green/include/alibabacloud/green/model/DescribeAuditCallbackRequest.h +++ b/green/include/alibabacloud/green/model/DescribeAuditCallbackRequest.h @@ -35,11 +35,11 @@ namespace AlibabaCloud DescribeAuditCallbackRequest(); ~DescribeAuditCallbackRequest(); - std::string getSourceIp()const; - void setSourceIp(const std::string& sourceIp); + std::string getSourceIp()const; + void setSourceIp(const std::string& sourceIp); private: - std::string sourceIp_; + std::string sourceIp_; }; } diff --git a/green/include/alibabacloud/green/model/DescribeAuditRangeRequest.h b/green/include/alibabacloud/green/model/DescribeAuditRangeRequest.h index 2b9f17dfb..bc082a76e 100644 --- a/green/include/alibabacloud/green/model/DescribeAuditRangeRequest.h +++ b/green/include/alibabacloud/green/model/DescribeAuditRangeRequest.h @@ -35,11 +35,11 @@ namespace AlibabaCloud DescribeAuditRangeRequest(); ~DescribeAuditRangeRequest(); - std::string getSourceIp()const; - void setSourceIp(const std::string& sourceIp); + std::string getSourceIp()const; + void setSourceIp(const std::string& sourceIp); private: - std::string sourceIp_; + std::string sourceIp_; }; } diff --git a/green/include/alibabacloud/green/model/DescribeUserBizTypesRequest.h b/green/include/alibabacloud/green/model/DescribeUserBizTypesRequest.h index 0903200f1..385345241 100644 --- a/green/include/alibabacloud/green/model/DescribeUserBizTypesRequest.h +++ b/green/include/alibabacloud/green/model/DescribeUserBizTypesRequest.h @@ -35,14 +35,14 @@ namespace AlibabaCloud DescribeUserBizTypesRequest(); ~DescribeUserBizTypesRequest(); - bool getCustomized()const; - void setCustomized(bool customized); - std::string getSourceIp()const; - void setSourceIp(const std::string& sourceIp); + bool getCustomized()const; + void setCustomized(bool customized); + std::string getSourceIp()const; + void setSourceIp(const std::string& sourceIp); private: - bool customized_; - std::string sourceIp_; + bool customized_; + std::string sourceIp_; }; } diff --git a/green/include/alibabacloud/green/model/DetectFaceRequest.h b/green/include/alibabacloud/green/model/DetectFaceRequest.h index 44e37fa24..8e489da75 100644 --- a/green/include/alibabacloud/green/model/DetectFaceRequest.h +++ b/green/include/alibabacloud/green/model/DetectFaceRequest.h @@ -1,48 +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_DETECTFACEREQUEST_H_ -#define ALIBABACLOUD_GREEN_MODEL_DETECTFACEREQUEST_H_ - -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT DetectFaceRequest : public RoaServiceRequest - { - - public: - DetectFaceRequest(); - ~DetectFaceRequest(); - +/* + * 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_DETECTFACEREQUEST_H_ +#define ALIBABACLOUD_GREEN_MODEL_DETECTFACEREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT DetectFaceRequest : public RoaServiceRequest + { + + public: + DetectFaceRequest(); + ~DetectFaceRequest(); + std::string getClientInfo()const; void setClientInfo(const std::string& clientInfo); - - private: + + private: std::string clientInfo_; - - }; - } - } -} + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_DETECTFACEREQUEST_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/DetectFaceResult.h b/green/include/alibabacloud/green/model/DetectFaceResult.h index 75e8a3beb..844ce1d43 100644 --- a/green/include/alibabacloud/green/model/DetectFaceResult.h +++ b/green/include/alibabacloud/green/model/DetectFaceResult.h @@ -1,49 +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_DETECTFACERESULT_H_ -#define ALIBABACLOUD_GREEN_MODEL_DETECTFACERESULT_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT DetectFaceResult : public ServiceResult - { - public: - - - DetectFaceResult(); - explicit DetectFaceResult(const std::string &payload); - ~DetectFaceResult(); - - protected: - void parse(const std::string &payload); - private: - - }; - } - } -} +/* + * 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_DETECTFACERESULT_H_ +#define ALIBABACLOUD_GREEN_MODEL_DETECTFACERESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT DetectFaceResult : public ServiceResult + { + public: + + + DetectFaceResult(); + explicit DetectFaceResult(const std::string &payload); + ~DetectFaceResult(); + + protected: + void parse(const std::string &payload); + private: + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_DETECTFACERESULT_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/FileAsyncScanRequest.h b/green/include/alibabacloud/green/model/FileAsyncScanRequest.h old mode 100755 new mode 100644 index 1ff18c958..aa9d6ab30 --- a/green/include/alibabacloud/green/model/FileAsyncScanRequest.h +++ b/green/include/alibabacloud/green/model/FileAsyncScanRequest.h @@ -1,48 +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_FILEASYNCSCANREQUEST_H_ -#define ALIBABACLOUD_GREEN_MODEL_FILEASYNCSCANREQUEST_H_ - -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT FileAsyncScanRequest : public RoaServiceRequest - { - - public: - FileAsyncScanRequest(); - ~FileAsyncScanRequest(); - +/* + * 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_FILEASYNCSCANREQUEST_H_ +#define ALIBABACLOUD_GREEN_MODEL_FILEASYNCSCANREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT FileAsyncScanRequest : public RoaServiceRequest + { + + public: + FileAsyncScanRequest(); + ~FileAsyncScanRequest(); + std::string getClientInfo()const; void setClientInfo(const std::string& clientInfo); - - private: + + private: std::string clientInfo_; - - }; - } - } -} + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_FILEASYNCSCANREQUEST_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/FileAsyncScanResult.h b/green/include/alibabacloud/green/model/FileAsyncScanResult.h old mode 100755 new mode 100644 index 76819d472..b797bec2f --- a/green/include/alibabacloud/green/model/FileAsyncScanResult.h +++ b/green/include/alibabacloud/green/model/FileAsyncScanResult.h @@ -1,49 +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_FILEASYNCSCANRESULT_H_ -#define ALIBABACLOUD_GREEN_MODEL_FILEASYNCSCANRESULT_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT FileAsyncScanResult : public ServiceResult - { - public: - - - FileAsyncScanResult(); - explicit FileAsyncScanResult(const std::string &payload); - ~FileAsyncScanResult(); - - protected: - void parse(const std::string &payload); - private: - - }; - } - } -} +/* + * 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_FILEASYNCSCANRESULT_H_ +#define ALIBABACLOUD_GREEN_MODEL_FILEASYNCSCANRESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT FileAsyncScanResult : public ServiceResult + { + public: + + + FileAsyncScanResult(); + explicit FileAsyncScanResult(const std::string &payload); + ~FileAsyncScanResult(); + + protected: + void parse(const std::string &payload); + private: + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_FILEASYNCSCANRESULT_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/FileAsyncScanResultsRequest.h b/green/include/alibabacloud/green/model/FileAsyncScanResultsRequest.h old mode 100755 new mode 100644 index 3620fc26c..ef30e2ebf --- a/green/include/alibabacloud/green/model/FileAsyncScanResultsRequest.h +++ b/green/include/alibabacloud/green/model/FileAsyncScanResultsRequest.h @@ -1,48 +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_FILEASYNCSCANRESULTSREQUEST_H_ -#define ALIBABACLOUD_GREEN_MODEL_FILEASYNCSCANRESULTSREQUEST_H_ - -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT FileAsyncScanResultsRequest : public RoaServiceRequest - { - - public: - FileAsyncScanResultsRequest(); - ~FileAsyncScanResultsRequest(); - +/* + * 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_FILEASYNCSCANRESULTSREQUEST_H_ +#define ALIBABACLOUD_GREEN_MODEL_FILEASYNCSCANRESULTSREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT FileAsyncScanResultsRequest : public RoaServiceRequest + { + + public: + FileAsyncScanResultsRequest(); + ~FileAsyncScanResultsRequest(); + std::string getClientInfo()const; void setClientInfo(const std::string& clientInfo); - - private: + + private: std::string clientInfo_; - - }; - } - } -} + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_FILEASYNCSCANRESULTSREQUEST_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/FileAsyncScanResultsResult.h b/green/include/alibabacloud/green/model/FileAsyncScanResultsResult.h old mode 100755 new mode 100644 index aadee6912..effd025f5 --- a/green/include/alibabacloud/green/model/FileAsyncScanResultsResult.h +++ b/green/include/alibabacloud/green/model/FileAsyncScanResultsResult.h @@ -1,49 +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_FILEASYNCSCANRESULTSRESULT_H_ -#define ALIBABACLOUD_GREEN_MODEL_FILEASYNCSCANRESULTSRESULT_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT FileAsyncScanResultsResult : public ServiceResult - { - public: - - - FileAsyncScanResultsResult(); - explicit FileAsyncScanResultsResult(const std::string &payload); - ~FileAsyncScanResultsResult(); - - protected: - void parse(const std::string &payload); - private: - - }; - } - } -} +/* + * 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_FILEASYNCSCANRESULTSRESULT_H_ +#define ALIBABACLOUD_GREEN_MODEL_FILEASYNCSCANRESULTSRESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT FileAsyncScanResultsResult : public ServiceResult + { + public: + + + FileAsyncScanResultsResult(); + explicit FileAsyncScanResultsResult(const std::string &payload); + ~FileAsyncScanResultsResult(); + + protected: + void parse(const std::string &payload); + private: + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_FILEASYNCSCANRESULTSRESULT_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/GetAddVideoDnaResultsRequest.h b/green/include/alibabacloud/green/model/GetAddVideoDnaResultsRequest.h old mode 100755 new mode 100644 index 9cfe502a0..6914fae51 --- a/green/include/alibabacloud/green/model/GetAddVideoDnaResultsRequest.h +++ b/green/include/alibabacloud/green/model/GetAddVideoDnaResultsRequest.h @@ -1,48 +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_GETADDVIDEODNARESULTSREQUEST_H_ -#define ALIBABACLOUD_GREEN_MODEL_GETADDVIDEODNARESULTSREQUEST_H_ - -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT GetAddVideoDnaResultsRequest : public RoaServiceRequest - { - - public: - GetAddVideoDnaResultsRequest(); - ~GetAddVideoDnaResultsRequest(); - +/* + * 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_GETADDVIDEODNARESULTSREQUEST_H_ +#define ALIBABACLOUD_GREEN_MODEL_GETADDVIDEODNARESULTSREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT GetAddVideoDnaResultsRequest : public RoaServiceRequest + { + + public: + GetAddVideoDnaResultsRequest(); + ~GetAddVideoDnaResultsRequest(); + std::string getClientInfo()const; void setClientInfo(const std::string& clientInfo); - - private: + + private: std::string clientInfo_; - - }; - } - } -} + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_GETADDVIDEODNARESULTSREQUEST_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/GetAddVideoDnaResultsResult.h b/green/include/alibabacloud/green/model/GetAddVideoDnaResultsResult.h old mode 100755 new mode 100644 index f9ba58d7f..5eb5b006d --- a/green/include/alibabacloud/green/model/GetAddVideoDnaResultsResult.h +++ b/green/include/alibabacloud/green/model/GetAddVideoDnaResultsResult.h @@ -1,49 +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_GETADDVIDEODNARESULTSRESULT_H_ -#define ALIBABACLOUD_GREEN_MODEL_GETADDVIDEODNARESULTSRESULT_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT GetAddVideoDnaResultsResult : public ServiceResult - { - public: - - - GetAddVideoDnaResultsResult(); - explicit GetAddVideoDnaResultsResult(const std::string &payload); - ~GetAddVideoDnaResultsResult(); - - protected: - void parse(const std::string &payload); - private: - - }; - } - } -} +/* + * 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_GETADDVIDEODNARESULTSRESULT_H_ +#define ALIBABACLOUD_GREEN_MODEL_GETADDVIDEODNARESULTSRESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT GetAddVideoDnaResultsResult : public ServiceResult + { + public: + + + GetAddVideoDnaResultsResult(); + explicit GetAddVideoDnaResultsResult(const std::string &payload); + ~GetAddVideoDnaResultsResult(); + + protected: + void parse(const std::string &payload); + private: + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_GETADDVIDEODNARESULTSRESULT_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/GetFacesRequest.h b/green/include/alibabacloud/green/model/GetFacesRequest.h old mode 100755 new mode 100644 index 7fe4a6d82..40c40f96a --- a/green/include/alibabacloud/green/model/GetFacesRequest.h +++ b/green/include/alibabacloud/green/model/GetFacesRequest.h @@ -1,51 +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_GETFACESREQUEST_H_ -#define ALIBABACLOUD_GREEN_MODEL_GETFACESREQUEST_H_ - -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT GetFacesRequest : public RoaServiceRequest - { - - public: - GetFacesRequest(); - ~GetFacesRequest(); - +/* + * 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_GETFACESREQUEST_H_ +#define ALIBABACLOUD_GREEN_MODEL_GETFACESREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT GetFacesRequest : public RoaServiceRequest + { + + public: + GetFacesRequest(); + ~GetFacesRequest(); + std::string getRegionId()const; void setRegionId(const std::string& regionId); std::string getClientInfo()const; void setClientInfo(const std::string& clientInfo); - - private: + + private: std::string regionId_; std::string clientInfo_; - - }; - } - } -} + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_GETFACESREQUEST_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/GetFacesResult.h b/green/include/alibabacloud/green/model/GetFacesResult.h old mode 100755 new mode 100644 index 4511691ba..cca07cfcd --- a/green/include/alibabacloud/green/model/GetFacesResult.h +++ b/green/include/alibabacloud/green/model/GetFacesResult.h @@ -1,49 +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_GETFACESRESULT_H_ -#define ALIBABACLOUD_GREEN_MODEL_GETFACESRESULT_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT GetFacesResult : public ServiceResult - { - public: - - - GetFacesResult(); - explicit GetFacesResult(const std::string &payload); - ~GetFacesResult(); - - protected: - void parse(const std::string &payload); - private: - - }; - } - } -} +/* + * 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_GETFACESRESULT_H_ +#define ALIBABACLOUD_GREEN_MODEL_GETFACESRESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT GetFacesResult : public ServiceResult + { + public: + + + GetFacesResult(); + explicit GetFacesResult(const std::string &payload); + ~GetFacesResult(); + + protected: + void parse(const std::string &payload); + private: + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_GETFACESRESULT_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/GetGroupsRequest.h b/green/include/alibabacloud/green/model/GetGroupsRequest.h old mode 100755 new mode 100644 index 7f89af077..c47bf096a --- a/green/include/alibabacloud/green/model/GetGroupsRequest.h +++ b/green/include/alibabacloud/green/model/GetGroupsRequest.h @@ -1,51 +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_GETGROUPSREQUEST_H_ -#define ALIBABACLOUD_GREEN_MODEL_GETGROUPSREQUEST_H_ - -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT GetGroupsRequest : public RoaServiceRequest - { - - public: - GetGroupsRequest(); - ~GetGroupsRequest(); - +/* + * 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_GETGROUPSREQUEST_H_ +#define ALIBABACLOUD_GREEN_MODEL_GETGROUPSREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT GetGroupsRequest : public RoaServiceRequest + { + + public: + GetGroupsRequest(); + ~GetGroupsRequest(); + std::string getRegionId()const; void setRegionId(const std::string& regionId); std::string getClientInfo()const; void setClientInfo(const std::string& clientInfo); - - private: + + private: std::string regionId_; std::string clientInfo_; - - }; - } - } -} + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_GETGROUPSREQUEST_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/GetGroupsResult.h b/green/include/alibabacloud/green/model/GetGroupsResult.h old mode 100755 new mode 100644 index e97814e3b..c3caad4d0 --- a/green/include/alibabacloud/green/model/GetGroupsResult.h +++ b/green/include/alibabacloud/green/model/GetGroupsResult.h @@ -1,49 +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_GETGROUPSRESULT_H_ -#define ALIBABACLOUD_GREEN_MODEL_GETGROUPSRESULT_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT GetGroupsResult : public ServiceResult - { - public: - - - GetGroupsResult(); - explicit GetGroupsResult(const std::string &payload); - ~GetGroupsResult(); - - protected: - void parse(const std::string &payload); - private: - - }; - } - } -} +/* + * 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_GETGROUPSRESULT_H_ +#define ALIBABACLOUD_GREEN_MODEL_GETGROUPSRESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT GetGroupsResult : public ServiceResult + { + public: + + + GetGroupsResult(); + explicit GetGroupsResult(const std::string &payload); + ~GetGroupsResult(); + + protected: + void parse(const std::string &payload); + private: + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_GETGROUPSRESULT_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/GetPersonRequest.h b/green/include/alibabacloud/green/model/GetPersonRequest.h old mode 100755 new mode 100644 index c50b41235..614646f3f --- a/green/include/alibabacloud/green/model/GetPersonRequest.h +++ b/green/include/alibabacloud/green/model/GetPersonRequest.h @@ -1,51 +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_GETPERSONREQUEST_H_ -#define ALIBABACLOUD_GREEN_MODEL_GETPERSONREQUEST_H_ - -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT GetPersonRequest : public RoaServiceRequest - { - - public: - GetPersonRequest(); - ~GetPersonRequest(); - +/* + * 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_GETPERSONREQUEST_H_ +#define ALIBABACLOUD_GREEN_MODEL_GETPERSONREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT GetPersonRequest : public RoaServiceRequest + { + + public: + GetPersonRequest(); + ~GetPersonRequest(); + std::string getRegionId()const; void setRegionId(const std::string& regionId); std::string getClientInfo()const; void setClientInfo(const std::string& clientInfo); - - private: + + private: std::string regionId_; std::string clientInfo_; - - }; - } - } -} + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_GETPERSONREQUEST_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/GetPersonResult.h b/green/include/alibabacloud/green/model/GetPersonResult.h old mode 100755 new mode 100644 index 9de9a77cb..0e313e4dc --- a/green/include/alibabacloud/green/model/GetPersonResult.h +++ b/green/include/alibabacloud/green/model/GetPersonResult.h @@ -1,49 +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_GETPERSONRESULT_H_ -#define ALIBABACLOUD_GREEN_MODEL_GETPERSONRESULT_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT GetPersonResult : public ServiceResult - { - public: - - - GetPersonResult(); - explicit GetPersonResult(const std::string &payload); - ~GetPersonResult(); - - protected: - void parse(const std::string &payload); - private: - - }; - } - } -} +/* + * 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_GETPERSONRESULT_H_ +#define ALIBABACLOUD_GREEN_MODEL_GETPERSONRESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT GetPersonResult : public ServiceResult + { + public: + + + GetPersonResult(); + explicit GetPersonResult(const std::string &payload); + ~GetPersonResult(); + + protected: + void parse(const std::string &payload); + private: + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_GETPERSONRESULT_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/GetPersonsRequest.h b/green/include/alibabacloud/green/model/GetPersonsRequest.h old mode 100755 new mode 100644 index beb1e4acd..6a6815e3d --- a/green/include/alibabacloud/green/model/GetPersonsRequest.h +++ b/green/include/alibabacloud/green/model/GetPersonsRequest.h @@ -1,51 +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_GETPERSONSREQUEST_H_ -#define ALIBABACLOUD_GREEN_MODEL_GETPERSONSREQUEST_H_ - -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT GetPersonsRequest : public RoaServiceRequest - { - - public: - GetPersonsRequest(); - ~GetPersonsRequest(); - +/* + * 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_GETPERSONSREQUEST_H_ +#define ALIBABACLOUD_GREEN_MODEL_GETPERSONSREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT GetPersonsRequest : public RoaServiceRequest + { + + public: + GetPersonsRequest(); + ~GetPersonsRequest(); + std::string getRegionId()const; void setRegionId(const std::string& regionId); std::string getClientInfo()const; void setClientInfo(const std::string& clientInfo); - - private: + + private: std::string regionId_; std::string clientInfo_; - - }; - } - } -} + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_GETPERSONSREQUEST_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/GetPersonsResult.h b/green/include/alibabacloud/green/model/GetPersonsResult.h old mode 100755 new mode 100644 index 3fd5ee151..a487a57ee --- a/green/include/alibabacloud/green/model/GetPersonsResult.h +++ b/green/include/alibabacloud/green/model/GetPersonsResult.h @@ -1,49 +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_GETPERSONSRESULT_H_ -#define ALIBABACLOUD_GREEN_MODEL_GETPERSONSRESULT_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT GetPersonsResult : public ServiceResult - { - public: - - - GetPersonsResult(); - explicit GetPersonsResult(const std::string &payload); - ~GetPersonsResult(); - - protected: - void parse(const std::string &payload); - private: - - }; - } - } -} +/* + * 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_GETPERSONSRESULT_H_ +#define ALIBABACLOUD_GREEN_MODEL_GETPERSONSRESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT GetPersonsResult : public ServiceResult + { + public: + + + GetPersonsResult(); + explicit GetPersonsResult(const std::string &payload); + ~GetPersonsResult(); + + protected: + void parse(const std::string &payload); + private: + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_GETPERSONSRESULT_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/GetSimilarityImageRequest.h b/green/include/alibabacloud/green/model/GetSimilarityImageRequest.h index e5ccb9b88..cbc7abd47 100644 --- a/green/include/alibabacloud/green/model/GetSimilarityImageRequest.h +++ b/green/include/alibabacloud/green/model/GetSimilarityImageRequest.h @@ -1,48 +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_GETSIMILARITYIMAGEREQUEST_H_ -#define ALIBABACLOUD_GREEN_MODEL_GETSIMILARITYIMAGEREQUEST_H_ - -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT GetSimilarityImageRequest : public RoaServiceRequest - { - - public: - GetSimilarityImageRequest(); - ~GetSimilarityImageRequest(); - +/* + * 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_GETSIMILARITYIMAGEREQUEST_H_ +#define ALIBABACLOUD_GREEN_MODEL_GETSIMILARITYIMAGEREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT GetSimilarityImageRequest : public RoaServiceRequest + { + + public: + GetSimilarityImageRequest(); + ~GetSimilarityImageRequest(); + std::string getClientInfo()const; void setClientInfo(const std::string& clientInfo); - - private: + + private: std::string clientInfo_; - - }; - } - } -} + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_GETSIMILARITYIMAGEREQUEST_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/GetSimilarityImageResult.h b/green/include/alibabacloud/green/model/GetSimilarityImageResult.h index 9136abec1..c7e600832 100644 --- a/green/include/alibabacloud/green/model/GetSimilarityImageResult.h +++ b/green/include/alibabacloud/green/model/GetSimilarityImageResult.h @@ -1,49 +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_GETSIMILARITYIMAGERESULT_H_ -#define ALIBABACLOUD_GREEN_MODEL_GETSIMILARITYIMAGERESULT_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT GetSimilarityImageResult : public ServiceResult - { - public: - - - GetSimilarityImageResult(); - explicit GetSimilarityImageResult(const std::string &payload); - ~GetSimilarityImageResult(); - - protected: - void parse(const std::string &payload); - private: - - }; - } - } -} +/* + * 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_GETSIMILARITYIMAGERESULT_H_ +#define ALIBABACLOUD_GREEN_MODEL_GETSIMILARITYIMAGERESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT GetSimilarityImageResult : public ServiceResult + { + public: + + + GetSimilarityImageResult(); + explicit GetSimilarityImageResult(const std::string &payload); + ~GetSimilarityImageResult(); + + protected: + void parse(const std::string &payload); + private: + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_GETSIMILARITYIMAGERESULT_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/GetSimilarityLibraryRequest.h b/green/include/alibabacloud/green/model/GetSimilarityLibraryRequest.h index 4ecc661f9..2cc7580bc 100644 --- a/green/include/alibabacloud/green/model/GetSimilarityLibraryRequest.h +++ b/green/include/alibabacloud/green/model/GetSimilarityLibraryRequest.h @@ -1,48 +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_GETSIMILARITYLIBRARYREQUEST_H_ -#define ALIBABACLOUD_GREEN_MODEL_GETSIMILARITYLIBRARYREQUEST_H_ - -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT GetSimilarityLibraryRequest : public RoaServiceRequest - { - - public: - GetSimilarityLibraryRequest(); - ~GetSimilarityLibraryRequest(); - +/* + * 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_GETSIMILARITYLIBRARYREQUEST_H_ +#define ALIBABACLOUD_GREEN_MODEL_GETSIMILARITYLIBRARYREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT GetSimilarityLibraryRequest : public RoaServiceRequest + { + + public: + GetSimilarityLibraryRequest(); + ~GetSimilarityLibraryRequest(); + std::string getClientInfo()const; void setClientInfo(const std::string& clientInfo); - - private: + + private: std::string clientInfo_; - - }; - } - } -} + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_GETSIMILARITYLIBRARYREQUEST_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/GetSimilarityLibraryResult.h b/green/include/alibabacloud/green/model/GetSimilarityLibraryResult.h index ad7b64d6c..0d225058e 100644 --- a/green/include/alibabacloud/green/model/GetSimilarityLibraryResult.h +++ b/green/include/alibabacloud/green/model/GetSimilarityLibraryResult.h @@ -1,49 +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_GETSIMILARITYLIBRARYRESULT_H_ -#define ALIBABACLOUD_GREEN_MODEL_GETSIMILARITYLIBRARYRESULT_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT GetSimilarityLibraryResult : public ServiceResult - { - public: - - - GetSimilarityLibraryResult(); - explicit GetSimilarityLibraryResult(const std::string &payload); - ~GetSimilarityLibraryResult(); - - protected: - void parse(const std::string &payload); - private: - - }; - } - } -} +/* + * 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_GETSIMILARITYLIBRARYRESULT_H_ +#define ALIBABACLOUD_GREEN_MODEL_GETSIMILARITYLIBRARYRESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT GetSimilarityLibraryResult : public ServiceResult + { + public: + + + GetSimilarityLibraryResult(); + explicit GetSimilarityLibraryResult(const std::string &payload); + ~GetSimilarityLibraryResult(); + + protected: + void parse(const std::string &payload); + private: + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_GETSIMILARITYLIBRARYRESULT_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/ImageAsyncScanRequest.h b/green/include/alibabacloud/green/model/ImageAsyncScanRequest.h old mode 100755 new mode 100644 index 906ed6006..6dd60e030 --- a/green/include/alibabacloud/green/model/ImageAsyncScanRequest.h +++ b/green/include/alibabacloud/green/model/ImageAsyncScanRequest.h @@ -1,48 +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_IMAGEASYNCSCANREQUEST_H_ -#define ALIBABACLOUD_GREEN_MODEL_IMAGEASYNCSCANREQUEST_H_ - -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT ImageAsyncScanRequest : public RoaServiceRequest - { - - public: - ImageAsyncScanRequest(); - ~ImageAsyncScanRequest(); - +/* + * 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_IMAGEASYNCSCANREQUEST_H_ +#define ALIBABACLOUD_GREEN_MODEL_IMAGEASYNCSCANREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT ImageAsyncScanRequest : public RoaServiceRequest + { + + public: + ImageAsyncScanRequest(); + ~ImageAsyncScanRequest(); + std::string getClientInfo()const; void setClientInfo(const std::string& clientInfo); - - private: + + private: std::string clientInfo_; - - }; - } - } -} + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_IMAGEASYNCSCANREQUEST_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/ImageAsyncScanResult.h b/green/include/alibabacloud/green/model/ImageAsyncScanResult.h old mode 100755 new mode 100644 index 6b01193cf..500e08da1 --- a/green/include/alibabacloud/green/model/ImageAsyncScanResult.h +++ b/green/include/alibabacloud/green/model/ImageAsyncScanResult.h @@ -1,49 +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_IMAGEASYNCSCANRESULT_H_ -#define ALIBABACLOUD_GREEN_MODEL_IMAGEASYNCSCANRESULT_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT ImageAsyncScanResult : public ServiceResult - { - public: - - - ImageAsyncScanResult(); - explicit ImageAsyncScanResult(const std::string &payload); - ~ImageAsyncScanResult(); - - protected: - void parse(const std::string &payload); - private: - - }; - } - } -} +/* + * 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_IMAGEASYNCSCANRESULT_H_ +#define ALIBABACLOUD_GREEN_MODEL_IMAGEASYNCSCANRESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT ImageAsyncScanResult : public ServiceResult + { + public: + + + ImageAsyncScanResult(); + explicit ImageAsyncScanResult(const std::string &payload); + ~ImageAsyncScanResult(); + + protected: + void parse(const std::string &payload); + private: + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_IMAGEASYNCSCANRESULT_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/ImageAsyncScanResultsRequest.h b/green/include/alibabacloud/green/model/ImageAsyncScanResultsRequest.h old mode 100755 new mode 100644 index 7bdaa2241..c90391e3c --- a/green/include/alibabacloud/green/model/ImageAsyncScanResultsRequest.h +++ b/green/include/alibabacloud/green/model/ImageAsyncScanResultsRequest.h @@ -1,48 +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_IMAGEASYNCSCANRESULTSREQUEST_H_ -#define ALIBABACLOUD_GREEN_MODEL_IMAGEASYNCSCANRESULTSREQUEST_H_ - -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT ImageAsyncScanResultsRequest : public RoaServiceRequest - { - - public: - ImageAsyncScanResultsRequest(); - ~ImageAsyncScanResultsRequest(); - +/* + * 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_IMAGEASYNCSCANRESULTSREQUEST_H_ +#define ALIBABACLOUD_GREEN_MODEL_IMAGEASYNCSCANRESULTSREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT ImageAsyncScanResultsRequest : public RoaServiceRequest + { + + public: + ImageAsyncScanResultsRequest(); + ~ImageAsyncScanResultsRequest(); + std::string getClientInfo()const; void setClientInfo(const std::string& clientInfo); - - private: + + private: std::string clientInfo_; - - }; - } - } -} + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_IMAGEASYNCSCANRESULTSREQUEST_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/ImageAsyncScanResultsResult.h b/green/include/alibabacloud/green/model/ImageAsyncScanResultsResult.h old mode 100755 new mode 100644 index 67d1bbf2b..3a8d057c6 --- a/green/include/alibabacloud/green/model/ImageAsyncScanResultsResult.h +++ b/green/include/alibabacloud/green/model/ImageAsyncScanResultsResult.h @@ -1,49 +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_IMAGEASYNCSCANRESULTSRESULT_H_ -#define ALIBABACLOUD_GREEN_MODEL_IMAGEASYNCSCANRESULTSRESULT_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT ImageAsyncScanResultsResult : public ServiceResult - { - public: - - - ImageAsyncScanResultsResult(); - explicit ImageAsyncScanResultsResult(const std::string &payload); - ~ImageAsyncScanResultsResult(); - - protected: - void parse(const std::string &payload); - private: - - }; - } - } -} +/* + * 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_IMAGEASYNCSCANRESULTSRESULT_H_ +#define ALIBABACLOUD_GREEN_MODEL_IMAGEASYNCSCANRESULTSRESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT ImageAsyncScanResultsResult : public ServiceResult + { + public: + + + ImageAsyncScanResultsResult(); + explicit ImageAsyncScanResultsResult(const std::string &payload); + ~ImageAsyncScanResultsResult(); + + protected: + void parse(const std::string &payload); + private: + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_IMAGEASYNCSCANRESULTSRESULT_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/ImageScanFeedbackRequest.h b/green/include/alibabacloud/green/model/ImageScanFeedbackRequest.h old mode 100755 new mode 100644 index 7a1bcee9a..43b3cf0e2 --- a/green/include/alibabacloud/green/model/ImageScanFeedbackRequest.h +++ b/green/include/alibabacloud/green/model/ImageScanFeedbackRequest.h @@ -1,48 +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_IMAGESCANFEEDBACKREQUEST_H_ -#define ALIBABACLOUD_GREEN_MODEL_IMAGESCANFEEDBACKREQUEST_H_ - -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT ImageScanFeedbackRequest : public RoaServiceRequest - { - - public: - ImageScanFeedbackRequest(); - ~ImageScanFeedbackRequest(); - +/* + * 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_IMAGESCANFEEDBACKREQUEST_H_ +#define ALIBABACLOUD_GREEN_MODEL_IMAGESCANFEEDBACKREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT ImageScanFeedbackRequest : public RoaServiceRequest + { + + public: + ImageScanFeedbackRequest(); + ~ImageScanFeedbackRequest(); + std::string getClientInfo()const; void setClientInfo(const std::string& clientInfo); - - private: + + private: std::string clientInfo_; - - }; - } - } -} + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_IMAGESCANFEEDBACKREQUEST_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/ImageScanFeedbackResult.h b/green/include/alibabacloud/green/model/ImageScanFeedbackResult.h old mode 100755 new mode 100644 index 74034979c..774e45c2e --- a/green/include/alibabacloud/green/model/ImageScanFeedbackResult.h +++ b/green/include/alibabacloud/green/model/ImageScanFeedbackResult.h @@ -1,49 +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_IMAGESCANFEEDBACKRESULT_H_ -#define ALIBABACLOUD_GREEN_MODEL_IMAGESCANFEEDBACKRESULT_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT ImageScanFeedbackResult : public ServiceResult - { - public: - - - ImageScanFeedbackResult(); - explicit ImageScanFeedbackResult(const std::string &payload); - ~ImageScanFeedbackResult(); - - protected: - void parse(const std::string &payload); - private: - - }; - } - } -} +/* + * 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_IMAGESCANFEEDBACKRESULT_H_ +#define ALIBABACLOUD_GREEN_MODEL_IMAGESCANFEEDBACKRESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT ImageScanFeedbackResult : public ServiceResult + { + public: + + + ImageScanFeedbackResult(); + explicit ImageScanFeedbackResult(const std::string &payload); + ~ImageScanFeedbackResult(); + + protected: + void parse(const std::string &payload); + private: + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_IMAGESCANFEEDBACKRESULT_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/ImageSyncScanRequest.h b/green/include/alibabacloud/green/model/ImageSyncScanRequest.h old mode 100755 new mode 100644 index c806be7dc..7ef043a27 --- a/green/include/alibabacloud/green/model/ImageSyncScanRequest.h +++ b/green/include/alibabacloud/green/model/ImageSyncScanRequest.h @@ -1,48 +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_IMAGESYNCSCANREQUEST_H_ -#define ALIBABACLOUD_GREEN_MODEL_IMAGESYNCSCANREQUEST_H_ - -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT ImageSyncScanRequest : public RoaServiceRequest - { - - public: - ImageSyncScanRequest(); - ~ImageSyncScanRequest(); - +/* + * 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_IMAGESYNCSCANREQUEST_H_ +#define ALIBABACLOUD_GREEN_MODEL_IMAGESYNCSCANREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT ImageSyncScanRequest : public RoaServiceRequest + { + + public: + ImageSyncScanRequest(); + ~ImageSyncScanRequest(); + std::string getClientInfo()const; void setClientInfo(const std::string& clientInfo); - - private: + + private: std::string clientInfo_; - - }; - } - } -} + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_IMAGESYNCSCANREQUEST_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/ImageSyncScanResult.h b/green/include/alibabacloud/green/model/ImageSyncScanResult.h old mode 100755 new mode 100644 index 67e00bf0b..07667a8fc --- a/green/include/alibabacloud/green/model/ImageSyncScanResult.h +++ b/green/include/alibabacloud/green/model/ImageSyncScanResult.h @@ -1,49 +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_IMAGESYNCSCANRESULT_H_ -#define ALIBABACLOUD_GREEN_MODEL_IMAGESYNCSCANRESULT_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT ImageSyncScanResult : public ServiceResult - { - public: - - - ImageSyncScanResult(); - explicit ImageSyncScanResult(const std::string &payload); - ~ImageSyncScanResult(); - - protected: - void parse(const std::string &payload); - private: - - }; - } - } -} +/* + * 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_IMAGESYNCSCANRESULT_H_ +#define ALIBABACLOUD_GREEN_MODEL_IMAGESYNCSCANRESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT ImageSyncScanResult : public ServiceResult + { + public: + + + ImageSyncScanResult(); + explicit ImageSyncScanResult(const std::string &payload); + ~ImageSyncScanResult(); + + protected: + void parse(const std::string &payload); + private: + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_IMAGESYNCSCANRESULT_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/ListSimilarityImagesRequest.h b/green/include/alibabacloud/green/model/ListSimilarityImagesRequest.h index d5e3ec5c2..be0710e88 100644 --- a/green/include/alibabacloud/green/model/ListSimilarityImagesRequest.h +++ b/green/include/alibabacloud/green/model/ListSimilarityImagesRequest.h @@ -1,48 +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_LISTSIMILARITYIMAGESREQUEST_H_ -#define ALIBABACLOUD_GREEN_MODEL_LISTSIMILARITYIMAGESREQUEST_H_ - -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT ListSimilarityImagesRequest : public RoaServiceRequest - { - - public: - ListSimilarityImagesRequest(); - ~ListSimilarityImagesRequest(); - +/* + * 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_LISTSIMILARITYIMAGESREQUEST_H_ +#define ALIBABACLOUD_GREEN_MODEL_LISTSIMILARITYIMAGESREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT ListSimilarityImagesRequest : public RoaServiceRequest + { + + public: + ListSimilarityImagesRequest(); + ~ListSimilarityImagesRequest(); + std::string getClientInfo()const; void setClientInfo(const std::string& clientInfo); - - private: + + private: std::string clientInfo_; - - }; - } - } -} + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_LISTSIMILARITYIMAGESREQUEST_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/ListSimilarityImagesResult.h b/green/include/alibabacloud/green/model/ListSimilarityImagesResult.h index e2fd22659..5a6ce92c6 100644 --- a/green/include/alibabacloud/green/model/ListSimilarityImagesResult.h +++ b/green/include/alibabacloud/green/model/ListSimilarityImagesResult.h @@ -1,49 +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_LISTSIMILARITYIMAGESRESULT_H_ -#define ALIBABACLOUD_GREEN_MODEL_LISTSIMILARITYIMAGESRESULT_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT ListSimilarityImagesResult : public ServiceResult - { - public: - - - ListSimilarityImagesResult(); - explicit ListSimilarityImagesResult(const std::string &payload); - ~ListSimilarityImagesResult(); - - protected: - void parse(const std::string &payload); - private: - - }; - } - } -} +/* + * 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_LISTSIMILARITYIMAGESRESULT_H_ +#define ALIBABACLOUD_GREEN_MODEL_LISTSIMILARITYIMAGESRESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT ListSimilarityImagesResult : public ServiceResult + { + public: + + + ListSimilarityImagesResult(); + explicit ListSimilarityImagesResult(const std::string &payload); + ~ListSimilarityImagesResult(); + + protected: + void parse(const std::string &payload); + private: + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_LISTSIMILARITYIMAGESRESULT_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/ListSimilarityLibrariesRequest.h b/green/include/alibabacloud/green/model/ListSimilarityLibrariesRequest.h index bbd0cc338..74f27d8dd 100644 --- a/green/include/alibabacloud/green/model/ListSimilarityLibrariesRequest.h +++ b/green/include/alibabacloud/green/model/ListSimilarityLibrariesRequest.h @@ -1,48 +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_LISTSIMILARITYLIBRARIESREQUEST_H_ -#define ALIBABACLOUD_GREEN_MODEL_LISTSIMILARITYLIBRARIESREQUEST_H_ - -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT ListSimilarityLibrariesRequest : public RoaServiceRequest - { - - public: - ListSimilarityLibrariesRequest(); - ~ListSimilarityLibrariesRequest(); - +/* + * 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_LISTSIMILARITYLIBRARIESREQUEST_H_ +#define ALIBABACLOUD_GREEN_MODEL_LISTSIMILARITYLIBRARIESREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT ListSimilarityLibrariesRequest : public RoaServiceRequest + { + + public: + ListSimilarityLibrariesRequest(); + ~ListSimilarityLibrariesRequest(); + std::string getClientInfo()const; void setClientInfo(const std::string& clientInfo); - - private: + + private: std::string clientInfo_; - - }; - } - } -} + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_LISTSIMILARITYLIBRARIESREQUEST_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/ListSimilarityLibrariesResult.h b/green/include/alibabacloud/green/model/ListSimilarityLibrariesResult.h index 843206ce0..0b18d2f17 100644 --- a/green/include/alibabacloud/green/model/ListSimilarityLibrariesResult.h +++ b/green/include/alibabacloud/green/model/ListSimilarityLibrariesResult.h @@ -1,49 +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_LISTSIMILARITYLIBRARIESRESULT_H_ -#define ALIBABACLOUD_GREEN_MODEL_LISTSIMILARITYLIBRARIESRESULT_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT ListSimilarityLibrariesResult : public ServiceResult - { - public: - - - ListSimilarityLibrariesResult(); - explicit ListSimilarityLibrariesResult(const std::string &payload); - ~ListSimilarityLibrariesResult(); - - protected: - void parse(const std::string &payload); - private: - - }; - } - } -} +/* + * 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_LISTSIMILARITYLIBRARIESRESULT_H_ +#define ALIBABACLOUD_GREEN_MODEL_LISTSIMILARITYLIBRARIESRESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT ListSimilarityLibrariesResult : public ServiceResult + { + public: + + + ListSimilarityLibrariesResult(); + explicit ListSimilarityLibrariesResult(const std::string &payload); + ~ListSimilarityLibrariesResult(); + + protected: + void parse(const std::string &payload); + private: + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_LISTSIMILARITYLIBRARIESRESULT_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/SearchPersonRequest.h b/green/include/alibabacloud/green/model/SearchPersonRequest.h old mode 100755 new mode 100644 index a0aa91694..ef859a84f --- a/green/include/alibabacloud/green/model/SearchPersonRequest.h +++ b/green/include/alibabacloud/green/model/SearchPersonRequest.h @@ -1,51 +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_SEARCHPERSONREQUEST_H_ -#define ALIBABACLOUD_GREEN_MODEL_SEARCHPERSONREQUEST_H_ - -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT SearchPersonRequest : public RoaServiceRequest - { - - public: - SearchPersonRequest(); - ~SearchPersonRequest(); - +/* + * 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_SEARCHPERSONREQUEST_H_ +#define ALIBABACLOUD_GREEN_MODEL_SEARCHPERSONREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT SearchPersonRequest : public RoaServiceRequest + { + + public: + SearchPersonRequest(); + ~SearchPersonRequest(); + std::string getRegionId()const; void setRegionId(const std::string& regionId); std::string getClientInfo()const; void setClientInfo(const std::string& clientInfo); - - private: + + private: std::string regionId_; std::string clientInfo_; - - }; - } - } -} + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_SEARCHPERSONREQUEST_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/SearchPersonResult.h b/green/include/alibabacloud/green/model/SearchPersonResult.h old mode 100755 new mode 100644 index 1c5a3e81a..718de2e5c --- a/green/include/alibabacloud/green/model/SearchPersonResult.h +++ b/green/include/alibabacloud/green/model/SearchPersonResult.h @@ -1,49 +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_SEARCHPERSONRESULT_H_ -#define ALIBABACLOUD_GREEN_MODEL_SEARCHPERSONRESULT_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT SearchPersonResult : public ServiceResult - { - public: - - - SearchPersonResult(); - explicit SearchPersonResult(const std::string &payload); - ~SearchPersonResult(); - - protected: - void parse(const std::string &payload); - private: - - }; - } - } -} +/* + * 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_SEARCHPERSONRESULT_H_ +#define ALIBABACLOUD_GREEN_MODEL_SEARCHPERSONRESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT SearchPersonResult : public ServiceResult + { + public: + + + SearchPersonResult(); + explicit SearchPersonResult(const std::string &payload); + ~SearchPersonResult(); + + protected: + void parse(const std::string &payload); + private: + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_SEARCHPERSONRESULT_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/SetPersonRequest.h b/green/include/alibabacloud/green/model/SetPersonRequest.h old mode 100755 new mode 100644 index edccd7bd3..ad8bdd438 --- a/green/include/alibabacloud/green/model/SetPersonRequest.h +++ b/green/include/alibabacloud/green/model/SetPersonRequest.h @@ -1,51 +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_SETPERSONREQUEST_H_ -#define ALIBABACLOUD_GREEN_MODEL_SETPERSONREQUEST_H_ - -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT SetPersonRequest : public RoaServiceRequest - { - - public: - SetPersonRequest(); - ~SetPersonRequest(); - +/* + * 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_SETPERSONREQUEST_H_ +#define ALIBABACLOUD_GREEN_MODEL_SETPERSONREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT SetPersonRequest : public RoaServiceRequest + { + + public: + SetPersonRequest(); + ~SetPersonRequest(); + std::string getRegionId()const; void setRegionId(const std::string& regionId); std::string getClientInfo()const; void setClientInfo(const std::string& clientInfo); - - private: + + private: std::string regionId_; std::string clientInfo_; - - }; - } - } -} + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_SETPERSONREQUEST_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/SetPersonResult.h b/green/include/alibabacloud/green/model/SetPersonResult.h old mode 100755 new mode 100644 index 451019990..af0e146a1 --- a/green/include/alibabacloud/green/model/SetPersonResult.h +++ b/green/include/alibabacloud/green/model/SetPersonResult.h @@ -1,49 +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_SETPERSONRESULT_H_ -#define ALIBABACLOUD_GREEN_MODEL_SETPERSONRESULT_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT SetPersonResult : public ServiceResult - { - public: - - - SetPersonResult(); - explicit SetPersonResult(const std::string &payload); - ~SetPersonResult(); - - protected: - void parse(const std::string &payload); - private: - - }; - } - } -} +/* + * 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_SETPERSONRESULT_H_ +#define ALIBABACLOUD_GREEN_MODEL_SETPERSONRESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT SetPersonResult : public ServiceResult + { + public: + + + SetPersonResult(); + explicit SetPersonResult(const std::string &payload); + ~SetPersonResult(); + + protected: + void parse(const std::string &payload); + private: + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_SETPERSONRESULT_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/TextFeedbackRequest.h b/green/include/alibabacloud/green/model/TextFeedbackRequest.h old mode 100755 new mode 100644 index 2715d3827..ca573d204 --- a/green/include/alibabacloud/green/model/TextFeedbackRequest.h +++ b/green/include/alibabacloud/green/model/TextFeedbackRequest.h @@ -1,48 +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_TEXTFEEDBACKREQUEST_H_ -#define ALIBABACLOUD_GREEN_MODEL_TEXTFEEDBACKREQUEST_H_ - -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT TextFeedbackRequest : public RoaServiceRequest - { - - public: - TextFeedbackRequest(); - ~TextFeedbackRequest(); - +/* + * 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_TEXTFEEDBACKREQUEST_H_ +#define ALIBABACLOUD_GREEN_MODEL_TEXTFEEDBACKREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT TextFeedbackRequest : public RoaServiceRequest + { + + public: + TextFeedbackRequest(); + ~TextFeedbackRequest(); + std::string getClientInfo()const; void setClientInfo(const std::string& clientInfo); - - private: + + private: std::string clientInfo_; - - }; - } - } -} + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_TEXTFEEDBACKREQUEST_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/TextFeedbackResult.h b/green/include/alibabacloud/green/model/TextFeedbackResult.h old mode 100755 new mode 100644 index 0b3c8f86e..159ca6a74 --- a/green/include/alibabacloud/green/model/TextFeedbackResult.h +++ b/green/include/alibabacloud/green/model/TextFeedbackResult.h @@ -1,49 +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_TEXTFEEDBACKRESULT_H_ -#define ALIBABACLOUD_GREEN_MODEL_TEXTFEEDBACKRESULT_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT TextFeedbackResult : public ServiceResult - { - public: - - - TextFeedbackResult(); - explicit TextFeedbackResult(const std::string &payload); - ~TextFeedbackResult(); - - protected: - void parse(const std::string &payload); - private: - - }; - } - } -} +/* + * 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_TEXTFEEDBACKRESULT_H_ +#define ALIBABACLOUD_GREEN_MODEL_TEXTFEEDBACKRESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT TextFeedbackResult : public ServiceResult + { + public: + + + TextFeedbackResult(); + explicit TextFeedbackResult(const std::string &payload); + ~TextFeedbackResult(); + + protected: + void parse(const std::string &payload); + private: + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_TEXTFEEDBACKRESULT_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/TextScanRequest.h b/green/include/alibabacloud/green/model/TextScanRequest.h old mode 100755 new mode 100644 index 16c7951fe..bdee80db6 --- a/green/include/alibabacloud/green/model/TextScanRequest.h +++ b/green/include/alibabacloud/green/model/TextScanRequest.h @@ -1,48 +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_TEXTSCANREQUEST_H_ -#define ALIBABACLOUD_GREEN_MODEL_TEXTSCANREQUEST_H_ - -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT TextScanRequest : public RoaServiceRequest - { - - public: - TextScanRequest(); - ~TextScanRequest(); - +/* + * 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_TEXTSCANREQUEST_H_ +#define ALIBABACLOUD_GREEN_MODEL_TEXTSCANREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT TextScanRequest : public RoaServiceRequest + { + + public: + TextScanRequest(); + ~TextScanRequest(); + std::string getClientInfo()const; void setClientInfo(const std::string& clientInfo); - - private: + + private: std::string clientInfo_; - - }; - } - } -} + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_TEXTSCANREQUEST_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/TextScanResult.h b/green/include/alibabacloud/green/model/TextScanResult.h old mode 100755 new mode 100644 index 65660cfa6..b566a32bf --- a/green/include/alibabacloud/green/model/TextScanResult.h +++ b/green/include/alibabacloud/green/model/TextScanResult.h @@ -1,49 +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_TEXTSCANRESULT_H_ -#define ALIBABACLOUD_GREEN_MODEL_TEXTSCANRESULT_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT TextScanResult : public ServiceResult - { - public: - - - TextScanResult(); - explicit TextScanResult(const std::string &payload); - ~TextScanResult(); - - protected: - void parse(const std::string &payload); - private: - - }; - } - } -} +/* + * 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_TEXTSCANRESULT_H_ +#define ALIBABACLOUD_GREEN_MODEL_TEXTSCANRESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT TextScanResult : public ServiceResult + { + public: + + + TextScanResult(); + explicit TextScanResult(const std::string &payload); + ~TextScanResult(); + + protected: + void parse(const std::string &payload); + private: + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_TEXTSCANRESULT_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/UpdateAuditCallbackRequest.h b/green/include/alibabacloud/green/model/UpdateAuditCallbackRequest.h index 7f05f256a..b02f0d34d 100644 --- a/green/include/alibabacloud/green/model/UpdateAuditCallbackRequest.h +++ b/green/include/alibabacloud/green/model/UpdateAuditCallbackRequest.h @@ -35,17 +35,17 @@ namespace AlibabaCloud 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); + 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_; + std::string seed_; + std::string sourceIp_; + std::string callback_; }; } diff --git a/green/include/alibabacloud/green/model/UpdateAuditRangeRequest.h b/green/include/alibabacloud/green/model/UpdateAuditRangeRequest.h index 0680c311b..b7c6421cb 100644 --- a/green/include/alibabacloud/green/model/UpdateAuditRangeRequest.h +++ b/green/include/alibabacloud/green/model/UpdateAuditRangeRequest.h @@ -35,14 +35,14 @@ namespace AlibabaCloud UpdateAuditRangeRequest(); ~UpdateAuditRangeRequest(); - std::string getAuditRange()const; - void setAuditRange(const std::string& auditRange); - std::string getSourceIp()const; - void setSourceIp(const std::string& sourceIp); + 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_; + std::string auditRange_; + std::string sourceIp_; }; } diff --git a/green/include/alibabacloud/green/model/UploadCredentialsRequest.h b/green/include/alibabacloud/green/model/UploadCredentialsRequest.h old mode 100755 new mode 100644 index 2a3fb70a9..eae386d17 --- a/green/include/alibabacloud/green/model/UploadCredentialsRequest.h +++ b/green/include/alibabacloud/green/model/UploadCredentialsRequest.h @@ -1,51 +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_UPLOADCREDENTIALSREQUEST_H_ -#define ALIBABACLOUD_GREEN_MODEL_UPLOADCREDENTIALSREQUEST_H_ - -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT UploadCredentialsRequest : public RoaServiceRequest - { - - public: - UploadCredentialsRequest(); - ~UploadCredentialsRequest(); - +/* + * 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_UPLOADCREDENTIALSREQUEST_H_ +#define ALIBABACLOUD_GREEN_MODEL_UPLOADCREDENTIALSREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT UploadCredentialsRequest : public RoaServiceRequest + { + + public: + UploadCredentialsRequest(); + ~UploadCredentialsRequest(); + std::string getRegionId()const; void setRegionId(const std::string& regionId); std::string getClientInfo()const; void setClientInfo(const std::string& clientInfo); - - private: + + private: std::string regionId_; std::string clientInfo_; - - }; - } - } -} + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_UPLOADCREDENTIALSREQUEST_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/UploadCredentialsResult.h b/green/include/alibabacloud/green/model/UploadCredentialsResult.h old mode 100755 new mode 100644 index cc62860ac..759111979 --- a/green/include/alibabacloud/green/model/UploadCredentialsResult.h +++ b/green/include/alibabacloud/green/model/UploadCredentialsResult.h @@ -1,49 +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_UPLOADCREDENTIALSRESULT_H_ -#define ALIBABACLOUD_GREEN_MODEL_UPLOADCREDENTIALSRESULT_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT UploadCredentialsResult : public ServiceResult - { - public: - - - UploadCredentialsResult(); - explicit UploadCredentialsResult(const std::string &payload); - ~UploadCredentialsResult(); - - protected: - void parse(const std::string &payload); - private: - - }; - } - } -} +/* + * 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_UPLOADCREDENTIALSRESULT_H_ +#define ALIBABACLOUD_GREEN_MODEL_UPLOADCREDENTIALSRESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT UploadCredentialsResult : public ServiceResult + { + public: + + + UploadCredentialsResult(); + explicit UploadCredentialsResult(const std::string &payload); + ~UploadCredentialsResult(); + + protected: + void parse(const std::string &payload); + private: + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_UPLOADCREDENTIALSRESULT_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/VideoAsyncScanRequest.h b/green/include/alibabacloud/green/model/VideoAsyncScanRequest.h old mode 100755 new mode 100644 index 9a7f4afe2..8ae905524 --- a/green/include/alibabacloud/green/model/VideoAsyncScanRequest.h +++ b/green/include/alibabacloud/green/model/VideoAsyncScanRequest.h @@ -1,48 +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_VIDEOASYNCSCANREQUEST_H_ -#define ALIBABACLOUD_GREEN_MODEL_VIDEOASYNCSCANREQUEST_H_ - -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT VideoAsyncScanRequest : public RoaServiceRequest - { - - public: - VideoAsyncScanRequest(); - ~VideoAsyncScanRequest(); - +/* + * 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_VIDEOASYNCSCANREQUEST_H_ +#define ALIBABACLOUD_GREEN_MODEL_VIDEOASYNCSCANREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT VideoAsyncScanRequest : public RoaServiceRequest + { + + public: + VideoAsyncScanRequest(); + ~VideoAsyncScanRequest(); + std::string getClientInfo()const; void setClientInfo(const std::string& clientInfo); - - private: + + private: std::string clientInfo_; - - }; - } - } -} + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_VIDEOASYNCSCANREQUEST_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/VideoAsyncScanResult.h b/green/include/alibabacloud/green/model/VideoAsyncScanResult.h old mode 100755 new mode 100644 index d7b934bde..7c7424730 --- a/green/include/alibabacloud/green/model/VideoAsyncScanResult.h +++ b/green/include/alibabacloud/green/model/VideoAsyncScanResult.h @@ -1,49 +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_VIDEOASYNCSCANRESULT_H_ -#define ALIBABACLOUD_GREEN_MODEL_VIDEOASYNCSCANRESULT_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT VideoAsyncScanResult : public ServiceResult - { - public: - - - VideoAsyncScanResult(); - explicit VideoAsyncScanResult(const std::string &payload); - ~VideoAsyncScanResult(); - - protected: - void parse(const std::string &payload); - private: - - }; - } - } -} +/* + * 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_VIDEOASYNCSCANRESULT_H_ +#define ALIBABACLOUD_GREEN_MODEL_VIDEOASYNCSCANRESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT VideoAsyncScanResult : public ServiceResult + { + public: + + + VideoAsyncScanResult(); + explicit VideoAsyncScanResult(const std::string &payload); + ~VideoAsyncScanResult(); + + protected: + void parse(const std::string &payload); + private: + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_VIDEOASYNCSCANRESULT_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/VideoAsyncScanResultsRequest.h b/green/include/alibabacloud/green/model/VideoAsyncScanResultsRequest.h old mode 100755 new mode 100644 index a8cea006f..2b88d68aa --- a/green/include/alibabacloud/green/model/VideoAsyncScanResultsRequest.h +++ b/green/include/alibabacloud/green/model/VideoAsyncScanResultsRequest.h @@ -1,48 +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_VIDEOASYNCSCANRESULTSREQUEST_H_ -#define ALIBABACLOUD_GREEN_MODEL_VIDEOASYNCSCANRESULTSREQUEST_H_ - -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT VideoAsyncScanResultsRequest : public RoaServiceRequest - { - - public: - VideoAsyncScanResultsRequest(); - ~VideoAsyncScanResultsRequest(); - +/* + * 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_VIDEOASYNCSCANRESULTSREQUEST_H_ +#define ALIBABACLOUD_GREEN_MODEL_VIDEOASYNCSCANRESULTSREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT VideoAsyncScanResultsRequest : public RoaServiceRequest + { + + public: + VideoAsyncScanResultsRequest(); + ~VideoAsyncScanResultsRequest(); + std::string getClientInfo()const; void setClientInfo(const std::string& clientInfo); - - private: + + private: std::string clientInfo_; - - }; - } - } -} + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_VIDEOASYNCSCANRESULTSREQUEST_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/VideoAsyncScanResultsResult.h b/green/include/alibabacloud/green/model/VideoAsyncScanResultsResult.h old mode 100755 new mode 100644 index 123fa667f..6b65a37dc --- a/green/include/alibabacloud/green/model/VideoAsyncScanResultsResult.h +++ b/green/include/alibabacloud/green/model/VideoAsyncScanResultsResult.h @@ -1,49 +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_VIDEOASYNCSCANRESULTSRESULT_H_ -#define ALIBABACLOUD_GREEN_MODEL_VIDEOASYNCSCANRESULTSRESULT_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT VideoAsyncScanResultsResult : public ServiceResult - { - public: - - - VideoAsyncScanResultsResult(); - explicit VideoAsyncScanResultsResult(const std::string &payload); - ~VideoAsyncScanResultsResult(); - - protected: - void parse(const std::string &payload); - private: - - }; - } - } -} +/* + * 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_VIDEOASYNCSCANRESULTSRESULT_H_ +#define ALIBABACLOUD_GREEN_MODEL_VIDEOASYNCSCANRESULTSRESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT VideoAsyncScanResultsResult : public ServiceResult + { + public: + + + VideoAsyncScanResultsResult(); + explicit VideoAsyncScanResultsResult(const std::string &payload); + ~VideoAsyncScanResultsResult(); + + protected: + void parse(const std::string &payload); + private: + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_VIDEOASYNCSCANRESULTSRESULT_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/VideoCancelScanRequest.h b/green/include/alibabacloud/green/model/VideoCancelScanRequest.h new file mode 100644 index 000000000..bcb672d62 --- /dev/null +++ b/green/include/alibabacloud/green/model/VideoCancelScanRequest.h @@ -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_VIDEOCANCELSCANREQUEST_H_ +#define ALIBABACLOUD_GREEN_MODEL_VIDEOCANCELSCANREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT VideoCancelScanRequest : public RoaServiceRequest + { + + public: + VideoCancelScanRequest(); + ~VideoCancelScanRequest(); + + std::string getClientInfo()const; + void setClientInfo(const std::string& clientInfo); + + private: + std::string clientInfo_; + + }; + } + } +} +#endif // !ALIBABACLOUD_GREEN_MODEL_VIDEOCANCELSCANREQUEST_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/VideoCancelScanResult.h b/green/include/alibabacloud/green/model/VideoCancelScanResult.h new file mode 100644 index 000000000..9303c8821 --- /dev/null +++ b/green/include/alibabacloud/green/model/VideoCancelScanResult.h @@ -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_VIDEOCANCELSCANRESULT_H_ +#define ALIBABACLOUD_GREEN_MODEL_VIDEOCANCELSCANRESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT VideoCancelScanResult : public ServiceResult + { + public: + + + VideoCancelScanResult(); + explicit VideoCancelScanResult(const std::string &payload); + ~VideoCancelScanResult(); + + protected: + void parse(const std::string &payload); + private: + + }; + } + } +} +#endif // !ALIBABACLOUD_GREEN_MODEL_VIDEOCANCELSCANRESULT_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/VideoFeedbackRequest.h b/green/include/alibabacloud/green/model/VideoFeedbackRequest.h old mode 100755 new mode 100644 index ca0e7586d..6f38d83b1 --- a/green/include/alibabacloud/green/model/VideoFeedbackRequest.h +++ b/green/include/alibabacloud/green/model/VideoFeedbackRequest.h @@ -1,48 +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_VIDEOFEEDBACKREQUEST_H_ -#define ALIBABACLOUD_GREEN_MODEL_VIDEOFEEDBACKREQUEST_H_ - -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT VideoFeedbackRequest : public RoaServiceRequest - { - - public: - VideoFeedbackRequest(); - ~VideoFeedbackRequest(); - +/* + * 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_VIDEOFEEDBACKREQUEST_H_ +#define ALIBABACLOUD_GREEN_MODEL_VIDEOFEEDBACKREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT VideoFeedbackRequest : public RoaServiceRequest + { + + public: + VideoFeedbackRequest(); + ~VideoFeedbackRequest(); + std::string getClientInfo()const; void setClientInfo(const std::string& clientInfo); - - private: + + private: std::string clientInfo_; - - }; - } - } -} + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_VIDEOFEEDBACKREQUEST_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/VideoFeedbackResult.h b/green/include/alibabacloud/green/model/VideoFeedbackResult.h old mode 100755 new mode 100644 index f9dbd62d5..69308e6e8 --- a/green/include/alibabacloud/green/model/VideoFeedbackResult.h +++ b/green/include/alibabacloud/green/model/VideoFeedbackResult.h @@ -1,49 +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_VIDEOFEEDBACKRESULT_H_ -#define ALIBABACLOUD_GREEN_MODEL_VIDEOFEEDBACKRESULT_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT VideoFeedbackResult : public ServiceResult - { - public: - - - VideoFeedbackResult(); - explicit VideoFeedbackResult(const std::string &payload); - ~VideoFeedbackResult(); - - protected: - void parse(const std::string &payload); - private: - - }; - } - } -} +/* + * 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_VIDEOFEEDBACKRESULT_H_ +#define ALIBABACLOUD_GREEN_MODEL_VIDEOFEEDBACKRESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT VideoFeedbackResult : public ServiceResult + { + public: + + + VideoFeedbackResult(); + explicit VideoFeedbackResult(const std::string &payload); + ~VideoFeedbackResult(); + + protected: + void parse(const std::string &payload); + private: + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_VIDEOFEEDBACKRESULT_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/VideoSyncScanRequest.h b/green/include/alibabacloud/green/model/VideoSyncScanRequest.h old mode 100755 new mode 100644 index 25a6107c7..5af4a987f --- a/green/include/alibabacloud/green/model/VideoSyncScanRequest.h +++ b/green/include/alibabacloud/green/model/VideoSyncScanRequest.h @@ -1,48 +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_VIDEOSYNCSCANREQUEST_H_ -#define ALIBABACLOUD_GREEN_MODEL_VIDEOSYNCSCANREQUEST_H_ - -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT VideoSyncScanRequest : public RoaServiceRequest - { - - public: - VideoSyncScanRequest(); - ~VideoSyncScanRequest(); - +/* + * 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_VIDEOSYNCSCANREQUEST_H_ +#define ALIBABACLOUD_GREEN_MODEL_VIDEOSYNCSCANREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT VideoSyncScanRequest : public RoaServiceRequest + { + + public: + VideoSyncScanRequest(); + ~VideoSyncScanRequest(); + std::string getClientInfo()const; void setClientInfo(const std::string& clientInfo); - - private: + + private: std::string clientInfo_; - - }; - } - } -} + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_VIDEOSYNCSCANREQUEST_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/VideoSyncScanResult.h b/green/include/alibabacloud/green/model/VideoSyncScanResult.h old mode 100755 new mode 100644 index 271fe56f2..749b53b59 --- a/green/include/alibabacloud/green/model/VideoSyncScanResult.h +++ b/green/include/alibabacloud/green/model/VideoSyncScanResult.h @@ -1,49 +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_VIDEOSYNCSCANRESULT_H_ -#define ALIBABACLOUD_GREEN_MODEL_VIDEOSYNCSCANRESULT_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT VideoSyncScanResult : public ServiceResult - { - public: - - - VideoSyncScanResult(); - explicit VideoSyncScanResult(const std::string &payload); - ~VideoSyncScanResult(); - - protected: - void parse(const std::string &payload); - private: - - }; - } - } -} +/* + * 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_VIDEOSYNCSCANRESULT_H_ +#define ALIBABACLOUD_GREEN_MODEL_VIDEOSYNCSCANRESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT VideoSyncScanResult : public ServiceResult + { + public: + + + VideoSyncScanResult(); + explicit VideoSyncScanResult(const std::string &payload); + ~VideoSyncScanResult(); + + protected: + void parse(const std::string &payload); + private: + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_VIDEOSYNCSCANRESULT_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/VoiceAsyncScanRequest.h b/green/include/alibabacloud/green/model/VoiceAsyncScanRequest.h old mode 100755 new mode 100644 index 7a9e48234..bef1603a1 --- a/green/include/alibabacloud/green/model/VoiceAsyncScanRequest.h +++ b/green/include/alibabacloud/green/model/VoiceAsyncScanRequest.h @@ -1,48 +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_VOICEASYNCSCANREQUEST_H_ -#define ALIBABACLOUD_GREEN_MODEL_VOICEASYNCSCANREQUEST_H_ - -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT VoiceAsyncScanRequest : public RoaServiceRequest - { - - public: - VoiceAsyncScanRequest(); - ~VoiceAsyncScanRequest(); - +/* + * 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_VOICEASYNCSCANREQUEST_H_ +#define ALIBABACLOUD_GREEN_MODEL_VOICEASYNCSCANREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT VoiceAsyncScanRequest : public RoaServiceRequest + { + + public: + VoiceAsyncScanRequest(); + ~VoiceAsyncScanRequest(); + std::string getClientInfo()const; void setClientInfo(const std::string& clientInfo); - - private: + + private: std::string clientInfo_; - - }; - } - } -} + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_VOICEASYNCSCANREQUEST_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/VoiceAsyncScanResult.h b/green/include/alibabacloud/green/model/VoiceAsyncScanResult.h old mode 100755 new mode 100644 index 9cf555c87..5296e0b23 --- a/green/include/alibabacloud/green/model/VoiceAsyncScanResult.h +++ b/green/include/alibabacloud/green/model/VoiceAsyncScanResult.h @@ -1,49 +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_VOICEASYNCSCANRESULT_H_ -#define ALIBABACLOUD_GREEN_MODEL_VOICEASYNCSCANRESULT_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT VoiceAsyncScanResult : public ServiceResult - { - public: - - - VoiceAsyncScanResult(); - explicit VoiceAsyncScanResult(const std::string &payload); - ~VoiceAsyncScanResult(); - - protected: - void parse(const std::string &payload); - private: - - }; - } - } -} +/* + * 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_VOICEASYNCSCANRESULT_H_ +#define ALIBABACLOUD_GREEN_MODEL_VOICEASYNCSCANRESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT VoiceAsyncScanResult : public ServiceResult + { + public: + + + VoiceAsyncScanResult(); + explicit VoiceAsyncScanResult(const std::string &payload); + ~VoiceAsyncScanResult(); + + protected: + void parse(const std::string &payload); + private: + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_VOICEASYNCSCANRESULT_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/VoiceAsyncScanResultsRequest.h b/green/include/alibabacloud/green/model/VoiceAsyncScanResultsRequest.h old mode 100755 new mode 100644 index 521bf2593..4ba025e28 --- a/green/include/alibabacloud/green/model/VoiceAsyncScanResultsRequest.h +++ b/green/include/alibabacloud/green/model/VoiceAsyncScanResultsRequest.h @@ -1,48 +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_VOICEASYNCSCANRESULTSREQUEST_H_ -#define ALIBABACLOUD_GREEN_MODEL_VOICEASYNCSCANRESULTSREQUEST_H_ - -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT VoiceAsyncScanResultsRequest : public RoaServiceRequest - { - - public: - VoiceAsyncScanResultsRequest(); - ~VoiceAsyncScanResultsRequest(); - +/* + * 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_VOICEASYNCSCANRESULTSREQUEST_H_ +#define ALIBABACLOUD_GREEN_MODEL_VOICEASYNCSCANRESULTSREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT VoiceAsyncScanResultsRequest : public RoaServiceRequest + { + + public: + VoiceAsyncScanResultsRequest(); + ~VoiceAsyncScanResultsRequest(); + std::string getClientInfo()const; void setClientInfo(const std::string& clientInfo); - - private: + + private: std::string clientInfo_; - - }; - } - } -} + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_VOICEASYNCSCANRESULTSREQUEST_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/VoiceAsyncScanResultsResult.h b/green/include/alibabacloud/green/model/VoiceAsyncScanResultsResult.h old mode 100755 new mode 100644 index 6498c8634..1a381fd2e --- a/green/include/alibabacloud/green/model/VoiceAsyncScanResultsResult.h +++ b/green/include/alibabacloud/green/model/VoiceAsyncScanResultsResult.h @@ -1,49 +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_VOICEASYNCSCANRESULTSRESULT_H_ -#define ALIBABACLOUD_GREEN_MODEL_VOICEASYNCSCANRESULTSRESULT_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT VoiceAsyncScanResultsResult : public ServiceResult - { - public: - - - VoiceAsyncScanResultsResult(); - explicit VoiceAsyncScanResultsResult(const std::string &payload); - ~VoiceAsyncScanResultsResult(); - - protected: - void parse(const std::string &payload); - private: - - }; - } - } -} +/* + * 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_VOICEASYNCSCANRESULTSRESULT_H_ +#define ALIBABACLOUD_GREEN_MODEL_VOICEASYNCSCANRESULTSRESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT VoiceAsyncScanResultsResult : public ServiceResult + { + public: + + + VoiceAsyncScanResultsResult(); + explicit VoiceAsyncScanResultsResult(const std::string &payload); + ~VoiceAsyncScanResultsResult(); + + protected: + void parse(const std::string &payload); + private: + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_VOICEASYNCSCANRESULTSRESULT_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/VoiceCancelScanRequest.h b/green/include/alibabacloud/green/model/VoiceCancelScanRequest.h old mode 100755 new mode 100644 index 2b015739e..13cb16589 --- a/green/include/alibabacloud/green/model/VoiceCancelScanRequest.h +++ b/green/include/alibabacloud/green/model/VoiceCancelScanRequest.h @@ -1,48 +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_VOICECANCELSCANREQUEST_H_ -#define ALIBABACLOUD_GREEN_MODEL_VOICECANCELSCANREQUEST_H_ - -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT VoiceCancelScanRequest : public RoaServiceRequest - { - - public: - VoiceCancelScanRequest(); - ~VoiceCancelScanRequest(); - +/* + * 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_VOICECANCELSCANREQUEST_H_ +#define ALIBABACLOUD_GREEN_MODEL_VOICECANCELSCANREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT VoiceCancelScanRequest : public RoaServiceRequest + { + + public: + VoiceCancelScanRequest(); + ~VoiceCancelScanRequest(); + std::string getClientInfo()const; void setClientInfo(const std::string& clientInfo); - - private: + + private: std::string clientInfo_; - - }; - } - } -} + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_VOICECANCELSCANREQUEST_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/VoiceCancelScanResult.h b/green/include/alibabacloud/green/model/VoiceCancelScanResult.h old mode 100755 new mode 100644 index f111bcca3..5e41b746f --- a/green/include/alibabacloud/green/model/VoiceCancelScanResult.h +++ b/green/include/alibabacloud/green/model/VoiceCancelScanResult.h @@ -1,49 +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_VOICECANCELSCANRESULT_H_ -#define ALIBABACLOUD_GREEN_MODEL_VOICECANCELSCANRESULT_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT VoiceCancelScanResult : public ServiceResult - { - public: - - - VoiceCancelScanResult(); - explicit VoiceCancelScanResult(const std::string &payload); - ~VoiceCancelScanResult(); - - protected: - void parse(const std::string &payload); - private: - - }; - } - } -} +/* + * 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_VOICECANCELSCANRESULT_H_ +#define ALIBABACLOUD_GREEN_MODEL_VOICECANCELSCANRESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT VoiceCancelScanResult : public ServiceResult + { + public: + + + VoiceCancelScanResult(); + explicit VoiceCancelScanResult(const std::string &payload); + ~VoiceCancelScanResult(); + + protected: + void parse(const std::string &payload); + private: + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_VOICECANCELSCANRESULT_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/VoiceIdentityCheckRequest.h b/green/include/alibabacloud/green/model/VoiceIdentityCheckRequest.h old mode 100755 new mode 100644 index 0d437391f..62f2ac224 --- a/green/include/alibabacloud/green/model/VoiceIdentityCheckRequest.h +++ b/green/include/alibabacloud/green/model/VoiceIdentityCheckRequest.h @@ -1,51 +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_VOICEIDENTITYCHECKREQUEST_H_ -#define ALIBABACLOUD_GREEN_MODEL_VOICEIDENTITYCHECKREQUEST_H_ - -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT VoiceIdentityCheckRequest : public RoaServiceRequest - { - - public: - VoiceIdentityCheckRequest(); - ~VoiceIdentityCheckRequest(); - +/* + * 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_VOICEIDENTITYCHECKREQUEST_H_ +#define ALIBABACLOUD_GREEN_MODEL_VOICEIDENTITYCHECKREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT VoiceIdentityCheckRequest : public RoaServiceRequest + { + + public: + VoiceIdentityCheckRequest(); + ~VoiceIdentityCheckRequest(); + std::string getRegionId()const; void setRegionId(const std::string& regionId); std::string getClientInfo()const; void setClientInfo(const std::string& clientInfo); - - private: + + private: std::string regionId_; std::string clientInfo_; - - }; - } - } -} + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_VOICEIDENTITYCHECKREQUEST_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/VoiceIdentityCheckResult.h b/green/include/alibabacloud/green/model/VoiceIdentityCheckResult.h old mode 100755 new mode 100644 index 86c2c19d1..9173d1896 --- a/green/include/alibabacloud/green/model/VoiceIdentityCheckResult.h +++ b/green/include/alibabacloud/green/model/VoiceIdentityCheckResult.h @@ -1,49 +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_VOICEIDENTITYCHECKRESULT_H_ -#define ALIBABACLOUD_GREEN_MODEL_VOICEIDENTITYCHECKRESULT_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT VoiceIdentityCheckResult : public ServiceResult - { - public: - - - VoiceIdentityCheckResult(); - explicit VoiceIdentityCheckResult(const std::string &payload); - ~VoiceIdentityCheckResult(); - - protected: - void parse(const std::string &payload); - private: - - }; - } - } -} +/* + * 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_VOICEIDENTITYCHECKRESULT_H_ +#define ALIBABACLOUD_GREEN_MODEL_VOICEIDENTITYCHECKRESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT VoiceIdentityCheckResult : public ServiceResult + { + public: + + + VoiceIdentityCheckResult(); + explicit VoiceIdentityCheckResult(const std::string &payload); + ~VoiceIdentityCheckResult(); + + protected: + void parse(const std::string &payload); + private: + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_VOICEIDENTITYCHECKRESULT_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/VoiceIdentityRegisterRequest.h b/green/include/alibabacloud/green/model/VoiceIdentityRegisterRequest.h old mode 100755 new mode 100644 index ac4bd1c85..3098f6333 --- a/green/include/alibabacloud/green/model/VoiceIdentityRegisterRequest.h +++ b/green/include/alibabacloud/green/model/VoiceIdentityRegisterRequest.h @@ -1,51 +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_VOICEIDENTITYREGISTERREQUEST_H_ -#define ALIBABACLOUD_GREEN_MODEL_VOICEIDENTITYREGISTERREQUEST_H_ - -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT VoiceIdentityRegisterRequest : public RoaServiceRequest - { - - public: - VoiceIdentityRegisterRequest(); - ~VoiceIdentityRegisterRequest(); - +/* + * 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_VOICEIDENTITYREGISTERREQUEST_H_ +#define ALIBABACLOUD_GREEN_MODEL_VOICEIDENTITYREGISTERREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT VoiceIdentityRegisterRequest : public RoaServiceRequest + { + + public: + VoiceIdentityRegisterRequest(); + ~VoiceIdentityRegisterRequest(); + std::string getRegionId()const; void setRegionId(const std::string& regionId); std::string getClientInfo()const; void setClientInfo(const std::string& clientInfo); - - private: + + private: std::string regionId_; std::string clientInfo_; - - }; - } - } -} + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_VOICEIDENTITYREGISTERREQUEST_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/VoiceIdentityRegisterResult.h b/green/include/alibabacloud/green/model/VoiceIdentityRegisterResult.h old mode 100755 new mode 100644 index 3a3917415..bcb70fc66 --- a/green/include/alibabacloud/green/model/VoiceIdentityRegisterResult.h +++ b/green/include/alibabacloud/green/model/VoiceIdentityRegisterResult.h @@ -1,49 +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_VOICEIDENTITYREGISTERRESULT_H_ -#define ALIBABACLOUD_GREEN_MODEL_VOICEIDENTITYREGISTERRESULT_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT VoiceIdentityRegisterResult : public ServiceResult - { - public: - - - VoiceIdentityRegisterResult(); - explicit VoiceIdentityRegisterResult(const std::string &payload); - ~VoiceIdentityRegisterResult(); - - protected: - void parse(const std::string &payload); - private: - - }; - } - } -} +/* + * 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_VOICEIDENTITYREGISTERRESULT_H_ +#define ALIBABACLOUD_GREEN_MODEL_VOICEIDENTITYREGISTERRESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT VoiceIdentityRegisterResult : public ServiceResult + { + public: + + + VoiceIdentityRegisterResult(); + explicit VoiceIdentityRegisterResult(const std::string &payload); + ~VoiceIdentityRegisterResult(); + + protected: + void parse(const std::string &payload); + private: + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_VOICEIDENTITYREGISTERRESULT_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/VoiceIdentityStartCheckRequest.h b/green/include/alibabacloud/green/model/VoiceIdentityStartCheckRequest.h old mode 100755 new mode 100644 index 2a7aaa032..4dabf0747 --- a/green/include/alibabacloud/green/model/VoiceIdentityStartCheckRequest.h +++ b/green/include/alibabacloud/green/model/VoiceIdentityStartCheckRequest.h @@ -1,51 +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_VOICEIDENTITYSTARTCHECKREQUEST_H_ -#define ALIBABACLOUD_GREEN_MODEL_VOICEIDENTITYSTARTCHECKREQUEST_H_ - -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT VoiceIdentityStartCheckRequest : public RoaServiceRequest - { - - public: - VoiceIdentityStartCheckRequest(); - ~VoiceIdentityStartCheckRequest(); - +/* + * 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_VOICEIDENTITYSTARTCHECKREQUEST_H_ +#define ALIBABACLOUD_GREEN_MODEL_VOICEIDENTITYSTARTCHECKREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT VoiceIdentityStartCheckRequest : public RoaServiceRequest + { + + public: + VoiceIdentityStartCheckRequest(); + ~VoiceIdentityStartCheckRequest(); + std::string getRegionId()const; void setRegionId(const std::string& regionId); std::string getClientInfo()const; void setClientInfo(const std::string& clientInfo); - - private: + + private: std::string regionId_; std::string clientInfo_; - - }; - } - } -} + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_VOICEIDENTITYSTARTCHECKREQUEST_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/VoiceIdentityStartCheckResult.h b/green/include/alibabacloud/green/model/VoiceIdentityStartCheckResult.h old mode 100755 new mode 100644 index 42e3707cb..7f53db5e1 --- a/green/include/alibabacloud/green/model/VoiceIdentityStartCheckResult.h +++ b/green/include/alibabacloud/green/model/VoiceIdentityStartCheckResult.h @@ -1,49 +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_VOICEIDENTITYSTARTCHECKRESULT_H_ -#define ALIBABACLOUD_GREEN_MODEL_VOICEIDENTITYSTARTCHECKRESULT_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT VoiceIdentityStartCheckResult : public ServiceResult - { - public: - - - VoiceIdentityStartCheckResult(); - explicit VoiceIdentityStartCheckResult(const std::string &payload); - ~VoiceIdentityStartCheckResult(); - - protected: - void parse(const std::string &payload); - private: - - }; - } - } -} +/* + * 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_VOICEIDENTITYSTARTCHECKRESULT_H_ +#define ALIBABACLOUD_GREEN_MODEL_VOICEIDENTITYSTARTCHECKRESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT VoiceIdentityStartCheckResult : public ServiceResult + { + public: + + + VoiceIdentityStartCheckResult(); + explicit VoiceIdentityStartCheckResult(const std::string &payload); + ~VoiceIdentityStartCheckResult(); + + protected: + void parse(const std::string &payload); + private: + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_VOICEIDENTITYSTARTCHECKRESULT_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/VoiceIdentityStartRegisterRequest.h b/green/include/alibabacloud/green/model/VoiceIdentityStartRegisterRequest.h old mode 100755 new mode 100644 index eb4720f08..040ebe41b --- a/green/include/alibabacloud/green/model/VoiceIdentityStartRegisterRequest.h +++ b/green/include/alibabacloud/green/model/VoiceIdentityStartRegisterRequest.h @@ -1,51 +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_VOICEIDENTITYSTARTREGISTERREQUEST_H_ -#define ALIBABACLOUD_GREEN_MODEL_VOICEIDENTITYSTARTREGISTERREQUEST_H_ - -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT VoiceIdentityStartRegisterRequest : public RoaServiceRequest - { - - public: - VoiceIdentityStartRegisterRequest(); - ~VoiceIdentityStartRegisterRequest(); - +/* + * 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_VOICEIDENTITYSTARTREGISTERREQUEST_H_ +#define ALIBABACLOUD_GREEN_MODEL_VOICEIDENTITYSTARTREGISTERREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT VoiceIdentityStartRegisterRequest : public RoaServiceRequest + { + + public: + VoiceIdentityStartRegisterRequest(); + ~VoiceIdentityStartRegisterRequest(); + std::string getRegionId()const; void setRegionId(const std::string& regionId); std::string getClientInfo()const; void setClientInfo(const std::string& clientInfo); - - private: + + private: std::string regionId_; std::string clientInfo_; - - }; - } - } -} + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_VOICEIDENTITYSTARTREGISTERREQUEST_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/VoiceIdentityStartRegisterResult.h b/green/include/alibabacloud/green/model/VoiceIdentityStartRegisterResult.h old mode 100755 new mode 100644 index c6934a55c..401ced6fb --- a/green/include/alibabacloud/green/model/VoiceIdentityStartRegisterResult.h +++ b/green/include/alibabacloud/green/model/VoiceIdentityStartRegisterResult.h @@ -1,49 +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_VOICEIDENTITYSTARTREGISTERRESULT_H_ -#define ALIBABACLOUD_GREEN_MODEL_VOICEIDENTITYSTARTREGISTERRESULT_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT VoiceIdentityStartRegisterResult : public ServiceResult - { - public: - - - VoiceIdentityStartRegisterResult(); - explicit VoiceIdentityStartRegisterResult(const std::string &payload); - ~VoiceIdentityStartRegisterResult(); - - protected: - void parse(const std::string &payload); - private: - - }; - } - } -} +/* + * 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_VOICEIDENTITYSTARTREGISTERRESULT_H_ +#define ALIBABACLOUD_GREEN_MODEL_VOICEIDENTITYSTARTREGISTERRESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT VoiceIdentityStartRegisterResult : public ServiceResult + { + public: + + + VoiceIdentityStartRegisterResult(); + explicit VoiceIdentityStartRegisterResult(const std::string &payload); + ~VoiceIdentityStartRegisterResult(); + + protected: + void parse(const std::string &payload); + private: + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_VOICEIDENTITYSTARTREGISTERRESULT_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/VoiceIdentityUnregisterRequest.h b/green/include/alibabacloud/green/model/VoiceIdentityUnregisterRequest.h old mode 100755 new mode 100644 index 06ed7b1b5..33fe17d4b --- a/green/include/alibabacloud/green/model/VoiceIdentityUnregisterRequest.h +++ b/green/include/alibabacloud/green/model/VoiceIdentityUnregisterRequest.h @@ -1,51 +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_VOICEIDENTITYUNREGISTERREQUEST_H_ -#define ALIBABACLOUD_GREEN_MODEL_VOICEIDENTITYUNREGISTERREQUEST_H_ - -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT VoiceIdentityUnregisterRequest : public RoaServiceRequest - { - - public: - VoiceIdentityUnregisterRequest(); - ~VoiceIdentityUnregisterRequest(); - +/* + * 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_VOICEIDENTITYUNREGISTERREQUEST_H_ +#define ALIBABACLOUD_GREEN_MODEL_VOICEIDENTITYUNREGISTERREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT VoiceIdentityUnregisterRequest : public RoaServiceRequest + { + + public: + VoiceIdentityUnregisterRequest(); + ~VoiceIdentityUnregisterRequest(); + std::string getRegionId()const; void setRegionId(const std::string& regionId); std::string getClientInfo()const; void setClientInfo(const std::string& clientInfo); - - private: + + private: std::string regionId_; std::string clientInfo_; - - }; - } - } -} + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_VOICEIDENTITYUNREGISTERREQUEST_H_ \ No newline at end of file diff --git a/green/include/alibabacloud/green/model/VoiceIdentityUnregisterResult.h b/green/include/alibabacloud/green/model/VoiceIdentityUnregisterResult.h old mode 100755 new mode 100644 index d46486098..9616595af --- a/green/include/alibabacloud/green/model/VoiceIdentityUnregisterResult.h +++ b/green/include/alibabacloud/green/model/VoiceIdentityUnregisterResult.h @@ -1,49 +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_VOICEIDENTITYUNREGISTERRESULT_H_ -#define ALIBABACLOUD_GREEN_MODEL_VOICEIDENTITYUNREGISTERRESULT_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud -{ - namespace Green - { - namespace Model - { - class ALIBABACLOUD_GREEN_EXPORT VoiceIdentityUnregisterResult : public ServiceResult - { - public: - - - VoiceIdentityUnregisterResult(); - explicit VoiceIdentityUnregisterResult(const std::string &payload); - ~VoiceIdentityUnregisterResult(); - - protected: - void parse(const std::string &payload); - private: - - }; - } - } -} +/* + * 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_VOICEIDENTITYUNREGISTERRESULT_H_ +#define ALIBABACLOUD_GREEN_MODEL_VOICEIDENTITYUNREGISTERRESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Green + { + namespace Model + { + class ALIBABACLOUD_GREEN_EXPORT VoiceIdentityUnregisterResult : public ServiceResult + { + public: + + + VoiceIdentityUnregisterResult(); + explicit VoiceIdentityUnregisterResult(const std::string &payload); + ~VoiceIdentityUnregisterResult(); + + protected: + void parse(const std::string &payload); + private: + + }; + } + } +} #endif // !ALIBABACLOUD_GREEN_MODEL_VOICEIDENTITYUNREGISTERRESULT_H_ \ No newline at end of file diff --git a/green/src/GreenClient.cc b/green/src/GreenClient.cc index d73254c9d..5708416a1 100755 --- a/green/src/GreenClient.cc +++ b/green/src/GreenClient.cc @@ -4695,6 +4695,42 @@ GreenClient::VideoAsyncScanResultsOutcomeCallable GreenClient::videoAsyncScanRes return task->get_future(); } +GreenClient::VideoCancelScanOutcome GreenClient::videoCancelScan(const VideoCancelScanRequest &request) const +{ + auto endpointOutcome = endpointProvider_->getEndpoint(); + if (!endpointOutcome.isSuccess()) + return VideoCancelScanOutcome(endpointOutcome.error()); + + auto outcome = makeRequest(endpointOutcome.result(), request); + + if (outcome.isSuccess()) + return VideoCancelScanOutcome(VideoCancelScanResult(outcome.result())); + else + return VideoCancelScanOutcome(outcome.error()); +} + +void GreenClient::videoCancelScanAsync(const VideoCancelScanRequest& request, const VideoCancelScanAsyncHandler& handler, const std::shared_ptr& context) const +{ + auto fn = [this, request, handler, context]() + { + handler(this, request, videoCancelScan(request), context); + }; + + asyncExecute(new Runnable(fn)); +} + +GreenClient::VideoCancelScanOutcomeCallable GreenClient::videoCancelScanCallable(const VideoCancelScanRequest &request) const +{ + auto task = std::make_shared>( + [this, request]() + { + return this->videoCancelScan(request); + }); + + asyncExecute(new Runnable([task]() { (*task)(); })); + return task->get_future(); +} + GreenClient::VideoFeedbackOutcome GreenClient::videoFeedback(const VideoFeedbackRequest &request) const { auto endpointOutcome = endpointProvider_->getEndpoint(); diff --git a/green/src/model/AddFacesRequest.cc b/green/src/model/AddFacesRequest.cc old mode 100755 new mode 100644 index d9e66780c..9b3c3a17f --- a/green/src/model/AddFacesRequest.cc +++ b/green/src/model/AddFacesRequest.cc @@ -1,30 +1,30 @@ -/* - * 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. - */ - -#include - -using AlibabaCloud::Green::Model::AddFacesRequest; - -AddFacesRequest::AddFacesRequest() : - RoaServiceRequest("green", "2018-05-09") -{} - -AddFacesRequest::~AddFacesRequest() -{} - +/* + * 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. + */ + +#include + +using AlibabaCloud::Green::Model::AddFacesRequest; + +AddFacesRequest::AddFacesRequest() : + RoaServiceRequest("green", "2018-05-09") +{} + +AddFacesRequest::~AddFacesRequest() +{} + std::string AddFacesRequest::getRegionId()const { return regionId_; diff --git a/green/src/model/AddFacesResult.cc b/green/src/model/AddFacesResult.cc old mode 100755 new mode 100644 index 1cce1ce76..38b0944a5 --- a/green/src/model/AddFacesResult.cc +++ b/green/src/model/AddFacesResult.cc @@ -1,45 +1,44 @@ -/* - * 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. - */ - -#include -#include - -using namespace AlibabaCloud::Green; -using namespace AlibabaCloud::Green::Model; - -AddFacesResult::AddFacesResult() : - ServiceResult() -{} - -AddFacesResult::AddFacesResult(const std::string &payload) : - ServiceResult() -{ - parse(payload); -} - -AddFacesResult::~AddFacesResult() -{} - -void AddFacesResult::parse(const std::string &payload) -{ - Json::Reader reader; - Json::Value value; - reader.parse(payload, value); - - setRequestId(value["RequestId"].asString()); - -} - +/* + * 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. + */ + +#include +#include + +using namespace AlibabaCloud::Green; +using namespace AlibabaCloud::Green::Model; + +AddFacesResult::AddFacesResult() : + ServiceResult() +{} + +AddFacesResult::AddFacesResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +AddFacesResult::~AddFacesResult() +{} + +void AddFacesResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + +} + diff --git a/green/src/model/AddGroupsRequest.cc b/green/src/model/AddGroupsRequest.cc old mode 100755 new mode 100644 index bccde7451..12f137266 --- a/green/src/model/AddGroupsRequest.cc +++ b/green/src/model/AddGroupsRequest.cc @@ -1,30 +1,30 @@ -/* - * 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. - */ - -#include - -using AlibabaCloud::Green::Model::AddGroupsRequest; - -AddGroupsRequest::AddGroupsRequest() : - RoaServiceRequest("green", "2018-05-09") -{} - -AddGroupsRequest::~AddGroupsRequest() -{} - +/* + * 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. + */ + +#include + +using AlibabaCloud::Green::Model::AddGroupsRequest; + +AddGroupsRequest::AddGroupsRequest() : + RoaServiceRequest("green", "2018-05-09") +{} + +AddGroupsRequest::~AddGroupsRequest() +{} + std::string AddGroupsRequest::getRegionId()const { return regionId_; diff --git a/green/src/model/AddGroupsResult.cc b/green/src/model/AddGroupsResult.cc old mode 100755 new mode 100644 index 42c9a7131..5c7212584 --- a/green/src/model/AddGroupsResult.cc +++ b/green/src/model/AddGroupsResult.cc @@ -1,45 +1,44 @@ -/* - * 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. - */ - -#include -#include - -using namespace AlibabaCloud::Green; -using namespace AlibabaCloud::Green::Model; - -AddGroupsResult::AddGroupsResult() : - ServiceResult() -{} - -AddGroupsResult::AddGroupsResult(const std::string &payload) : - ServiceResult() -{ - parse(payload); -} - -AddGroupsResult::~AddGroupsResult() -{} - -void AddGroupsResult::parse(const std::string &payload) -{ - Json::Reader reader; - Json::Value value; - reader.parse(payload, value); - - setRequestId(value["RequestId"].asString()); - -} - +/* + * 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. + */ + +#include +#include + +using namespace AlibabaCloud::Green; +using namespace AlibabaCloud::Green::Model; + +AddGroupsResult::AddGroupsResult() : + ServiceResult() +{} + +AddGroupsResult::AddGroupsResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +AddGroupsResult::~AddGroupsResult() +{} + +void AddGroupsResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + +} + diff --git a/green/src/model/AddPersonRequest.cc b/green/src/model/AddPersonRequest.cc old mode 100755 new mode 100644 index 123a11ddc..ec6223203 --- a/green/src/model/AddPersonRequest.cc +++ b/green/src/model/AddPersonRequest.cc @@ -1,30 +1,30 @@ -/* - * 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. - */ - -#include - -using AlibabaCloud::Green::Model::AddPersonRequest; - -AddPersonRequest::AddPersonRequest() : - RoaServiceRequest("green", "2018-05-09") -{} - -AddPersonRequest::~AddPersonRequest() -{} - +/* + * 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. + */ + +#include + +using AlibabaCloud::Green::Model::AddPersonRequest; + +AddPersonRequest::AddPersonRequest() : + RoaServiceRequest("green", "2018-05-09") +{} + +AddPersonRequest::~AddPersonRequest() +{} + std::string AddPersonRequest::getRegionId()const { return regionId_; diff --git a/green/src/model/AddPersonResult.cc b/green/src/model/AddPersonResult.cc old mode 100755 new mode 100644 index c6723af47..d95dc896d --- a/green/src/model/AddPersonResult.cc +++ b/green/src/model/AddPersonResult.cc @@ -1,45 +1,44 @@ -/* - * 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. - */ - -#include -#include - -using namespace AlibabaCloud::Green; -using namespace AlibabaCloud::Green::Model; - -AddPersonResult::AddPersonResult() : - ServiceResult() -{} - -AddPersonResult::AddPersonResult(const std::string &payload) : - ServiceResult() -{ - parse(payload); -} - -AddPersonResult::~AddPersonResult() -{} - -void AddPersonResult::parse(const std::string &payload) -{ - Json::Reader reader; - Json::Value value; - reader.parse(payload, value); - - setRequestId(value["RequestId"].asString()); - -} - +/* + * 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. + */ + +#include +#include + +using namespace AlibabaCloud::Green; +using namespace AlibabaCloud::Green::Model; + +AddPersonResult::AddPersonResult() : + ServiceResult() +{} + +AddPersonResult::AddPersonResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +AddPersonResult::~AddPersonResult() +{} + +void AddPersonResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + +} + diff --git a/green/src/model/AddSimilarityImageRequest.cc b/green/src/model/AddSimilarityImageRequest.cc old mode 100755 new mode 100644 index ed53829a9..ccf7ce206 --- a/green/src/model/AddSimilarityImageRequest.cc +++ b/green/src/model/AddSimilarityImageRequest.cc @@ -1,30 +1,30 @@ -/* - * 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. - */ - -#include - -using AlibabaCloud::Green::Model::AddSimilarityImageRequest; - -AddSimilarityImageRequest::AddSimilarityImageRequest() : - RoaServiceRequest("green", "2018-05-09") -{} - -AddSimilarityImageRequest::~AddSimilarityImageRequest() -{} - +/* + * 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. + */ + +#include + +using AlibabaCloud::Green::Model::AddSimilarityImageRequest; + +AddSimilarityImageRequest::AddSimilarityImageRequest() : + RoaServiceRequest("green", "2018-05-09") +{} + +AddSimilarityImageRequest::~AddSimilarityImageRequest() +{} + std::string AddSimilarityImageRequest::getClientInfo()const { return clientInfo_; diff --git a/green/src/model/AddSimilarityImageResult.cc b/green/src/model/AddSimilarityImageResult.cc old mode 100755 new mode 100644 index 86baf5c9e..ab6d0fbc2 --- a/green/src/model/AddSimilarityImageResult.cc +++ b/green/src/model/AddSimilarityImageResult.cc @@ -1,45 +1,44 @@ -/* - * 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. - */ - -#include -#include - -using namespace AlibabaCloud::Green; -using namespace AlibabaCloud::Green::Model; - -AddSimilarityImageResult::AddSimilarityImageResult() : - ServiceResult() -{} - -AddSimilarityImageResult::AddSimilarityImageResult(const std::string &payload) : - ServiceResult() -{ - parse(payload); -} - -AddSimilarityImageResult::~AddSimilarityImageResult() -{} - -void AddSimilarityImageResult::parse(const std::string &payload) -{ - Json::Reader reader; - Json::Value value; - reader.parse(payload, value); - - setRequestId(value["RequestId"].asString()); - -} - +/* + * 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. + */ + +#include +#include + +using namespace AlibabaCloud::Green; +using namespace AlibabaCloud::Green::Model; + +AddSimilarityImageResult::AddSimilarityImageResult() : + ServiceResult() +{} + +AddSimilarityImageResult::AddSimilarityImageResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +AddSimilarityImageResult::~AddSimilarityImageResult() +{} + +void AddSimilarityImageResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + +} + diff --git a/green/src/model/AddSimilarityLibraryRequest.cc b/green/src/model/AddSimilarityLibraryRequest.cc index 12ecd336c..dafcdab24 100644 --- a/green/src/model/AddSimilarityLibraryRequest.cc +++ b/green/src/model/AddSimilarityLibraryRequest.cc @@ -1,30 +1,30 @@ -/* - * 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. - */ - -#include - -using AlibabaCloud::Green::Model::AddSimilarityLibraryRequest; - -AddSimilarityLibraryRequest::AddSimilarityLibraryRequest() : - RoaServiceRequest("green", "2018-05-09") -{} - -AddSimilarityLibraryRequest::~AddSimilarityLibraryRequest() -{} - +/* + * 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. + */ + +#include + +using AlibabaCloud::Green::Model::AddSimilarityLibraryRequest; + +AddSimilarityLibraryRequest::AddSimilarityLibraryRequest() : + RoaServiceRequest("green", "2018-05-09") +{} + +AddSimilarityLibraryRequest::~AddSimilarityLibraryRequest() +{} + std::string AddSimilarityLibraryRequest::getClientInfo()const { return clientInfo_; diff --git a/green/src/model/AddSimilarityLibraryResult.cc b/green/src/model/AddSimilarityLibraryResult.cc index 8fd9ba47e..478ef5609 100644 --- a/green/src/model/AddSimilarityLibraryResult.cc +++ b/green/src/model/AddSimilarityLibraryResult.cc @@ -1,45 +1,44 @@ -/* - * 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. - */ - -#include -#include - -using namespace AlibabaCloud::Green; -using namespace AlibabaCloud::Green::Model; - -AddSimilarityLibraryResult::AddSimilarityLibraryResult() : - ServiceResult() -{} - -AddSimilarityLibraryResult::AddSimilarityLibraryResult(const std::string &payload) : - ServiceResult() -{ - parse(payload); -} - -AddSimilarityLibraryResult::~AddSimilarityLibraryResult() -{} - -void AddSimilarityLibraryResult::parse(const std::string &payload) -{ - Json::Reader reader; - Json::Value value; - reader.parse(payload, value); - - setRequestId(value["RequestId"].asString()); - -} - +/* + * 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. + */ + +#include +#include + +using namespace AlibabaCloud::Green; +using namespace AlibabaCloud::Green::Model; + +AddSimilarityLibraryResult::AddSimilarityLibraryResult() : + ServiceResult() +{} + +AddSimilarityLibraryResult::AddSimilarityLibraryResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +AddSimilarityLibraryResult::~AddSimilarityLibraryResult() +{} + +void AddSimilarityLibraryResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + +} + diff --git a/green/src/model/AddVideoDnaGroupRequest.cc b/green/src/model/AddVideoDnaGroupRequest.cc old mode 100755 new mode 100644 index 2dc41f7ea..4a8e92674 --- a/green/src/model/AddVideoDnaGroupRequest.cc +++ b/green/src/model/AddVideoDnaGroupRequest.cc @@ -1,30 +1,30 @@ -/* - * 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. - */ - -#include - -using AlibabaCloud::Green::Model::AddVideoDnaGroupRequest; - -AddVideoDnaGroupRequest::AddVideoDnaGroupRequest() : - RoaServiceRequest("green", "2018-05-09") -{} - -AddVideoDnaGroupRequest::~AddVideoDnaGroupRequest() -{} - +/* + * 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. + */ + +#include + +using AlibabaCloud::Green::Model::AddVideoDnaGroupRequest; + +AddVideoDnaGroupRequest::AddVideoDnaGroupRequest() : + RoaServiceRequest("green", "2018-05-09") +{} + +AddVideoDnaGroupRequest::~AddVideoDnaGroupRequest() +{} + std::string AddVideoDnaGroupRequest::getClientInfo()const { return clientInfo_; diff --git a/green/src/model/AddVideoDnaGroupResult.cc b/green/src/model/AddVideoDnaGroupResult.cc old mode 100755 new mode 100644 index e3264ba53..eaaa707ba --- a/green/src/model/AddVideoDnaGroupResult.cc +++ b/green/src/model/AddVideoDnaGroupResult.cc @@ -1,45 +1,44 @@ -/* - * 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. - */ - -#include -#include - -using namespace AlibabaCloud::Green; -using namespace AlibabaCloud::Green::Model; - -AddVideoDnaGroupResult::AddVideoDnaGroupResult() : - ServiceResult() -{} - -AddVideoDnaGroupResult::AddVideoDnaGroupResult(const std::string &payload) : - ServiceResult() -{ - parse(payload); -} - -AddVideoDnaGroupResult::~AddVideoDnaGroupResult() -{} - -void AddVideoDnaGroupResult::parse(const std::string &payload) -{ - Json::Reader reader; - Json::Value value; - reader.parse(payload, value); - - setRequestId(value["RequestId"].asString()); - -} - +/* + * 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. + */ + +#include +#include + +using namespace AlibabaCloud::Green; +using namespace AlibabaCloud::Green::Model; + +AddVideoDnaGroupResult::AddVideoDnaGroupResult() : + ServiceResult() +{} + +AddVideoDnaGroupResult::AddVideoDnaGroupResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +AddVideoDnaGroupResult::~AddVideoDnaGroupResult() +{} + +void AddVideoDnaGroupResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + +} + diff --git a/green/src/model/AddVideoDnaRequest.cc b/green/src/model/AddVideoDnaRequest.cc old mode 100755 new mode 100644 index c3e115aa6..5b1509c77 --- a/green/src/model/AddVideoDnaRequest.cc +++ b/green/src/model/AddVideoDnaRequest.cc @@ -1,30 +1,30 @@ -/* - * 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. - */ - -#include - -using AlibabaCloud::Green::Model::AddVideoDnaRequest; - -AddVideoDnaRequest::AddVideoDnaRequest() : - RoaServiceRequest("green", "2018-05-09") -{} - -AddVideoDnaRequest::~AddVideoDnaRequest() -{} - +/* + * 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. + */ + +#include + +using AlibabaCloud::Green::Model::AddVideoDnaRequest; + +AddVideoDnaRequest::AddVideoDnaRequest() : + RoaServiceRequest("green", "2018-05-09") +{} + +AddVideoDnaRequest::~AddVideoDnaRequest() +{} + std::string AddVideoDnaRequest::getClientInfo()const { return clientInfo_; diff --git a/green/src/model/AddVideoDnaResult.cc b/green/src/model/AddVideoDnaResult.cc old mode 100755 new mode 100644 index bdf80ac3c..b5de0a5af --- a/green/src/model/AddVideoDnaResult.cc +++ b/green/src/model/AddVideoDnaResult.cc @@ -1,45 +1,44 @@ -/* - * 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. - */ - -#include -#include - -using namespace AlibabaCloud::Green; -using namespace AlibabaCloud::Green::Model; - -AddVideoDnaResult::AddVideoDnaResult() : - ServiceResult() -{} - -AddVideoDnaResult::AddVideoDnaResult(const std::string &payload) : - ServiceResult() -{ - parse(payload); -} - -AddVideoDnaResult::~AddVideoDnaResult() -{} - -void AddVideoDnaResult::parse(const std::string &payload) -{ - Json::Reader reader; - Json::Value value; - reader.parse(payload, value); - - setRequestId(value["RequestId"].asString()); - -} - +/* + * 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. + */ + +#include +#include + +using namespace AlibabaCloud::Green; +using namespace AlibabaCloud::Green::Model; + +AddVideoDnaResult::AddVideoDnaResult() : + ServiceResult() +{} + +AddVideoDnaResult::AddVideoDnaResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +AddVideoDnaResult::~AddVideoDnaResult() +{} + +void AddVideoDnaResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + +} + diff --git a/green/src/model/DeleteBizTypeRequest.cc b/green/src/model/DeleteBizTypeRequest.cc index 3ce938ff0..6a81f459c 100644 --- a/green/src/model/DeleteBizTypeRequest.cc +++ b/green/src/model/DeleteBizTypeRequest.cc @@ -25,25 +25,25 @@ DeleteBizTypeRequest::DeleteBizTypeRequest() : DeleteBizTypeRequest::~DeleteBizTypeRequest() {} -std::string DeleteBizTypeRequest::getSourceIp()const -{ - return sourceIp_; -} - -void DeleteBizTypeRequest::setSourceIp(const std::string& sourceIp) -{ - sourceIp_ = sourceIp; - setCoreParameter("SourceIp", sourceIp); -} - -std::string DeleteBizTypeRequest::getBizTypeName()const -{ - return bizTypeName_; -} - -void DeleteBizTypeRequest::setBizTypeName(const std::string& bizTypeName) -{ - bizTypeName_ = bizTypeName; - setCoreParameter("BizTypeName", bizTypeName); -} - +std::string DeleteBizTypeRequest::getSourceIp()const +{ + return sourceIp_; +} + +void DeleteBizTypeRequest::setSourceIp(const std::string& sourceIp) +{ + sourceIp_ = sourceIp; + setCoreParameter("SourceIp", sourceIp); +} + +std::string DeleteBizTypeRequest::getBizTypeName()const +{ + return bizTypeName_; +} + +void DeleteBizTypeRequest::setBizTypeName(const std::string& bizTypeName) +{ + bizTypeName_ = bizTypeName; + setCoreParameter("BizTypeName", bizTypeName); +} + diff --git a/green/src/model/DeleteFacesRequest.cc b/green/src/model/DeleteFacesRequest.cc old mode 100755 new mode 100644 index ab4411b81..d617131e5 --- a/green/src/model/DeleteFacesRequest.cc +++ b/green/src/model/DeleteFacesRequest.cc @@ -1,30 +1,30 @@ -/* - * 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. - */ - -#include - -using AlibabaCloud::Green::Model::DeleteFacesRequest; - -DeleteFacesRequest::DeleteFacesRequest() : - RoaServiceRequest("green", "2018-05-09") -{} - -DeleteFacesRequest::~DeleteFacesRequest() -{} - +/* + * 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. + */ + +#include + +using AlibabaCloud::Green::Model::DeleteFacesRequest; + +DeleteFacesRequest::DeleteFacesRequest() : + RoaServiceRequest("green", "2018-05-09") +{} + +DeleteFacesRequest::~DeleteFacesRequest() +{} + std::string DeleteFacesRequest::getRegionId()const { return regionId_; diff --git a/green/src/model/DeleteFacesResult.cc b/green/src/model/DeleteFacesResult.cc old mode 100755 new mode 100644 index 6f4ca3af6..c9b6bb294 --- a/green/src/model/DeleteFacesResult.cc +++ b/green/src/model/DeleteFacesResult.cc @@ -1,45 +1,44 @@ -/* - * 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. - */ - -#include -#include - -using namespace AlibabaCloud::Green; -using namespace AlibabaCloud::Green::Model; - -DeleteFacesResult::DeleteFacesResult() : - ServiceResult() -{} - -DeleteFacesResult::DeleteFacesResult(const std::string &payload) : - ServiceResult() -{ - parse(payload); -} - -DeleteFacesResult::~DeleteFacesResult() -{} - -void DeleteFacesResult::parse(const std::string &payload) -{ - Json::Reader reader; - Json::Value value; - reader.parse(payload, value); - - setRequestId(value["RequestId"].asString()); - -} - +/* + * 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. + */ + +#include +#include + +using namespace AlibabaCloud::Green; +using namespace AlibabaCloud::Green::Model; + +DeleteFacesResult::DeleteFacesResult() : + ServiceResult() +{} + +DeleteFacesResult::DeleteFacesResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +DeleteFacesResult::~DeleteFacesResult() +{} + +void DeleteFacesResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + +} + diff --git a/green/src/model/DeleteGroupsRequest.cc b/green/src/model/DeleteGroupsRequest.cc old mode 100755 new mode 100644 index 88c0d83f8..3abde25ff --- a/green/src/model/DeleteGroupsRequest.cc +++ b/green/src/model/DeleteGroupsRequest.cc @@ -1,30 +1,30 @@ -/* - * 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. - */ - -#include - -using AlibabaCloud::Green::Model::DeleteGroupsRequest; - -DeleteGroupsRequest::DeleteGroupsRequest() : - RoaServiceRequest("green", "2018-05-09") -{} - -DeleteGroupsRequest::~DeleteGroupsRequest() -{} - +/* + * 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. + */ + +#include + +using AlibabaCloud::Green::Model::DeleteGroupsRequest; + +DeleteGroupsRequest::DeleteGroupsRequest() : + RoaServiceRequest("green", "2018-05-09") +{} + +DeleteGroupsRequest::~DeleteGroupsRequest() +{} + std::string DeleteGroupsRequest::getRegionId()const { return regionId_; diff --git a/green/src/model/DeleteGroupsResult.cc b/green/src/model/DeleteGroupsResult.cc old mode 100755 new mode 100644 index dbeb0f4bf..70be8eff2 --- a/green/src/model/DeleteGroupsResult.cc +++ b/green/src/model/DeleteGroupsResult.cc @@ -1,45 +1,44 @@ -/* - * 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. - */ - -#include -#include - -using namespace AlibabaCloud::Green; -using namespace AlibabaCloud::Green::Model; - -DeleteGroupsResult::DeleteGroupsResult() : - ServiceResult() -{} - -DeleteGroupsResult::DeleteGroupsResult(const std::string &payload) : - ServiceResult() -{ - parse(payload); -} - -DeleteGroupsResult::~DeleteGroupsResult() -{} - -void DeleteGroupsResult::parse(const std::string &payload) -{ - Json::Reader reader; - Json::Value value; - reader.parse(payload, value); - - setRequestId(value["RequestId"].asString()); - -} - +/* + * 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. + */ + +#include +#include + +using namespace AlibabaCloud::Green; +using namespace AlibabaCloud::Green::Model; + +DeleteGroupsResult::DeleteGroupsResult() : + ServiceResult() +{} + +DeleteGroupsResult::DeleteGroupsResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +DeleteGroupsResult::~DeleteGroupsResult() +{} + +void DeleteGroupsResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + +} + diff --git a/green/src/model/DeletePersonRequest.cc b/green/src/model/DeletePersonRequest.cc old mode 100755 new mode 100644 index 9949ab4fa..2746f7961 --- a/green/src/model/DeletePersonRequest.cc +++ b/green/src/model/DeletePersonRequest.cc @@ -1,30 +1,30 @@ -/* - * 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. - */ - -#include - -using AlibabaCloud::Green::Model::DeletePersonRequest; - -DeletePersonRequest::DeletePersonRequest() : - RoaServiceRequest("green", "2018-05-09") -{} - -DeletePersonRequest::~DeletePersonRequest() -{} - +/* + * 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. + */ + +#include + +using AlibabaCloud::Green::Model::DeletePersonRequest; + +DeletePersonRequest::DeletePersonRequest() : + RoaServiceRequest("green", "2018-05-09") +{} + +DeletePersonRequest::~DeletePersonRequest() +{} + std::string DeletePersonRequest::getRegionId()const { return regionId_; diff --git a/green/src/model/DeletePersonResult.cc b/green/src/model/DeletePersonResult.cc old mode 100755 new mode 100644 index 807a14b09..2947a32f5 --- a/green/src/model/DeletePersonResult.cc +++ b/green/src/model/DeletePersonResult.cc @@ -1,45 +1,44 @@ -/* - * 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. - */ - -#include -#include - -using namespace AlibabaCloud::Green; -using namespace AlibabaCloud::Green::Model; - -DeletePersonResult::DeletePersonResult() : - ServiceResult() -{} - -DeletePersonResult::DeletePersonResult(const std::string &payload) : - ServiceResult() -{ - parse(payload); -} - -DeletePersonResult::~DeletePersonResult() -{} - -void DeletePersonResult::parse(const std::string &payload) -{ - Json::Reader reader; - Json::Value value; - reader.parse(payload, value); - - setRequestId(value["RequestId"].asString()); - -} - +/* + * 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. + */ + +#include +#include + +using namespace AlibabaCloud::Green; +using namespace AlibabaCloud::Green::Model; + +DeletePersonResult::DeletePersonResult() : + ServiceResult() +{} + +DeletePersonResult::DeletePersonResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +DeletePersonResult::~DeletePersonResult() +{} + +void DeletePersonResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + +} + diff --git a/green/src/model/DeleteSimilarityImageRequest.cc b/green/src/model/DeleteSimilarityImageRequest.cc old mode 100755 new mode 100644 index fb60bd385..3eee4beb9 --- a/green/src/model/DeleteSimilarityImageRequest.cc +++ b/green/src/model/DeleteSimilarityImageRequest.cc @@ -1,30 +1,30 @@ -/* - * 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. - */ - -#include - -using AlibabaCloud::Green::Model::DeleteSimilarityImageRequest; - -DeleteSimilarityImageRequest::DeleteSimilarityImageRequest() : - RoaServiceRequest("green", "2018-05-09") -{} - -DeleteSimilarityImageRequest::~DeleteSimilarityImageRequest() -{} - +/* + * 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. + */ + +#include + +using AlibabaCloud::Green::Model::DeleteSimilarityImageRequest; + +DeleteSimilarityImageRequest::DeleteSimilarityImageRequest() : + RoaServiceRequest("green", "2018-05-09") +{} + +DeleteSimilarityImageRequest::~DeleteSimilarityImageRequest() +{} + std::string DeleteSimilarityImageRequest::getClientInfo()const { return clientInfo_; diff --git a/green/src/model/DeleteSimilarityImageResult.cc b/green/src/model/DeleteSimilarityImageResult.cc old mode 100755 new mode 100644 index 4fc125098..8f72e2dae --- a/green/src/model/DeleteSimilarityImageResult.cc +++ b/green/src/model/DeleteSimilarityImageResult.cc @@ -1,45 +1,44 @@ -/* - * 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. - */ - -#include -#include - -using namespace AlibabaCloud::Green; -using namespace AlibabaCloud::Green::Model; - -DeleteSimilarityImageResult::DeleteSimilarityImageResult() : - ServiceResult() -{} - -DeleteSimilarityImageResult::DeleteSimilarityImageResult(const std::string &payload) : - ServiceResult() -{ - parse(payload); -} - -DeleteSimilarityImageResult::~DeleteSimilarityImageResult() -{} - -void DeleteSimilarityImageResult::parse(const std::string &payload) -{ - Json::Reader reader; - Json::Value value; - reader.parse(payload, value); - - setRequestId(value["RequestId"].asString()); - -} - +/* + * 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. + */ + +#include +#include + +using namespace AlibabaCloud::Green; +using namespace AlibabaCloud::Green::Model; + +DeleteSimilarityImageResult::DeleteSimilarityImageResult() : + ServiceResult() +{} + +DeleteSimilarityImageResult::DeleteSimilarityImageResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +DeleteSimilarityImageResult::~DeleteSimilarityImageResult() +{} + +void DeleteSimilarityImageResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + +} + diff --git a/green/src/model/DeleteSimilarityLibraryRequest.cc b/green/src/model/DeleteSimilarityLibraryRequest.cc index 7a88d4699..7abaa4f85 100644 --- a/green/src/model/DeleteSimilarityLibraryRequest.cc +++ b/green/src/model/DeleteSimilarityLibraryRequest.cc @@ -1,30 +1,30 @@ -/* - * 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. - */ - -#include - -using AlibabaCloud::Green::Model::DeleteSimilarityLibraryRequest; - -DeleteSimilarityLibraryRequest::DeleteSimilarityLibraryRequest() : - RoaServiceRequest("green", "2018-05-09") -{} - -DeleteSimilarityLibraryRequest::~DeleteSimilarityLibraryRequest() -{} - +/* + * 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. + */ + +#include + +using AlibabaCloud::Green::Model::DeleteSimilarityLibraryRequest; + +DeleteSimilarityLibraryRequest::DeleteSimilarityLibraryRequest() : + RoaServiceRequest("green", "2018-05-09") +{} + +DeleteSimilarityLibraryRequest::~DeleteSimilarityLibraryRequest() +{} + std::string DeleteSimilarityLibraryRequest::getClientInfo()const { return clientInfo_; diff --git a/green/src/model/DeleteSimilarityLibraryResult.cc b/green/src/model/DeleteSimilarityLibraryResult.cc index bc87ec4fc..5318abfd0 100644 --- a/green/src/model/DeleteSimilarityLibraryResult.cc +++ b/green/src/model/DeleteSimilarityLibraryResult.cc @@ -1,45 +1,44 @@ -/* - * 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. - */ - -#include -#include - -using namespace AlibabaCloud::Green; -using namespace AlibabaCloud::Green::Model; - -DeleteSimilarityLibraryResult::DeleteSimilarityLibraryResult() : - ServiceResult() -{} - -DeleteSimilarityLibraryResult::DeleteSimilarityLibraryResult(const std::string &payload) : - ServiceResult() -{ - parse(payload); -} - -DeleteSimilarityLibraryResult::~DeleteSimilarityLibraryResult() -{} - -void DeleteSimilarityLibraryResult::parse(const std::string &payload) -{ - Json::Reader reader; - Json::Value value; - reader.parse(payload, value); - - setRequestId(value["RequestId"].asString()); - -} - +/* + * 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. + */ + +#include +#include + +using namespace AlibabaCloud::Green; +using namespace AlibabaCloud::Green::Model; + +DeleteSimilarityLibraryResult::DeleteSimilarityLibraryResult() : + ServiceResult() +{} + +DeleteSimilarityLibraryResult::DeleteSimilarityLibraryResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +DeleteSimilarityLibraryResult::~DeleteSimilarityLibraryResult() +{} + +void DeleteSimilarityLibraryResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + +} + diff --git a/green/src/model/DeleteVideoDnaGroupRequest.cc b/green/src/model/DeleteVideoDnaGroupRequest.cc old mode 100755 new mode 100644 index 2ff6704ea..821f4d79b --- a/green/src/model/DeleteVideoDnaGroupRequest.cc +++ b/green/src/model/DeleteVideoDnaGroupRequest.cc @@ -1,30 +1,30 @@ -/* - * 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. - */ - -#include - -using AlibabaCloud::Green::Model::DeleteVideoDnaGroupRequest; - -DeleteVideoDnaGroupRequest::DeleteVideoDnaGroupRequest() : - RoaServiceRequest("green", "2018-05-09") -{} - -DeleteVideoDnaGroupRequest::~DeleteVideoDnaGroupRequest() -{} - +/* + * 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. + */ + +#include + +using AlibabaCloud::Green::Model::DeleteVideoDnaGroupRequest; + +DeleteVideoDnaGroupRequest::DeleteVideoDnaGroupRequest() : + RoaServiceRequest("green", "2018-05-09") +{} + +DeleteVideoDnaGroupRequest::~DeleteVideoDnaGroupRequest() +{} + std::string DeleteVideoDnaGroupRequest::getClientInfo()const { return clientInfo_; diff --git a/green/src/model/DeleteVideoDnaGroupResult.cc b/green/src/model/DeleteVideoDnaGroupResult.cc old mode 100755 new mode 100644 index 2fb3c4224..f2a75bdce --- a/green/src/model/DeleteVideoDnaGroupResult.cc +++ b/green/src/model/DeleteVideoDnaGroupResult.cc @@ -1,45 +1,44 @@ -/* - * 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. - */ - -#include -#include - -using namespace AlibabaCloud::Green; -using namespace AlibabaCloud::Green::Model; - -DeleteVideoDnaGroupResult::DeleteVideoDnaGroupResult() : - ServiceResult() -{} - -DeleteVideoDnaGroupResult::DeleteVideoDnaGroupResult(const std::string &payload) : - ServiceResult() -{ - parse(payload); -} - -DeleteVideoDnaGroupResult::~DeleteVideoDnaGroupResult() -{} - -void DeleteVideoDnaGroupResult::parse(const std::string &payload) -{ - Json::Reader reader; - Json::Value value; - reader.parse(payload, value); - - setRequestId(value["RequestId"].asString()); - -} - +/* + * 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. + */ + +#include +#include + +using namespace AlibabaCloud::Green; +using namespace AlibabaCloud::Green::Model; + +DeleteVideoDnaGroupResult::DeleteVideoDnaGroupResult() : + ServiceResult() +{} + +DeleteVideoDnaGroupResult::DeleteVideoDnaGroupResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +DeleteVideoDnaGroupResult::~DeleteVideoDnaGroupResult() +{} + +void DeleteVideoDnaGroupResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + +} + diff --git a/green/src/model/DeleteVideoDnaRequest.cc b/green/src/model/DeleteVideoDnaRequest.cc old mode 100755 new mode 100644 index efad8c1ee..227bf3d2a --- a/green/src/model/DeleteVideoDnaRequest.cc +++ b/green/src/model/DeleteVideoDnaRequest.cc @@ -1,30 +1,30 @@ -/* - * 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. - */ - -#include - -using AlibabaCloud::Green::Model::DeleteVideoDnaRequest; - -DeleteVideoDnaRequest::DeleteVideoDnaRequest() : - RoaServiceRequest("green", "2018-05-09") -{} - -DeleteVideoDnaRequest::~DeleteVideoDnaRequest() -{} - +/* + * 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. + */ + +#include + +using AlibabaCloud::Green::Model::DeleteVideoDnaRequest; + +DeleteVideoDnaRequest::DeleteVideoDnaRequest() : + RoaServiceRequest("green", "2018-05-09") +{} + +DeleteVideoDnaRequest::~DeleteVideoDnaRequest() +{} + std::string DeleteVideoDnaRequest::getClientInfo()const { return clientInfo_; diff --git a/green/src/model/DeleteVideoDnaResult.cc b/green/src/model/DeleteVideoDnaResult.cc old mode 100755 new mode 100644 index dc9c2393c..eb0b5264e --- a/green/src/model/DeleteVideoDnaResult.cc +++ b/green/src/model/DeleteVideoDnaResult.cc @@ -1,45 +1,44 @@ -/* - * 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. - */ - -#include -#include - -using namespace AlibabaCloud::Green; -using namespace AlibabaCloud::Green::Model; - -DeleteVideoDnaResult::DeleteVideoDnaResult() : - ServiceResult() -{} - -DeleteVideoDnaResult::DeleteVideoDnaResult(const std::string &payload) : - ServiceResult() -{ - parse(payload); -} - -DeleteVideoDnaResult::~DeleteVideoDnaResult() -{} - -void DeleteVideoDnaResult::parse(const std::string &payload) -{ - Json::Reader reader; - Json::Value value; - reader.parse(payload, value); - - setRequestId(value["RequestId"].asString()); - -} - +/* + * 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. + */ + +#include +#include + +using namespace AlibabaCloud::Green; +using namespace AlibabaCloud::Green::Model; + +DeleteVideoDnaResult::DeleteVideoDnaResult() : + ServiceResult() +{} + +DeleteVideoDnaResult::DeleteVideoDnaResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +DeleteVideoDnaResult::~DeleteVideoDnaResult() +{} + +void DeleteVideoDnaResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + +} + diff --git a/green/src/model/DescribeAuditCallbackRequest.cc b/green/src/model/DescribeAuditCallbackRequest.cc index bd20c91ee..755ec1f45 100644 --- a/green/src/model/DescribeAuditCallbackRequest.cc +++ b/green/src/model/DescribeAuditCallbackRequest.cc @@ -25,14 +25,14 @@ DescribeAuditCallbackRequest::DescribeAuditCallbackRequest() : DescribeAuditCallbackRequest::~DescribeAuditCallbackRequest() {} -std::string DescribeAuditCallbackRequest::getSourceIp()const -{ - return sourceIp_; -} - -void DescribeAuditCallbackRequest::setSourceIp(const std::string& sourceIp) -{ - sourceIp_ = sourceIp; - setCoreParameter("SourceIp", sourceIp); -} - +std::string DescribeAuditCallbackRequest::getSourceIp()const +{ + return sourceIp_; +} + +void DescribeAuditCallbackRequest::setSourceIp(const std::string& sourceIp) +{ + sourceIp_ = sourceIp; + setCoreParameter("SourceIp", sourceIp); +} + diff --git a/green/src/model/DescribeAuditRangeRequest.cc b/green/src/model/DescribeAuditRangeRequest.cc index 76230652e..b57f1636b 100644 --- a/green/src/model/DescribeAuditRangeRequest.cc +++ b/green/src/model/DescribeAuditRangeRequest.cc @@ -25,14 +25,14 @@ DescribeAuditRangeRequest::DescribeAuditRangeRequest() : DescribeAuditRangeRequest::~DescribeAuditRangeRequest() {} -std::string DescribeAuditRangeRequest::getSourceIp()const -{ - return sourceIp_; -} - -void DescribeAuditRangeRequest::setSourceIp(const std::string& sourceIp) -{ - sourceIp_ = sourceIp; - setCoreParameter("SourceIp", sourceIp); -} - +std::string DescribeAuditRangeRequest::getSourceIp()const +{ + return sourceIp_; +} + +void DescribeAuditRangeRequest::setSourceIp(const std::string& sourceIp) +{ + sourceIp_ = sourceIp; + setCoreParameter("SourceIp", sourceIp); +} + diff --git a/green/src/model/DescribeUserBizTypesRequest.cc b/green/src/model/DescribeUserBizTypesRequest.cc index 328f8d860..6b5f1a77a 100644 --- a/green/src/model/DescribeUserBizTypesRequest.cc +++ b/green/src/model/DescribeUserBizTypesRequest.cc @@ -25,25 +25,25 @@ DescribeUserBizTypesRequest::DescribeUserBizTypesRequest() : DescribeUserBizTypesRequest::~DescribeUserBizTypesRequest() {} -bool DescribeUserBizTypesRequest::getCustomized()const -{ - return customized_; -} - -void DescribeUserBizTypesRequest::setCustomized(bool customized) -{ - customized_ = customized; - setCoreParameter("Customized", customized ? "true" : "false"); -} - -std::string DescribeUserBizTypesRequest::getSourceIp()const -{ - return sourceIp_; -} - -void DescribeUserBizTypesRequest::setSourceIp(const std::string& sourceIp) -{ - sourceIp_ = sourceIp; - setCoreParameter("SourceIp", sourceIp); -} - +bool DescribeUserBizTypesRequest::getCustomized()const +{ + return customized_; +} + +void DescribeUserBizTypesRequest::setCustomized(bool customized) +{ + customized_ = customized; + setCoreParameter("Customized", customized ? "true" : "false"); +} + +std::string DescribeUserBizTypesRequest::getSourceIp()const +{ + return sourceIp_; +} + +void DescribeUserBizTypesRequest::setSourceIp(const std::string& sourceIp) +{ + sourceIp_ = sourceIp; + setCoreParameter("SourceIp", sourceIp); +} + diff --git a/green/src/model/DetectFaceRequest.cc b/green/src/model/DetectFaceRequest.cc index da1c497e5..6087cc805 100644 --- a/green/src/model/DetectFaceRequest.cc +++ b/green/src/model/DetectFaceRequest.cc @@ -1,30 +1,30 @@ -/* - * 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. - */ - -#include - -using AlibabaCloud::Green::Model::DetectFaceRequest; - -DetectFaceRequest::DetectFaceRequest() : - RoaServiceRequest("green", "2018-05-09") -{} - -DetectFaceRequest::~DetectFaceRequest() -{} - +/* + * 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. + */ + +#include + +using AlibabaCloud::Green::Model::DetectFaceRequest; + +DetectFaceRequest::DetectFaceRequest() : + RoaServiceRequest("green", "2018-05-09") +{} + +DetectFaceRequest::~DetectFaceRequest() +{} + std::string DetectFaceRequest::getClientInfo()const { return clientInfo_; diff --git a/green/src/model/DetectFaceResult.cc b/green/src/model/DetectFaceResult.cc index 6a8b71162..991d06297 100644 --- a/green/src/model/DetectFaceResult.cc +++ b/green/src/model/DetectFaceResult.cc @@ -1,45 +1,44 @@ -/* - * 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. - */ - -#include -#include - -using namespace AlibabaCloud::Green; -using namespace AlibabaCloud::Green::Model; - -DetectFaceResult::DetectFaceResult() : - ServiceResult() -{} - -DetectFaceResult::DetectFaceResult(const std::string &payload) : - ServiceResult() -{ - parse(payload); -} - -DetectFaceResult::~DetectFaceResult() -{} - -void DetectFaceResult::parse(const std::string &payload) -{ - Json::Reader reader; - Json::Value value; - reader.parse(payload, value); - - setRequestId(value["RequestId"].asString()); - -} - +/* + * 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. + */ + +#include +#include + +using namespace AlibabaCloud::Green; +using namespace AlibabaCloud::Green::Model; + +DetectFaceResult::DetectFaceResult() : + ServiceResult() +{} + +DetectFaceResult::DetectFaceResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +DetectFaceResult::~DetectFaceResult() +{} + +void DetectFaceResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + +} + diff --git a/green/src/model/FileAsyncScanRequest.cc b/green/src/model/FileAsyncScanRequest.cc old mode 100755 new mode 100644 index 194fa1065..c9cdb8608 --- a/green/src/model/FileAsyncScanRequest.cc +++ b/green/src/model/FileAsyncScanRequest.cc @@ -1,30 +1,30 @@ -/* - * 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. - */ - -#include - -using AlibabaCloud::Green::Model::FileAsyncScanRequest; - -FileAsyncScanRequest::FileAsyncScanRequest() : - RoaServiceRequest("green", "2018-05-09") -{} - -FileAsyncScanRequest::~FileAsyncScanRequest() -{} - +/* + * 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. + */ + +#include + +using AlibabaCloud::Green::Model::FileAsyncScanRequest; + +FileAsyncScanRequest::FileAsyncScanRequest() : + RoaServiceRequest("green", "2018-05-09") +{} + +FileAsyncScanRequest::~FileAsyncScanRequest() +{} + std::string FileAsyncScanRequest::getClientInfo()const { return clientInfo_; diff --git a/green/src/model/FileAsyncScanResult.cc b/green/src/model/FileAsyncScanResult.cc old mode 100755 new mode 100644 index 09069f934..daf186804 --- a/green/src/model/FileAsyncScanResult.cc +++ b/green/src/model/FileAsyncScanResult.cc @@ -1,45 +1,44 @@ -/* - * 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. - */ - -#include -#include - -using namespace AlibabaCloud::Green; -using namespace AlibabaCloud::Green::Model; - -FileAsyncScanResult::FileAsyncScanResult() : - ServiceResult() -{} - -FileAsyncScanResult::FileAsyncScanResult(const std::string &payload) : - ServiceResult() -{ - parse(payload); -} - -FileAsyncScanResult::~FileAsyncScanResult() -{} - -void FileAsyncScanResult::parse(const std::string &payload) -{ - Json::Reader reader; - Json::Value value; - reader.parse(payload, value); - - setRequestId(value["RequestId"].asString()); - -} - +/* + * 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. + */ + +#include +#include + +using namespace AlibabaCloud::Green; +using namespace AlibabaCloud::Green::Model; + +FileAsyncScanResult::FileAsyncScanResult() : + ServiceResult() +{} + +FileAsyncScanResult::FileAsyncScanResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +FileAsyncScanResult::~FileAsyncScanResult() +{} + +void FileAsyncScanResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + +} + diff --git a/green/src/model/FileAsyncScanResultsRequest.cc b/green/src/model/FileAsyncScanResultsRequest.cc old mode 100755 new mode 100644 index 8bae455e6..635156eeb --- a/green/src/model/FileAsyncScanResultsRequest.cc +++ b/green/src/model/FileAsyncScanResultsRequest.cc @@ -1,30 +1,30 @@ -/* - * 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. - */ - -#include - -using AlibabaCloud::Green::Model::FileAsyncScanResultsRequest; - -FileAsyncScanResultsRequest::FileAsyncScanResultsRequest() : - RoaServiceRequest("green", "2018-05-09") -{} - -FileAsyncScanResultsRequest::~FileAsyncScanResultsRequest() -{} - +/* + * 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. + */ + +#include + +using AlibabaCloud::Green::Model::FileAsyncScanResultsRequest; + +FileAsyncScanResultsRequest::FileAsyncScanResultsRequest() : + RoaServiceRequest("green", "2018-05-09") +{} + +FileAsyncScanResultsRequest::~FileAsyncScanResultsRequest() +{} + std::string FileAsyncScanResultsRequest::getClientInfo()const { return clientInfo_; diff --git a/green/src/model/FileAsyncScanResultsResult.cc b/green/src/model/FileAsyncScanResultsResult.cc old mode 100755 new mode 100644 index 986b815a8..0a07d6b32 --- a/green/src/model/FileAsyncScanResultsResult.cc +++ b/green/src/model/FileAsyncScanResultsResult.cc @@ -1,45 +1,44 @@ -/* - * 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. - */ - -#include -#include - -using namespace AlibabaCloud::Green; -using namespace AlibabaCloud::Green::Model; - -FileAsyncScanResultsResult::FileAsyncScanResultsResult() : - ServiceResult() -{} - -FileAsyncScanResultsResult::FileAsyncScanResultsResult(const std::string &payload) : - ServiceResult() -{ - parse(payload); -} - -FileAsyncScanResultsResult::~FileAsyncScanResultsResult() -{} - -void FileAsyncScanResultsResult::parse(const std::string &payload) -{ - Json::Reader reader; - Json::Value value; - reader.parse(payload, value); - - setRequestId(value["RequestId"].asString()); - -} - +/* + * 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. + */ + +#include +#include + +using namespace AlibabaCloud::Green; +using namespace AlibabaCloud::Green::Model; + +FileAsyncScanResultsResult::FileAsyncScanResultsResult() : + ServiceResult() +{} + +FileAsyncScanResultsResult::FileAsyncScanResultsResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +FileAsyncScanResultsResult::~FileAsyncScanResultsResult() +{} + +void FileAsyncScanResultsResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + +} + diff --git a/green/src/model/GetAddVideoDnaResultsRequest.cc b/green/src/model/GetAddVideoDnaResultsRequest.cc old mode 100755 new mode 100644 index 7d62fc63e..d9d4942f2 --- a/green/src/model/GetAddVideoDnaResultsRequest.cc +++ b/green/src/model/GetAddVideoDnaResultsRequest.cc @@ -1,30 +1,30 @@ -/* - * 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. - */ - -#include - -using AlibabaCloud::Green::Model::GetAddVideoDnaResultsRequest; - -GetAddVideoDnaResultsRequest::GetAddVideoDnaResultsRequest() : - RoaServiceRequest("green", "2018-05-09") -{} - -GetAddVideoDnaResultsRequest::~GetAddVideoDnaResultsRequest() -{} - +/* + * 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. + */ + +#include + +using AlibabaCloud::Green::Model::GetAddVideoDnaResultsRequest; + +GetAddVideoDnaResultsRequest::GetAddVideoDnaResultsRequest() : + RoaServiceRequest("green", "2018-05-09") +{} + +GetAddVideoDnaResultsRequest::~GetAddVideoDnaResultsRequest() +{} + std::string GetAddVideoDnaResultsRequest::getClientInfo()const { return clientInfo_; diff --git a/green/src/model/GetAddVideoDnaResultsResult.cc b/green/src/model/GetAddVideoDnaResultsResult.cc old mode 100755 new mode 100644 index 0dfa9d0c6..4f4de3f32 --- a/green/src/model/GetAddVideoDnaResultsResult.cc +++ b/green/src/model/GetAddVideoDnaResultsResult.cc @@ -1,45 +1,44 @@ -/* - * 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. - */ - -#include -#include - -using namespace AlibabaCloud::Green; -using namespace AlibabaCloud::Green::Model; - -GetAddVideoDnaResultsResult::GetAddVideoDnaResultsResult() : - ServiceResult() -{} - -GetAddVideoDnaResultsResult::GetAddVideoDnaResultsResult(const std::string &payload) : - ServiceResult() -{ - parse(payload); -} - -GetAddVideoDnaResultsResult::~GetAddVideoDnaResultsResult() -{} - -void GetAddVideoDnaResultsResult::parse(const std::string &payload) -{ - Json::Reader reader; - Json::Value value; - reader.parse(payload, value); - - setRequestId(value["RequestId"].asString()); - -} - +/* + * 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. + */ + +#include +#include + +using namespace AlibabaCloud::Green; +using namespace AlibabaCloud::Green::Model; + +GetAddVideoDnaResultsResult::GetAddVideoDnaResultsResult() : + ServiceResult() +{} + +GetAddVideoDnaResultsResult::GetAddVideoDnaResultsResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +GetAddVideoDnaResultsResult::~GetAddVideoDnaResultsResult() +{} + +void GetAddVideoDnaResultsResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + +} + diff --git a/green/src/model/GetFacesRequest.cc b/green/src/model/GetFacesRequest.cc old mode 100755 new mode 100644 index b882befbe..55c731d00 --- a/green/src/model/GetFacesRequest.cc +++ b/green/src/model/GetFacesRequest.cc @@ -1,30 +1,30 @@ -/* - * 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. - */ - -#include - -using AlibabaCloud::Green::Model::GetFacesRequest; - -GetFacesRequest::GetFacesRequest() : - RoaServiceRequest("green", "2018-05-09") -{} - -GetFacesRequest::~GetFacesRequest() -{} - +/* + * 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. + */ + +#include + +using AlibabaCloud::Green::Model::GetFacesRequest; + +GetFacesRequest::GetFacesRequest() : + RoaServiceRequest("green", "2018-05-09") +{} + +GetFacesRequest::~GetFacesRequest() +{} + std::string GetFacesRequest::getRegionId()const { return regionId_; diff --git a/green/src/model/GetFacesResult.cc b/green/src/model/GetFacesResult.cc old mode 100755 new mode 100644 index b575dbcf0..69b2ed5a8 --- a/green/src/model/GetFacesResult.cc +++ b/green/src/model/GetFacesResult.cc @@ -1,45 +1,44 @@ -/* - * 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. - */ - -#include -#include - -using namespace AlibabaCloud::Green; -using namespace AlibabaCloud::Green::Model; - -GetFacesResult::GetFacesResult() : - ServiceResult() -{} - -GetFacesResult::GetFacesResult(const std::string &payload) : - ServiceResult() -{ - parse(payload); -} - -GetFacesResult::~GetFacesResult() -{} - -void GetFacesResult::parse(const std::string &payload) -{ - Json::Reader reader; - Json::Value value; - reader.parse(payload, value); - - setRequestId(value["RequestId"].asString()); - -} - +/* + * 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. + */ + +#include +#include + +using namespace AlibabaCloud::Green; +using namespace AlibabaCloud::Green::Model; + +GetFacesResult::GetFacesResult() : + ServiceResult() +{} + +GetFacesResult::GetFacesResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +GetFacesResult::~GetFacesResult() +{} + +void GetFacesResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + +} + diff --git a/green/src/model/GetGroupsRequest.cc b/green/src/model/GetGroupsRequest.cc old mode 100755 new mode 100644 index befad46cd..f19b2942e --- a/green/src/model/GetGroupsRequest.cc +++ b/green/src/model/GetGroupsRequest.cc @@ -1,30 +1,30 @@ -/* - * 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. - */ - -#include - -using AlibabaCloud::Green::Model::GetGroupsRequest; - -GetGroupsRequest::GetGroupsRequest() : - RoaServiceRequest("green", "2018-05-09") -{} - -GetGroupsRequest::~GetGroupsRequest() -{} - +/* + * 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. + */ + +#include + +using AlibabaCloud::Green::Model::GetGroupsRequest; + +GetGroupsRequest::GetGroupsRequest() : + RoaServiceRequest("green", "2018-05-09") +{} + +GetGroupsRequest::~GetGroupsRequest() +{} + std::string GetGroupsRequest::getRegionId()const { return regionId_; diff --git a/green/src/model/GetGroupsResult.cc b/green/src/model/GetGroupsResult.cc old mode 100755 new mode 100644 index 8f6222b27..f5558fe64 --- a/green/src/model/GetGroupsResult.cc +++ b/green/src/model/GetGroupsResult.cc @@ -1,45 +1,44 @@ -/* - * 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. - */ - -#include -#include - -using namespace AlibabaCloud::Green; -using namespace AlibabaCloud::Green::Model; - -GetGroupsResult::GetGroupsResult() : - ServiceResult() -{} - -GetGroupsResult::GetGroupsResult(const std::string &payload) : - ServiceResult() -{ - parse(payload); -} - -GetGroupsResult::~GetGroupsResult() -{} - -void GetGroupsResult::parse(const std::string &payload) -{ - Json::Reader reader; - Json::Value value; - reader.parse(payload, value); - - setRequestId(value["RequestId"].asString()); - -} - +/* + * 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. + */ + +#include +#include + +using namespace AlibabaCloud::Green; +using namespace AlibabaCloud::Green::Model; + +GetGroupsResult::GetGroupsResult() : + ServiceResult() +{} + +GetGroupsResult::GetGroupsResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +GetGroupsResult::~GetGroupsResult() +{} + +void GetGroupsResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + +} + diff --git a/green/src/model/GetPersonRequest.cc b/green/src/model/GetPersonRequest.cc old mode 100755 new mode 100644 index 1e65d53b8..999c2491f --- a/green/src/model/GetPersonRequest.cc +++ b/green/src/model/GetPersonRequest.cc @@ -1,30 +1,30 @@ -/* - * 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. - */ - -#include - -using AlibabaCloud::Green::Model::GetPersonRequest; - -GetPersonRequest::GetPersonRequest() : - RoaServiceRequest("green", "2018-05-09") -{} - -GetPersonRequest::~GetPersonRequest() -{} - +/* + * 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. + */ + +#include + +using AlibabaCloud::Green::Model::GetPersonRequest; + +GetPersonRequest::GetPersonRequest() : + RoaServiceRequest("green", "2018-05-09") +{} + +GetPersonRequest::~GetPersonRequest() +{} + std::string GetPersonRequest::getRegionId()const { return regionId_; diff --git a/green/src/model/GetPersonResult.cc b/green/src/model/GetPersonResult.cc old mode 100755 new mode 100644 index fa8acfb5e..91f81cb15 --- a/green/src/model/GetPersonResult.cc +++ b/green/src/model/GetPersonResult.cc @@ -1,45 +1,44 @@ -/* - * 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. - */ - -#include -#include - -using namespace AlibabaCloud::Green; -using namespace AlibabaCloud::Green::Model; - -GetPersonResult::GetPersonResult() : - ServiceResult() -{} - -GetPersonResult::GetPersonResult(const std::string &payload) : - ServiceResult() -{ - parse(payload); -} - -GetPersonResult::~GetPersonResult() -{} - -void GetPersonResult::parse(const std::string &payload) -{ - Json::Reader reader; - Json::Value value; - reader.parse(payload, value); - - setRequestId(value["RequestId"].asString()); - -} - +/* + * 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. + */ + +#include +#include + +using namespace AlibabaCloud::Green; +using namespace AlibabaCloud::Green::Model; + +GetPersonResult::GetPersonResult() : + ServiceResult() +{} + +GetPersonResult::GetPersonResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +GetPersonResult::~GetPersonResult() +{} + +void GetPersonResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + +} + diff --git a/green/src/model/GetPersonsRequest.cc b/green/src/model/GetPersonsRequest.cc old mode 100755 new mode 100644 index fc4dd40e4..4d36f3df3 --- a/green/src/model/GetPersonsRequest.cc +++ b/green/src/model/GetPersonsRequest.cc @@ -1,30 +1,30 @@ -/* - * 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. - */ - -#include - -using AlibabaCloud::Green::Model::GetPersonsRequest; - -GetPersonsRequest::GetPersonsRequest() : - RoaServiceRequest("green", "2018-05-09") -{} - -GetPersonsRequest::~GetPersonsRequest() -{} - +/* + * 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. + */ + +#include + +using AlibabaCloud::Green::Model::GetPersonsRequest; + +GetPersonsRequest::GetPersonsRequest() : + RoaServiceRequest("green", "2018-05-09") +{} + +GetPersonsRequest::~GetPersonsRequest() +{} + std::string GetPersonsRequest::getRegionId()const { return regionId_; diff --git a/green/src/model/GetPersonsResult.cc b/green/src/model/GetPersonsResult.cc old mode 100755 new mode 100644 index a6c1b64bf..403971504 --- a/green/src/model/GetPersonsResult.cc +++ b/green/src/model/GetPersonsResult.cc @@ -1,45 +1,44 @@ -/* - * 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. - */ - -#include -#include - -using namespace AlibabaCloud::Green; -using namespace AlibabaCloud::Green::Model; - -GetPersonsResult::GetPersonsResult() : - ServiceResult() -{} - -GetPersonsResult::GetPersonsResult(const std::string &payload) : - ServiceResult() -{ - parse(payload); -} - -GetPersonsResult::~GetPersonsResult() -{} - -void GetPersonsResult::parse(const std::string &payload) -{ - Json::Reader reader; - Json::Value value; - reader.parse(payload, value); - - setRequestId(value["RequestId"].asString()); - -} - +/* + * 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. + */ + +#include +#include + +using namespace AlibabaCloud::Green; +using namespace AlibabaCloud::Green::Model; + +GetPersonsResult::GetPersonsResult() : + ServiceResult() +{} + +GetPersonsResult::GetPersonsResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +GetPersonsResult::~GetPersonsResult() +{} + +void GetPersonsResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + +} + diff --git a/green/src/model/GetSimilarityImageRequest.cc b/green/src/model/GetSimilarityImageRequest.cc index f5389c04d..d6061c6e7 100644 --- a/green/src/model/GetSimilarityImageRequest.cc +++ b/green/src/model/GetSimilarityImageRequest.cc @@ -1,30 +1,30 @@ -/* - * 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. - */ - -#include - -using AlibabaCloud::Green::Model::GetSimilarityImageRequest; - -GetSimilarityImageRequest::GetSimilarityImageRequest() : - RoaServiceRequest("green", "2018-05-09") -{} - -GetSimilarityImageRequest::~GetSimilarityImageRequest() -{} - +/* + * 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. + */ + +#include + +using AlibabaCloud::Green::Model::GetSimilarityImageRequest; + +GetSimilarityImageRequest::GetSimilarityImageRequest() : + RoaServiceRequest("green", "2018-05-09") +{} + +GetSimilarityImageRequest::~GetSimilarityImageRequest() +{} + std::string GetSimilarityImageRequest::getClientInfo()const { return clientInfo_; diff --git a/green/src/model/GetSimilarityImageResult.cc b/green/src/model/GetSimilarityImageResult.cc index 5216bb1c3..f202f08e2 100644 --- a/green/src/model/GetSimilarityImageResult.cc +++ b/green/src/model/GetSimilarityImageResult.cc @@ -1,45 +1,44 @@ -/* - * 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. - */ - -#include -#include - -using namespace AlibabaCloud::Green; -using namespace AlibabaCloud::Green::Model; - -GetSimilarityImageResult::GetSimilarityImageResult() : - ServiceResult() -{} - -GetSimilarityImageResult::GetSimilarityImageResult(const std::string &payload) : - ServiceResult() -{ - parse(payload); -} - -GetSimilarityImageResult::~GetSimilarityImageResult() -{} - -void GetSimilarityImageResult::parse(const std::string &payload) -{ - Json::Reader reader; - Json::Value value; - reader.parse(payload, value); - - setRequestId(value["RequestId"].asString()); - -} - +/* + * 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. + */ + +#include +#include + +using namespace AlibabaCloud::Green; +using namespace AlibabaCloud::Green::Model; + +GetSimilarityImageResult::GetSimilarityImageResult() : + ServiceResult() +{} + +GetSimilarityImageResult::GetSimilarityImageResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +GetSimilarityImageResult::~GetSimilarityImageResult() +{} + +void GetSimilarityImageResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + +} + diff --git a/green/src/model/GetSimilarityLibraryRequest.cc b/green/src/model/GetSimilarityLibraryRequest.cc index df517ac52..7bbec470f 100644 --- a/green/src/model/GetSimilarityLibraryRequest.cc +++ b/green/src/model/GetSimilarityLibraryRequest.cc @@ -1,30 +1,30 @@ -/* - * 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. - */ - -#include - -using AlibabaCloud::Green::Model::GetSimilarityLibraryRequest; - -GetSimilarityLibraryRequest::GetSimilarityLibraryRequest() : - RoaServiceRequest("green", "2018-05-09") -{} - -GetSimilarityLibraryRequest::~GetSimilarityLibraryRequest() -{} - +/* + * 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. + */ + +#include + +using AlibabaCloud::Green::Model::GetSimilarityLibraryRequest; + +GetSimilarityLibraryRequest::GetSimilarityLibraryRequest() : + RoaServiceRequest("green", "2018-05-09") +{} + +GetSimilarityLibraryRequest::~GetSimilarityLibraryRequest() +{} + std::string GetSimilarityLibraryRequest::getClientInfo()const { return clientInfo_; diff --git a/green/src/model/GetSimilarityLibraryResult.cc b/green/src/model/GetSimilarityLibraryResult.cc index 17797dd90..570ce132b 100644 --- a/green/src/model/GetSimilarityLibraryResult.cc +++ b/green/src/model/GetSimilarityLibraryResult.cc @@ -1,45 +1,44 @@ -/* - * 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. - */ - -#include -#include - -using namespace AlibabaCloud::Green; -using namespace AlibabaCloud::Green::Model; - -GetSimilarityLibraryResult::GetSimilarityLibraryResult() : - ServiceResult() -{} - -GetSimilarityLibraryResult::GetSimilarityLibraryResult(const std::string &payload) : - ServiceResult() -{ - parse(payload); -} - -GetSimilarityLibraryResult::~GetSimilarityLibraryResult() -{} - -void GetSimilarityLibraryResult::parse(const std::string &payload) -{ - Json::Reader reader; - Json::Value value; - reader.parse(payload, value); - - setRequestId(value["RequestId"].asString()); - -} - +/* + * 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. + */ + +#include +#include + +using namespace AlibabaCloud::Green; +using namespace AlibabaCloud::Green::Model; + +GetSimilarityLibraryResult::GetSimilarityLibraryResult() : + ServiceResult() +{} + +GetSimilarityLibraryResult::GetSimilarityLibraryResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +GetSimilarityLibraryResult::~GetSimilarityLibraryResult() +{} + +void GetSimilarityLibraryResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + +} + diff --git a/green/src/model/ImageAsyncScanRequest.cc b/green/src/model/ImageAsyncScanRequest.cc old mode 100755 new mode 100644 index 8e1ea5eea..da8ed50c0 --- a/green/src/model/ImageAsyncScanRequest.cc +++ b/green/src/model/ImageAsyncScanRequest.cc @@ -1,30 +1,30 @@ -/* - * 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. - */ - -#include - -using AlibabaCloud::Green::Model::ImageAsyncScanRequest; - -ImageAsyncScanRequest::ImageAsyncScanRequest() : - RoaServiceRequest("green", "2018-05-09") -{} - -ImageAsyncScanRequest::~ImageAsyncScanRequest() -{} - +/* + * 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. + */ + +#include + +using AlibabaCloud::Green::Model::ImageAsyncScanRequest; + +ImageAsyncScanRequest::ImageAsyncScanRequest() : + RoaServiceRequest("green", "2018-05-09") +{} + +ImageAsyncScanRequest::~ImageAsyncScanRequest() +{} + std::string ImageAsyncScanRequest::getClientInfo()const { return clientInfo_; diff --git a/green/src/model/ImageAsyncScanResult.cc b/green/src/model/ImageAsyncScanResult.cc old mode 100755 new mode 100644 index 0b7b567b2..8826f2f4b --- a/green/src/model/ImageAsyncScanResult.cc +++ b/green/src/model/ImageAsyncScanResult.cc @@ -1,45 +1,44 @@ -/* - * 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. - */ - -#include -#include - -using namespace AlibabaCloud::Green; -using namespace AlibabaCloud::Green::Model; - -ImageAsyncScanResult::ImageAsyncScanResult() : - ServiceResult() -{} - -ImageAsyncScanResult::ImageAsyncScanResult(const std::string &payload) : - ServiceResult() -{ - parse(payload); -} - -ImageAsyncScanResult::~ImageAsyncScanResult() -{} - -void ImageAsyncScanResult::parse(const std::string &payload) -{ - Json::Reader reader; - Json::Value value; - reader.parse(payload, value); - - setRequestId(value["RequestId"].asString()); - -} - +/* + * 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. + */ + +#include +#include + +using namespace AlibabaCloud::Green; +using namespace AlibabaCloud::Green::Model; + +ImageAsyncScanResult::ImageAsyncScanResult() : + ServiceResult() +{} + +ImageAsyncScanResult::ImageAsyncScanResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +ImageAsyncScanResult::~ImageAsyncScanResult() +{} + +void ImageAsyncScanResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + +} + diff --git a/green/src/model/ImageAsyncScanResultsRequest.cc b/green/src/model/ImageAsyncScanResultsRequest.cc old mode 100755 new mode 100644 index 0b04c00ff..c922db165 --- a/green/src/model/ImageAsyncScanResultsRequest.cc +++ b/green/src/model/ImageAsyncScanResultsRequest.cc @@ -1,30 +1,30 @@ -/* - * 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. - */ - -#include - -using AlibabaCloud::Green::Model::ImageAsyncScanResultsRequest; - -ImageAsyncScanResultsRequest::ImageAsyncScanResultsRequest() : - RoaServiceRequest("green", "2018-05-09") -{} - -ImageAsyncScanResultsRequest::~ImageAsyncScanResultsRequest() -{} - +/* + * 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. + */ + +#include + +using AlibabaCloud::Green::Model::ImageAsyncScanResultsRequest; + +ImageAsyncScanResultsRequest::ImageAsyncScanResultsRequest() : + RoaServiceRequest("green", "2018-05-09") +{} + +ImageAsyncScanResultsRequest::~ImageAsyncScanResultsRequest() +{} + std::string ImageAsyncScanResultsRequest::getClientInfo()const { return clientInfo_; diff --git a/green/src/model/ImageAsyncScanResultsResult.cc b/green/src/model/ImageAsyncScanResultsResult.cc old mode 100755 new mode 100644 index bdca11f34..4f36bc8b8 --- a/green/src/model/ImageAsyncScanResultsResult.cc +++ b/green/src/model/ImageAsyncScanResultsResult.cc @@ -1,45 +1,44 @@ -/* - * 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. - */ - -#include -#include - -using namespace AlibabaCloud::Green; -using namespace AlibabaCloud::Green::Model; - -ImageAsyncScanResultsResult::ImageAsyncScanResultsResult() : - ServiceResult() -{} - -ImageAsyncScanResultsResult::ImageAsyncScanResultsResult(const std::string &payload) : - ServiceResult() -{ - parse(payload); -} - -ImageAsyncScanResultsResult::~ImageAsyncScanResultsResult() -{} - -void ImageAsyncScanResultsResult::parse(const std::string &payload) -{ - Json::Reader reader; - Json::Value value; - reader.parse(payload, value); - - setRequestId(value["RequestId"].asString()); - -} - +/* + * 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. + */ + +#include +#include + +using namespace AlibabaCloud::Green; +using namespace AlibabaCloud::Green::Model; + +ImageAsyncScanResultsResult::ImageAsyncScanResultsResult() : + ServiceResult() +{} + +ImageAsyncScanResultsResult::ImageAsyncScanResultsResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +ImageAsyncScanResultsResult::~ImageAsyncScanResultsResult() +{} + +void ImageAsyncScanResultsResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + +} + diff --git a/green/src/model/ImageDetectionResult.cc b/green/src/model/ImageDetectionResult.cc index 9461096bd..ebea30c92 100644 --- a/green/src/model/ImageDetectionResult.cc +++ b/green/src/model/ImageDetectionResult.cc @@ -38,7 +38,6 @@ void ImageDetectionResult::parse(const std::string &payload) Json::Reader reader; Json::Value value; reader.parse(payload, value); - setRequestId(value["RequestId"].asString()); } diff --git a/green/src/model/ImageResultResult.cc b/green/src/model/ImageResultResult.cc index 1fce59881..7acda825e 100644 --- a/green/src/model/ImageResultResult.cc +++ b/green/src/model/ImageResultResult.cc @@ -38,7 +38,6 @@ void ImageResultResult::parse(const std::string &payload) Json::Reader reader; Json::Value value; reader.parse(payload, value); - setRequestId(value["RequestId"].asString()); } diff --git a/green/src/model/ImageResultsResult.cc b/green/src/model/ImageResultsResult.cc index 602e15b05..81971e37d 100644 --- a/green/src/model/ImageResultsResult.cc +++ b/green/src/model/ImageResultsResult.cc @@ -38,7 +38,6 @@ void ImageResultsResult::parse(const std::string &payload) Json::Reader reader; Json::Value value; reader.parse(payload, value); - setRequestId(value["RequestId"].asString()); } diff --git a/green/src/model/ImageScanFeedbackRequest.cc b/green/src/model/ImageScanFeedbackRequest.cc old mode 100755 new mode 100644 index baa30bbd0..d7863320f --- a/green/src/model/ImageScanFeedbackRequest.cc +++ b/green/src/model/ImageScanFeedbackRequest.cc @@ -1,30 +1,30 @@ -/* - * 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. - */ - -#include - -using AlibabaCloud::Green::Model::ImageScanFeedbackRequest; - -ImageScanFeedbackRequest::ImageScanFeedbackRequest() : - RoaServiceRequest("green", "2018-05-09") -{} - -ImageScanFeedbackRequest::~ImageScanFeedbackRequest() -{} - +/* + * 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. + */ + +#include + +using AlibabaCloud::Green::Model::ImageScanFeedbackRequest; + +ImageScanFeedbackRequest::ImageScanFeedbackRequest() : + RoaServiceRequest("green", "2018-05-09") +{} + +ImageScanFeedbackRequest::~ImageScanFeedbackRequest() +{} + std::string ImageScanFeedbackRequest::getClientInfo()const { return clientInfo_; diff --git a/green/src/model/ImageScanFeedbackResult.cc b/green/src/model/ImageScanFeedbackResult.cc old mode 100755 new mode 100644 index 00dcbb8e1..d16875e12 --- a/green/src/model/ImageScanFeedbackResult.cc +++ b/green/src/model/ImageScanFeedbackResult.cc @@ -1,45 +1,44 @@ -/* - * 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. - */ - -#include -#include - -using namespace AlibabaCloud::Green; -using namespace AlibabaCloud::Green::Model; - -ImageScanFeedbackResult::ImageScanFeedbackResult() : - ServiceResult() -{} - -ImageScanFeedbackResult::ImageScanFeedbackResult(const std::string &payload) : - ServiceResult() -{ - parse(payload); -} - -ImageScanFeedbackResult::~ImageScanFeedbackResult() -{} - -void ImageScanFeedbackResult::parse(const std::string &payload) -{ - Json::Reader reader; - Json::Value value; - reader.parse(payload, value); - - setRequestId(value["RequestId"].asString()); - -} - +/* + * 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. + */ + +#include +#include + +using namespace AlibabaCloud::Green; +using namespace AlibabaCloud::Green::Model; + +ImageScanFeedbackResult::ImageScanFeedbackResult() : + ServiceResult() +{} + +ImageScanFeedbackResult::ImageScanFeedbackResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +ImageScanFeedbackResult::~ImageScanFeedbackResult() +{} + +void ImageScanFeedbackResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + +} + diff --git a/green/src/model/ImageSyncScanRequest.cc b/green/src/model/ImageSyncScanRequest.cc old mode 100755 new mode 100644 index d151829d4..c5528f3eb --- a/green/src/model/ImageSyncScanRequest.cc +++ b/green/src/model/ImageSyncScanRequest.cc @@ -1,30 +1,30 @@ -/* - * 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. - */ - -#include - -using AlibabaCloud::Green::Model::ImageSyncScanRequest; - -ImageSyncScanRequest::ImageSyncScanRequest() : - RoaServiceRequest("green", "2018-05-09") -{} - -ImageSyncScanRequest::~ImageSyncScanRequest() -{} - +/* + * 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. + */ + +#include + +using AlibabaCloud::Green::Model::ImageSyncScanRequest; + +ImageSyncScanRequest::ImageSyncScanRequest() : + RoaServiceRequest("green", "2018-05-09") +{} + +ImageSyncScanRequest::~ImageSyncScanRequest() +{} + std::string ImageSyncScanRequest::getClientInfo()const { return clientInfo_; diff --git a/green/src/model/ImageSyncScanResult.cc b/green/src/model/ImageSyncScanResult.cc old mode 100755 new mode 100644 index 1b9b58d29..921b9481e --- a/green/src/model/ImageSyncScanResult.cc +++ b/green/src/model/ImageSyncScanResult.cc @@ -1,45 +1,44 @@ -/* - * 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. - */ - -#include -#include - -using namespace AlibabaCloud::Green; -using namespace AlibabaCloud::Green::Model; - -ImageSyncScanResult::ImageSyncScanResult() : - ServiceResult() -{} - -ImageSyncScanResult::ImageSyncScanResult(const std::string &payload) : - ServiceResult() -{ - parse(payload); -} - -ImageSyncScanResult::~ImageSyncScanResult() -{} - -void ImageSyncScanResult::parse(const std::string &payload) -{ - Json::Reader reader; - Json::Value value; - reader.parse(payload, value); - - setRequestId(value["RequestId"].asString()); - -} - +/* + * 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. + */ + +#include +#include + +using namespace AlibabaCloud::Green; +using namespace AlibabaCloud::Green::Model; + +ImageSyncScanResult::ImageSyncScanResult() : + ServiceResult() +{} + +ImageSyncScanResult::ImageSyncScanResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +ImageSyncScanResult::~ImageSyncScanResult() +{} + +void ImageSyncScanResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + +} + diff --git a/green/src/model/ListSimilarityImagesRequest.cc b/green/src/model/ListSimilarityImagesRequest.cc index ef9c89625..4ab24a988 100644 --- a/green/src/model/ListSimilarityImagesRequest.cc +++ b/green/src/model/ListSimilarityImagesRequest.cc @@ -1,30 +1,30 @@ -/* - * 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. - */ - -#include - -using AlibabaCloud::Green::Model::ListSimilarityImagesRequest; - -ListSimilarityImagesRequest::ListSimilarityImagesRequest() : - RoaServiceRequest("green", "2018-05-09") -{} - -ListSimilarityImagesRequest::~ListSimilarityImagesRequest() -{} - +/* + * 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. + */ + +#include + +using AlibabaCloud::Green::Model::ListSimilarityImagesRequest; + +ListSimilarityImagesRequest::ListSimilarityImagesRequest() : + RoaServiceRequest("green", "2018-05-09") +{} + +ListSimilarityImagesRequest::~ListSimilarityImagesRequest() +{} + std::string ListSimilarityImagesRequest::getClientInfo()const { return clientInfo_; diff --git a/green/src/model/ListSimilarityImagesResult.cc b/green/src/model/ListSimilarityImagesResult.cc index 57419d83c..e989a4976 100644 --- a/green/src/model/ListSimilarityImagesResult.cc +++ b/green/src/model/ListSimilarityImagesResult.cc @@ -1,45 +1,44 @@ -/* - * 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. - */ - -#include -#include - -using namespace AlibabaCloud::Green; -using namespace AlibabaCloud::Green::Model; - -ListSimilarityImagesResult::ListSimilarityImagesResult() : - ServiceResult() -{} - -ListSimilarityImagesResult::ListSimilarityImagesResult(const std::string &payload) : - ServiceResult() -{ - parse(payload); -} - -ListSimilarityImagesResult::~ListSimilarityImagesResult() -{} - -void ListSimilarityImagesResult::parse(const std::string &payload) -{ - Json::Reader reader; - Json::Value value; - reader.parse(payload, value); - - setRequestId(value["RequestId"].asString()); - -} - +/* + * 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. + */ + +#include +#include + +using namespace AlibabaCloud::Green; +using namespace AlibabaCloud::Green::Model; + +ListSimilarityImagesResult::ListSimilarityImagesResult() : + ServiceResult() +{} + +ListSimilarityImagesResult::ListSimilarityImagesResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +ListSimilarityImagesResult::~ListSimilarityImagesResult() +{} + +void ListSimilarityImagesResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + +} + diff --git a/green/src/model/ListSimilarityLibrariesRequest.cc b/green/src/model/ListSimilarityLibrariesRequest.cc index 2f3ce7246..e34a5a6fd 100644 --- a/green/src/model/ListSimilarityLibrariesRequest.cc +++ b/green/src/model/ListSimilarityLibrariesRequest.cc @@ -1,30 +1,30 @@ -/* - * 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. - */ - -#include - -using AlibabaCloud::Green::Model::ListSimilarityLibrariesRequest; - -ListSimilarityLibrariesRequest::ListSimilarityLibrariesRequest() : - RoaServiceRequest("green", "2018-05-09") -{} - -ListSimilarityLibrariesRequest::~ListSimilarityLibrariesRequest() -{} - +/* + * 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. + */ + +#include + +using AlibabaCloud::Green::Model::ListSimilarityLibrariesRequest; + +ListSimilarityLibrariesRequest::ListSimilarityLibrariesRequest() : + RoaServiceRequest("green", "2018-05-09") +{} + +ListSimilarityLibrariesRequest::~ListSimilarityLibrariesRequest() +{} + std::string ListSimilarityLibrariesRequest::getClientInfo()const { return clientInfo_; diff --git a/green/src/model/ListSimilarityLibrariesResult.cc b/green/src/model/ListSimilarityLibrariesResult.cc index 1e9f56cc4..789a0935c 100644 --- a/green/src/model/ListSimilarityLibrariesResult.cc +++ b/green/src/model/ListSimilarityLibrariesResult.cc @@ -1,45 +1,44 @@ -/* - * 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. - */ - -#include -#include - -using namespace AlibabaCloud::Green; -using namespace AlibabaCloud::Green::Model; - -ListSimilarityLibrariesResult::ListSimilarityLibrariesResult() : - ServiceResult() -{} - -ListSimilarityLibrariesResult::ListSimilarityLibrariesResult(const std::string &payload) : - ServiceResult() -{ - parse(payload); -} - -ListSimilarityLibrariesResult::~ListSimilarityLibrariesResult() -{} - -void ListSimilarityLibrariesResult::parse(const std::string &payload) -{ - Json::Reader reader; - Json::Value value; - reader.parse(payload, value); - - setRequestId(value["RequestId"].asString()); - -} - +/* + * 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. + */ + +#include +#include + +using namespace AlibabaCloud::Green; +using namespace AlibabaCloud::Green::Model; + +ListSimilarityLibrariesResult::ListSimilarityLibrariesResult() : + ServiceResult() +{} + +ListSimilarityLibrariesResult::ListSimilarityLibrariesResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +ListSimilarityLibrariesResult::~ListSimilarityLibrariesResult() +{} + +void ListSimilarityLibrariesResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + +} + diff --git a/green/src/model/SampleFeedbackResult.cc b/green/src/model/SampleFeedbackResult.cc index 1b76b45ef..9bbd34856 100644 --- a/green/src/model/SampleFeedbackResult.cc +++ b/green/src/model/SampleFeedbackResult.cc @@ -38,7 +38,6 @@ void SampleFeedbackResult::parse(const std::string &payload) Json::Reader reader; Json::Value value; reader.parse(payload, value); - setRequestId(value["RequestId"].asString()); } diff --git a/green/src/model/SearchPersonRequest.cc b/green/src/model/SearchPersonRequest.cc old mode 100755 new mode 100644 index 7944ae913..465056415 --- a/green/src/model/SearchPersonRequest.cc +++ b/green/src/model/SearchPersonRequest.cc @@ -1,30 +1,30 @@ -/* - * 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. - */ - -#include - -using AlibabaCloud::Green::Model::SearchPersonRequest; - -SearchPersonRequest::SearchPersonRequest() : - RoaServiceRequest("green", "2018-05-09") -{} - -SearchPersonRequest::~SearchPersonRequest() -{} - +/* + * 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. + */ + +#include + +using AlibabaCloud::Green::Model::SearchPersonRequest; + +SearchPersonRequest::SearchPersonRequest() : + RoaServiceRequest("green", "2018-05-09") +{} + +SearchPersonRequest::~SearchPersonRequest() +{} + std::string SearchPersonRequest::getRegionId()const { return regionId_; diff --git a/green/src/model/SearchPersonResult.cc b/green/src/model/SearchPersonResult.cc old mode 100755 new mode 100644 index b6ef8f7a0..222039064 --- a/green/src/model/SearchPersonResult.cc +++ b/green/src/model/SearchPersonResult.cc @@ -1,45 +1,44 @@ -/* - * 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. - */ - -#include -#include - -using namespace AlibabaCloud::Green; -using namespace AlibabaCloud::Green::Model; - -SearchPersonResult::SearchPersonResult() : - ServiceResult() -{} - -SearchPersonResult::SearchPersonResult(const std::string &payload) : - ServiceResult() -{ - parse(payload); -} - -SearchPersonResult::~SearchPersonResult() -{} - -void SearchPersonResult::parse(const std::string &payload) -{ - Json::Reader reader; - Json::Value value; - reader.parse(payload, value); - - setRequestId(value["RequestId"].asString()); - -} - +/* + * 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. + */ + +#include +#include + +using namespace AlibabaCloud::Green; +using namespace AlibabaCloud::Green::Model; + +SearchPersonResult::SearchPersonResult() : + ServiceResult() +{} + +SearchPersonResult::SearchPersonResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +SearchPersonResult::~SearchPersonResult() +{} + +void SearchPersonResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + +} + diff --git a/green/src/model/SetPersonRequest.cc b/green/src/model/SetPersonRequest.cc old mode 100755 new mode 100644 index be40a702f..580a7dba6 --- a/green/src/model/SetPersonRequest.cc +++ b/green/src/model/SetPersonRequest.cc @@ -1,30 +1,30 @@ -/* - * 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. - */ - -#include - -using AlibabaCloud::Green::Model::SetPersonRequest; - -SetPersonRequest::SetPersonRequest() : - RoaServiceRequest("green", "2018-05-09") -{} - -SetPersonRequest::~SetPersonRequest() -{} - +/* + * 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. + */ + +#include + +using AlibabaCloud::Green::Model::SetPersonRequest; + +SetPersonRequest::SetPersonRequest() : + RoaServiceRequest("green", "2018-05-09") +{} + +SetPersonRequest::~SetPersonRequest() +{} + std::string SetPersonRequest::getRegionId()const { return regionId_; diff --git a/green/src/model/SetPersonResult.cc b/green/src/model/SetPersonResult.cc old mode 100755 new mode 100644 index d64150ea0..49ced0196 --- a/green/src/model/SetPersonResult.cc +++ b/green/src/model/SetPersonResult.cc @@ -1,45 +1,44 @@ -/* - * 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. - */ - -#include -#include - -using namespace AlibabaCloud::Green; -using namespace AlibabaCloud::Green::Model; - -SetPersonResult::SetPersonResult() : - ServiceResult() -{} - -SetPersonResult::SetPersonResult(const std::string &payload) : - ServiceResult() -{ - parse(payload); -} - -SetPersonResult::~SetPersonResult() -{} - -void SetPersonResult::parse(const std::string &payload) -{ - Json::Reader reader; - Json::Value value; - reader.parse(payload, value); - - setRequestId(value["RequestId"].asString()); - -} - +/* + * 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. + */ + +#include +#include + +using namespace AlibabaCloud::Green; +using namespace AlibabaCloud::Green::Model; + +SetPersonResult::SetPersonResult() : + ServiceResult() +{} + +SetPersonResult::SetPersonResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +SetPersonResult::~SetPersonResult() +{} + +void SetPersonResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + +} + diff --git a/green/src/model/TextFeedbackRequest.cc b/green/src/model/TextFeedbackRequest.cc old mode 100755 new mode 100644 index e5bee080d..240caf075 --- a/green/src/model/TextFeedbackRequest.cc +++ b/green/src/model/TextFeedbackRequest.cc @@ -1,30 +1,30 @@ -/* - * 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. - */ - -#include - -using AlibabaCloud::Green::Model::TextFeedbackRequest; - -TextFeedbackRequest::TextFeedbackRequest() : - RoaServiceRequest("green", "2018-05-09") -{} - -TextFeedbackRequest::~TextFeedbackRequest() -{} - +/* + * 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. + */ + +#include + +using AlibabaCloud::Green::Model::TextFeedbackRequest; + +TextFeedbackRequest::TextFeedbackRequest() : + RoaServiceRequest("green", "2018-05-09") +{} + +TextFeedbackRequest::~TextFeedbackRequest() +{} + std::string TextFeedbackRequest::getClientInfo()const { return clientInfo_; diff --git a/green/src/model/TextFeedbackResult.cc b/green/src/model/TextFeedbackResult.cc old mode 100755 new mode 100644 index fe2d0d9e7..8fb13b5af --- a/green/src/model/TextFeedbackResult.cc +++ b/green/src/model/TextFeedbackResult.cc @@ -1,45 +1,44 @@ -/* - * 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. - */ - -#include -#include - -using namespace AlibabaCloud::Green; -using namespace AlibabaCloud::Green::Model; - -TextFeedbackResult::TextFeedbackResult() : - ServiceResult() -{} - -TextFeedbackResult::TextFeedbackResult(const std::string &payload) : - ServiceResult() -{ - parse(payload); -} - -TextFeedbackResult::~TextFeedbackResult() -{} - -void TextFeedbackResult::parse(const std::string &payload) -{ - Json::Reader reader; - Json::Value value; - reader.parse(payload, value); - - setRequestId(value["RequestId"].asString()); - -} - +/* + * 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. + */ + +#include +#include + +using namespace AlibabaCloud::Green; +using namespace AlibabaCloud::Green::Model; + +TextFeedbackResult::TextFeedbackResult() : + ServiceResult() +{} + +TextFeedbackResult::TextFeedbackResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +TextFeedbackResult::~TextFeedbackResult() +{} + +void TextFeedbackResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + +} + diff --git a/green/src/model/TextKeywordFilterResult.cc b/green/src/model/TextKeywordFilterResult.cc index c3debc343..6a9ed7aff 100644 --- a/green/src/model/TextKeywordFilterResult.cc +++ b/green/src/model/TextKeywordFilterResult.cc @@ -38,7 +38,6 @@ void TextKeywordFilterResult::parse(const std::string &payload) Json::Reader reader; Json::Value value; reader.parse(payload, value); - setRequestId(value["RequestId"].asString()); } diff --git a/green/src/model/TextScanRequest.cc b/green/src/model/TextScanRequest.cc old mode 100755 new mode 100644 index 5c95fe10d..83ad8a77e --- a/green/src/model/TextScanRequest.cc +++ b/green/src/model/TextScanRequest.cc @@ -1,30 +1,30 @@ -/* - * 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. - */ - -#include - -using AlibabaCloud::Green::Model::TextScanRequest; - -TextScanRequest::TextScanRequest() : - RoaServiceRequest("green", "2018-05-09") -{} - -TextScanRequest::~TextScanRequest() -{} - +/* + * 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. + */ + +#include + +using AlibabaCloud::Green::Model::TextScanRequest; + +TextScanRequest::TextScanRequest() : + RoaServiceRequest("green", "2018-05-09") +{} + +TextScanRequest::~TextScanRequest() +{} + std::string TextScanRequest::getClientInfo()const { return clientInfo_; diff --git a/green/src/model/TextScanResult.cc b/green/src/model/TextScanResult.cc old mode 100755 new mode 100644 index d139ce4c0..2e329e5c8 --- a/green/src/model/TextScanResult.cc +++ b/green/src/model/TextScanResult.cc @@ -1,45 +1,44 @@ -/* - * 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. - */ - -#include -#include - -using namespace AlibabaCloud::Green; -using namespace AlibabaCloud::Green::Model; - -TextScanResult::TextScanResult() : - ServiceResult() -{} - -TextScanResult::TextScanResult(const std::string &payload) : - ServiceResult() -{ - parse(payload); -} - -TextScanResult::~TextScanResult() -{} - -void TextScanResult::parse(const std::string &payload) -{ - Json::Reader reader; - Json::Value value; - reader.parse(payload, value); - - setRequestId(value["RequestId"].asString()); - -} - +/* + * 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. + */ + +#include +#include + +using namespace AlibabaCloud::Green; +using namespace AlibabaCloud::Green::Model; + +TextScanResult::TextScanResult() : + ServiceResult() +{} + +TextScanResult::TextScanResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +TextScanResult::~TextScanResult() +{} + +void TextScanResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + +} + diff --git a/green/src/model/UpdateAuditCallbackRequest.cc b/green/src/model/UpdateAuditCallbackRequest.cc index fc9b2cebe..dfcf61366 100644 --- a/green/src/model/UpdateAuditCallbackRequest.cc +++ b/green/src/model/UpdateAuditCallbackRequest.cc @@ -25,36 +25,36 @@ UpdateAuditCallbackRequest::UpdateAuditCallbackRequest() : UpdateAuditCallbackRequest::~UpdateAuditCallbackRequest() {} -std::string UpdateAuditCallbackRequest::getSeed()const -{ - return seed_; -} - -void UpdateAuditCallbackRequest::setSeed(const std::string& seed) -{ - seed_ = seed; - setCoreParameter("Seed", seed); -} - -std::string UpdateAuditCallbackRequest::getSourceIp()const -{ - return sourceIp_; -} - -void UpdateAuditCallbackRequest::setSourceIp(const std::string& sourceIp) -{ - sourceIp_ = sourceIp; - setCoreParameter("SourceIp", sourceIp); -} - -std::string UpdateAuditCallbackRequest::getCallback()const -{ - return callback_; -} - -void UpdateAuditCallbackRequest::setCallback(const std::string& callback) -{ - callback_ = callback; - setCoreParameter("Callback", callback); -} - +std::string UpdateAuditCallbackRequest::getSeed()const +{ + return seed_; +} + +void UpdateAuditCallbackRequest::setSeed(const std::string& seed) +{ + seed_ = seed; + setCoreParameter("Seed", seed); +} + +std::string UpdateAuditCallbackRequest::getSourceIp()const +{ + return sourceIp_; +} + +void UpdateAuditCallbackRequest::setSourceIp(const std::string& sourceIp) +{ + sourceIp_ = sourceIp; + setCoreParameter("SourceIp", sourceIp); +} + +std::string UpdateAuditCallbackRequest::getCallback()const +{ + return callback_; +} + +void UpdateAuditCallbackRequest::setCallback(const std::string& callback) +{ + callback_ = callback; + setCoreParameter("Callback", callback); +} + diff --git a/green/src/model/UpdateAuditRangeRequest.cc b/green/src/model/UpdateAuditRangeRequest.cc index b20191d3e..e5e8214f5 100644 --- a/green/src/model/UpdateAuditRangeRequest.cc +++ b/green/src/model/UpdateAuditRangeRequest.cc @@ -25,25 +25,25 @@ UpdateAuditRangeRequest::UpdateAuditRangeRequest() : UpdateAuditRangeRequest::~UpdateAuditRangeRequest() {} -std::string UpdateAuditRangeRequest::getAuditRange()const -{ - return auditRange_; -} - -void UpdateAuditRangeRequest::setAuditRange(const std::string& auditRange) -{ - auditRange_ = auditRange; - setCoreParameter("AuditRange", auditRange); -} - -std::string UpdateAuditRangeRequest::getSourceIp()const -{ - return sourceIp_; -} - -void UpdateAuditRangeRequest::setSourceIp(const std::string& sourceIp) -{ - sourceIp_ = sourceIp; - setCoreParameter("SourceIp", sourceIp); -} - +std::string UpdateAuditRangeRequest::getAuditRange()const +{ + return auditRange_; +} + +void UpdateAuditRangeRequest::setAuditRange(const std::string& auditRange) +{ + auditRange_ = auditRange; + setCoreParameter("AuditRange", auditRange); +} + +std::string UpdateAuditRangeRequest::getSourceIp()const +{ + return sourceIp_; +} + +void UpdateAuditRangeRequest::setSourceIp(const std::string& sourceIp) +{ + sourceIp_ = sourceIp; + setCoreParameter("SourceIp", sourceIp); +} + diff --git a/green/src/model/UploadCredentialsRequest.cc b/green/src/model/UploadCredentialsRequest.cc old mode 100755 new mode 100644 index b24cd4759..173d40e3e --- a/green/src/model/UploadCredentialsRequest.cc +++ b/green/src/model/UploadCredentialsRequest.cc @@ -1,30 +1,30 @@ -/* - * 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. - */ - -#include - -using AlibabaCloud::Green::Model::UploadCredentialsRequest; - -UploadCredentialsRequest::UploadCredentialsRequest() : - RoaServiceRequest("green", "2018-05-09") -{} - -UploadCredentialsRequest::~UploadCredentialsRequest() -{} - +/* + * 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. + */ + +#include + +using AlibabaCloud::Green::Model::UploadCredentialsRequest; + +UploadCredentialsRequest::UploadCredentialsRequest() : + RoaServiceRequest("green", "2018-05-09") +{} + +UploadCredentialsRequest::~UploadCredentialsRequest() +{} + std::string UploadCredentialsRequest::getRegionId()const { return regionId_; diff --git a/green/src/model/UploadCredentialsResult.cc b/green/src/model/UploadCredentialsResult.cc old mode 100755 new mode 100644 index 935bffdc1..761229f05 --- a/green/src/model/UploadCredentialsResult.cc +++ b/green/src/model/UploadCredentialsResult.cc @@ -1,45 +1,44 @@ -/* - * 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. - */ - -#include -#include - -using namespace AlibabaCloud::Green; -using namespace AlibabaCloud::Green::Model; - -UploadCredentialsResult::UploadCredentialsResult() : - ServiceResult() -{} - -UploadCredentialsResult::UploadCredentialsResult(const std::string &payload) : - ServiceResult() -{ - parse(payload); -} - -UploadCredentialsResult::~UploadCredentialsResult() -{} - -void UploadCredentialsResult::parse(const std::string &payload) -{ - Json::Reader reader; - Json::Value value; - reader.parse(payload, value); - - setRequestId(value["RequestId"].asString()); - -} - +/* + * 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. + */ + +#include +#include + +using namespace AlibabaCloud::Green; +using namespace AlibabaCloud::Green::Model; + +UploadCredentialsResult::UploadCredentialsResult() : + ServiceResult() +{} + +UploadCredentialsResult::UploadCredentialsResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +UploadCredentialsResult::~UploadCredentialsResult() +{} + +void UploadCredentialsResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + +} + diff --git a/green/src/model/VideoAsyncScanRequest.cc b/green/src/model/VideoAsyncScanRequest.cc old mode 100755 new mode 100644 index 485a98ec7..6eff6ff15 --- a/green/src/model/VideoAsyncScanRequest.cc +++ b/green/src/model/VideoAsyncScanRequest.cc @@ -1,30 +1,30 @@ -/* - * 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. - */ - -#include - -using AlibabaCloud::Green::Model::VideoAsyncScanRequest; - -VideoAsyncScanRequest::VideoAsyncScanRequest() : - RoaServiceRequest("green", "2018-05-09") -{} - -VideoAsyncScanRequest::~VideoAsyncScanRequest() -{} - +/* + * 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. + */ + +#include + +using AlibabaCloud::Green::Model::VideoAsyncScanRequest; + +VideoAsyncScanRequest::VideoAsyncScanRequest() : + RoaServiceRequest("green", "2018-05-09") +{} + +VideoAsyncScanRequest::~VideoAsyncScanRequest() +{} + std::string VideoAsyncScanRequest::getClientInfo()const { return clientInfo_; diff --git a/green/src/model/VideoAsyncScanResult.cc b/green/src/model/VideoAsyncScanResult.cc old mode 100755 new mode 100644 index f45bb9ced..f2c4c19a8 --- a/green/src/model/VideoAsyncScanResult.cc +++ b/green/src/model/VideoAsyncScanResult.cc @@ -1,45 +1,44 @@ -/* - * 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. - */ - -#include -#include - -using namespace AlibabaCloud::Green; -using namespace AlibabaCloud::Green::Model; - -VideoAsyncScanResult::VideoAsyncScanResult() : - ServiceResult() -{} - -VideoAsyncScanResult::VideoAsyncScanResult(const std::string &payload) : - ServiceResult() -{ - parse(payload); -} - -VideoAsyncScanResult::~VideoAsyncScanResult() -{} - -void VideoAsyncScanResult::parse(const std::string &payload) -{ - Json::Reader reader; - Json::Value value; - reader.parse(payload, value); - - setRequestId(value["RequestId"].asString()); - -} - +/* + * 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. + */ + +#include +#include + +using namespace AlibabaCloud::Green; +using namespace AlibabaCloud::Green::Model; + +VideoAsyncScanResult::VideoAsyncScanResult() : + ServiceResult() +{} + +VideoAsyncScanResult::VideoAsyncScanResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +VideoAsyncScanResult::~VideoAsyncScanResult() +{} + +void VideoAsyncScanResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + +} + diff --git a/green/src/model/VideoAsyncScanResultsRequest.cc b/green/src/model/VideoAsyncScanResultsRequest.cc old mode 100755 new mode 100644 index a0b0657a4..7b8a4a338 --- a/green/src/model/VideoAsyncScanResultsRequest.cc +++ b/green/src/model/VideoAsyncScanResultsRequest.cc @@ -1,30 +1,30 @@ -/* - * 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. - */ - -#include - -using AlibabaCloud::Green::Model::VideoAsyncScanResultsRequest; - -VideoAsyncScanResultsRequest::VideoAsyncScanResultsRequest() : - RoaServiceRequest("green", "2018-05-09") -{} - -VideoAsyncScanResultsRequest::~VideoAsyncScanResultsRequest() -{} - +/* + * 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. + */ + +#include + +using AlibabaCloud::Green::Model::VideoAsyncScanResultsRequest; + +VideoAsyncScanResultsRequest::VideoAsyncScanResultsRequest() : + RoaServiceRequest("green", "2018-05-09") +{} + +VideoAsyncScanResultsRequest::~VideoAsyncScanResultsRequest() +{} + std::string VideoAsyncScanResultsRequest::getClientInfo()const { return clientInfo_; diff --git a/green/src/model/VideoAsyncScanResultsResult.cc b/green/src/model/VideoAsyncScanResultsResult.cc old mode 100755 new mode 100644 index 6df0d0c1d..9da3f04ae --- a/green/src/model/VideoAsyncScanResultsResult.cc +++ b/green/src/model/VideoAsyncScanResultsResult.cc @@ -1,45 +1,44 @@ -/* - * 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. - */ - -#include -#include - -using namespace AlibabaCloud::Green; -using namespace AlibabaCloud::Green::Model; - -VideoAsyncScanResultsResult::VideoAsyncScanResultsResult() : - ServiceResult() -{} - -VideoAsyncScanResultsResult::VideoAsyncScanResultsResult(const std::string &payload) : - ServiceResult() -{ - parse(payload); -} - -VideoAsyncScanResultsResult::~VideoAsyncScanResultsResult() -{} - -void VideoAsyncScanResultsResult::parse(const std::string &payload) -{ - Json::Reader reader; - Json::Value value; - reader.parse(payload, value); - - setRequestId(value["RequestId"].asString()); - -} - +/* + * 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. + */ + +#include +#include + +using namespace AlibabaCloud::Green; +using namespace AlibabaCloud::Green::Model; + +VideoAsyncScanResultsResult::VideoAsyncScanResultsResult() : + ServiceResult() +{} + +VideoAsyncScanResultsResult::VideoAsyncScanResultsResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +VideoAsyncScanResultsResult::~VideoAsyncScanResultsResult() +{} + +void VideoAsyncScanResultsResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + +} + diff --git a/green/src/model/VideoCancelScanRequest.cc b/green/src/model/VideoCancelScanRequest.cc new file mode 100644 index 000000000..ab3cca043 --- /dev/null +++ b/green/src/model/VideoCancelScanRequest.cc @@ -0,0 +1,38 @@ +/* + * 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. + */ + +#include + +using AlibabaCloud::Green::Model::VideoCancelScanRequest; + +VideoCancelScanRequest::VideoCancelScanRequest() : + RoaServiceRequest("green", "2018-05-09") +{} + +VideoCancelScanRequest::~VideoCancelScanRequest() +{} + +std::string VideoCancelScanRequest::getClientInfo()const +{ + return clientInfo_; +} + +void VideoCancelScanRequest::setClientInfo(const std::string& clientInfo) +{ + clientInfo_ = clientInfo; + setCoreParameter("ClientInfo", clientInfo); +} + diff --git a/green/src/model/VideoCancelScanResult.cc b/green/src/model/VideoCancelScanResult.cc new file mode 100644 index 000000000..414a65090 --- /dev/null +++ b/green/src/model/VideoCancelScanResult.cc @@ -0,0 +1,44 @@ +/* + * 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. + */ + +#include +#include + +using namespace AlibabaCloud::Green; +using namespace AlibabaCloud::Green::Model; + +VideoCancelScanResult::VideoCancelScanResult() : + ServiceResult() +{} + +VideoCancelScanResult::VideoCancelScanResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +VideoCancelScanResult::~VideoCancelScanResult() +{} + +void VideoCancelScanResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + +} + diff --git a/green/src/model/VideoFeedbackRequest.cc b/green/src/model/VideoFeedbackRequest.cc old mode 100755 new mode 100644 index 3559a1572..35d93bcd6 --- a/green/src/model/VideoFeedbackRequest.cc +++ b/green/src/model/VideoFeedbackRequest.cc @@ -1,30 +1,30 @@ -/* - * 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. - */ - -#include - -using AlibabaCloud::Green::Model::VideoFeedbackRequest; - -VideoFeedbackRequest::VideoFeedbackRequest() : - RoaServiceRequest("green", "2018-05-09") -{} - -VideoFeedbackRequest::~VideoFeedbackRequest() -{} - +/* + * 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. + */ + +#include + +using AlibabaCloud::Green::Model::VideoFeedbackRequest; + +VideoFeedbackRequest::VideoFeedbackRequest() : + RoaServiceRequest("green", "2018-05-09") +{} + +VideoFeedbackRequest::~VideoFeedbackRequest() +{} + std::string VideoFeedbackRequest::getClientInfo()const { return clientInfo_; diff --git a/green/src/model/VideoFeedbackResult.cc b/green/src/model/VideoFeedbackResult.cc old mode 100755 new mode 100644 index 4bf40e0fc..b7f32c331 --- a/green/src/model/VideoFeedbackResult.cc +++ b/green/src/model/VideoFeedbackResult.cc @@ -1,45 +1,44 @@ -/* - * 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. - */ - -#include -#include - -using namespace AlibabaCloud::Green; -using namespace AlibabaCloud::Green::Model; - -VideoFeedbackResult::VideoFeedbackResult() : - ServiceResult() -{} - -VideoFeedbackResult::VideoFeedbackResult(const std::string &payload) : - ServiceResult() -{ - parse(payload); -} - -VideoFeedbackResult::~VideoFeedbackResult() -{} - -void VideoFeedbackResult::parse(const std::string &payload) -{ - Json::Reader reader; - Json::Value value; - reader.parse(payload, value); - - setRequestId(value["RequestId"].asString()); - -} - +/* + * 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. + */ + +#include +#include + +using namespace AlibabaCloud::Green; +using namespace AlibabaCloud::Green::Model; + +VideoFeedbackResult::VideoFeedbackResult() : + ServiceResult() +{} + +VideoFeedbackResult::VideoFeedbackResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +VideoFeedbackResult::~VideoFeedbackResult() +{} + +void VideoFeedbackResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + +} + diff --git a/green/src/model/VideoSyncScanRequest.cc b/green/src/model/VideoSyncScanRequest.cc old mode 100755 new mode 100644 index 3eddcb797..aed97184d --- a/green/src/model/VideoSyncScanRequest.cc +++ b/green/src/model/VideoSyncScanRequest.cc @@ -1,30 +1,30 @@ -/* - * 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. - */ - -#include - -using AlibabaCloud::Green::Model::VideoSyncScanRequest; - -VideoSyncScanRequest::VideoSyncScanRequest() : - RoaServiceRequest("green", "2018-05-09") -{} - -VideoSyncScanRequest::~VideoSyncScanRequest() -{} - +/* + * 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. + */ + +#include + +using AlibabaCloud::Green::Model::VideoSyncScanRequest; + +VideoSyncScanRequest::VideoSyncScanRequest() : + RoaServiceRequest("green", "2018-05-09") +{} + +VideoSyncScanRequest::~VideoSyncScanRequest() +{} + std::string VideoSyncScanRequest::getClientInfo()const { return clientInfo_; diff --git a/green/src/model/VideoSyncScanResult.cc b/green/src/model/VideoSyncScanResult.cc old mode 100755 new mode 100644 index b57690b6d..6924a002e --- a/green/src/model/VideoSyncScanResult.cc +++ b/green/src/model/VideoSyncScanResult.cc @@ -1,45 +1,44 @@ -/* - * 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. - */ - -#include -#include - -using namespace AlibabaCloud::Green; -using namespace AlibabaCloud::Green::Model; - -VideoSyncScanResult::VideoSyncScanResult() : - ServiceResult() -{} - -VideoSyncScanResult::VideoSyncScanResult(const std::string &payload) : - ServiceResult() -{ - parse(payload); -} - -VideoSyncScanResult::~VideoSyncScanResult() -{} - -void VideoSyncScanResult::parse(const std::string &payload) -{ - Json::Reader reader; - Json::Value value; - reader.parse(payload, value); - - setRequestId(value["RequestId"].asString()); - -} - +/* + * 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. + */ + +#include +#include + +using namespace AlibabaCloud::Green; +using namespace AlibabaCloud::Green::Model; + +VideoSyncScanResult::VideoSyncScanResult() : + ServiceResult() +{} + +VideoSyncScanResult::VideoSyncScanResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +VideoSyncScanResult::~VideoSyncScanResult() +{} + +void VideoSyncScanResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + +} + diff --git a/green/src/model/VoiceAsyncScanRequest.cc b/green/src/model/VoiceAsyncScanRequest.cc old mode 100755 new mode 100644 index 9f35ebf63..d527ab1b9 --- a/green/src/model/VoiceAsyncScanRequest.cc +++ b/green/src/model/VoiceAsyncScanRequest.cc @@ -1,30 +1,30 @@ -/* - * 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. - */ - -#include - -using AlibabaCloud::Green::Model::VoiceAsyncScanRequest; - -VoiceAsyncScanRequest::VoiceAsyncScanRequest() : - RoaServiceRequest("green", "2018-05-09") -{} - -VoiceAsyncScanRequest::~VoiceAsyncScanRequest() -{} - +/* + * 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. + */ + +#include + +using AlibabaCloud::Green::Model::VoiceAsyncScanRequest; + +VoiceAsyncScanRequest::VoiceAsyncScanRequest() : + RoaServiceRequest("green", "2018-05-09") +{} + +VoiceAsyncScanRequest::~VoiceAsyncScanRequest() +{} + std::string VoiceAsyncScanRequest::getClientInfo()const { return clientInfo_; diff --git a/green/src/model/VoiceAsyncScanResult.cc b/green/src/model/VoiceAsyncScanResult.cc old mode 100755 new mode 100644 index b18635548..87c4a7d1e --- a/green/src/model/VoiceAsyncScanResult.cc +++ b/green/src/model/VoiceAsyncScanResult.cc @@ -1,45 +1,44 @@ -/* - * 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. - */ - -#include -#include - -using namespace AlibabaCloud::Green; -using namespace AlibabaCloud::Green::Model; - -VoiceAsyncScanResult::VoiceAsyncScanResult() : - ServiceResult() -{} - -VoiceAsyncScanResult::VoiceAsyncScanResult(const std::string &payload) : - ServiceResult() -{ - parse(payload); -} - -VoiceAsyncScanResult::~VoiceAsyncScanResult() -{} - -void VoiceAsyncScanResult::parse(const std::string &payload) -{ - Json::Reader reader; - Json::Value value; - reader.parse(payload, value); - - setRequestId(value["RequestId"].asString()); - -} - +/* + * 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. + */ + +#include +#include + +using namespace AlibabaCloud::Green; +using namespace AlibabaCloud::Green::Model; + +VoiceAsyncScanResult::VoiceAsyncScanResult() : + ServiceResult() +{} + +VoiceAsyncScanResult::VoiceAsyncScanResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +VoiceAsyncScanResult::~VoiceAsyncScanResult() +{} + +void VoiceAsyncScanResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + +} + diff --git a/green/src/model/VoiceAsyncScanResultsRequest.cc b/green/src/model/VoiceAsyncScanResultsRequest.cc old mode 100755 new mode 100644 index 8cdaf674e..d12e0855a --- a/green/src/model/VoiceAsyncScanResultsRequest.cc +++ b/green/src/model/VoiceAsyncScanResultsRequest.cc @@ -1,30 +1,30 @@ -/* - * 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. - */ - -#include - -using AlibabaCloud::Green::Model::VoiceAsyncScanResultsRequest; - -VoiceAsyncScanResultsRequest::VoiceAsyncScanResultsRequest() : - RoaServiceRequest("green", "2018-05-09") -{} - -VoiceAsyncScanResultsRequest::~VoiceAsyncScanResultsRequest() -{} - +/* + * 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. + */ + +#include + +using AlibabaCloud::Green::Model::VoiceAsyncScanResultsRequest; + +VoiceAsyncScanResultsRequest::VoiceAsyncScanResultsRequest() : + RoaServiceRequest("green", "2018-05-09") +{} + +VoiceAsyncScanResultsRequest::~VoiceAsyncScanResultsRequest() +{} + std::string VoiceAsyncScanResultsRequest::getClientInfo()const { return clientInfo_; diff --git a/green/src/model/VoiceAsyncScanResultsResult.cc b/green/src/model/VoiceAsyncScanResultsResult.cc old mode 100755 new mode 100644 index 9f795cd8a..0e7b8346b --- a/green/src/model/VoiceAsyncScanResultsResult.cc +++ b/green/src/model/VoiceAsyncScanResultsResult.cc @@ -1,45 +1,44 @@ -/* - * 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. - */ - -#include -#include - -using namespace AlibabaCloud::Green; -using namespace AlibabaCloud::Green::Model; - -VoiceAsyncScanResultsResult::VoiceAsyncScanResultsResult() : - ServiceResult() -{} - -VoiceAsyncScanResultsResult::VoiceAsyncScanResultsResult(const std::string &payload) : - ServiceResult() -{ - parse(payload); -} - -VoiceAsyncScanResultsResult::~VoiceAsyncScanResultsResult() -{} - -void VoiceAsyncScanResultsResult::parse(const std::string &payload) -{ - Json::Reader reader; - Json::Value value; - reader.parse(payload, value); - - setRequestId(value["RequestId"].asString()); - -} - +/* + * 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. + */ + +#include +#include + +using namespace AlibabaCloud::Green; +using namespace AlibabaCloud::Green::Model; + +VoiceAsyncScanResultsResult::VoiceAsyncScanResultsResult() : + ServiceResult() +{} + +VoiceAsyncScanResultsResult::VoiceAsyncScanResultsResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +VoiceAsyncScanResultsResult::~VoiceAsyncScanResultsResult() +{} + +void VoiceAsyncScanResultsResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + +} + diff --git a/green/src/model/VoiceCancelScanRequest.cc b/green/src/model/VoiceCancelScanRequest.cc old mode 100755 new mode 100644 index 84a63e4f7..70e3227d3 --- a/green/src/model/VoiceCancelScanRequest.cc +++ b/green/src/model/VoiceCancelScanRequest.cc @@ -1,30 +1,30 @@ -/* - * 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. - */ - -#include - -using AlibabaCloud::Green::Model::VoiceCancelScanRequest; - -VoiceCancelScanRequest::VoiceCancelScanRequest() : - RoaServiceRequest("green", "2018-05-09") -{} - -VoiceCancelScanRequest::~VoiceCancelScanRequest() -{} - +/* + * 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. + */ + +#include + +using AlibabaCloud::Green::Model::VoiceCancelScanRequest; + +VoiceCancelScanRequest::VoiceCancelScanRequest() : + RoaServiceRequest("green", "2018-05-09") +{} + +VoiceCancelScanRequest::~VoiceCancelScanRequest() +{} + std::string VoiceCancelScanRequest::getClientInfo()const { return clientInfo_; diff --git a/green/src/model/VoiceCancelScanResult.cc b/green/src/model/VoiceCancelScanResult.cc old mode 100755 new mode 100644 index a0351c504..88fab1d68 --- a/green/src/model/VoiceCancelScanResult.cc +++ b/green/src/model/VoiceCancelScanResult.cc @@ -1,45 +1,44 @@ -/* - * 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. - */ - -#include -#include - -using namespace AlibabaCloud::Green; -using namespace AlibabaCloud::Green::Model; - -VoiceCancelScanResult::VoiceCancelScanResult() : - ServiceResult() -{} - -VoiceCancelScanResult::VoiceCancelScanResult(const std::string &payload) : - ServiceResult() -{ - parse(payload); -} - -VoiceCancelScanResult::~VoiceCancelScanResult() -{} - -void VoiceCancelScanResult::parse(const std::string &payload) -{ - Json::Reader reader; - Json::Value value; - reader.parse(payload, value); - - setRequestId(value["RequestId"].asString()); - -} - +/* + * 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. + */ + +#include +#include + +using namespace AlibabaCloud::Green; +using namespace AlibabaCloud::Green::Model; + +VoiceCancelScanResult::VoiceCancelScanResult() : + ServiceResult() +{} + +VoiceCancelScanResult::VoiceCancelScanResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +VoiceCancelScanResult::~VoiceCancelScanResult() +{} + +void VoiceCancelScanResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + +} + diff --git a/green/src/model/VoiceIdentityCheckRequest.cc b/green/src/model/VoiceIdentityCheckRequest.cc old mode 100755 new mode 100644 index 64a8e1a5a..3ab5e1e5c --- a/green/src/model/VoiceIdentityCheckRequest.cc +++ b/green/src/model/VoiceIdentityCheckRequest.cc @@ -1,30 +1,30 @@ -/* - * 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. - */ - -#include - -using AlibabaCloud::Green::Model::VoiceIdentityCheckRequest; - -VoiceIdentityCheckRequest::VoiceIdentityCheckRequest() : - RoaServiceRequest("green", "2018-05-09") -{} - -VoiceIdentityCheckRequest::~VoiceIdentityCheckRequest() -{} - +/* + * 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. + */ + +#include + +using AlibabaCloud::Green::Model::VoiceIdentityCheckRequest; + +VoiceIdentityCheckRequest::VoiceIdentityCheckRequest() : + RoaServiceRequest("green", "2018-05-09") +{} + +VoiceIdentityCheckRequest::~VoiceIdentityCheckRequest() +{} + std::string VoiceIdentityCheckRequest::getRegionId()const { return regionId_; diff --git a/green/src/model/VoiceIdentityCheckResult.cc b/green/src/model/VoiceIdentityCheckResult.cc old mode 100755 new mode 100644 index 9df4e3354..b9784f273 --- a/green/src/model/VoiceIdentityCheckResult.cc +++ b/green/src/model/VoiceIdentityCheckResult.cc @@ -1,45 +1,44 @@ -/* - * 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. - */ - -#include -#include - -using namespace AlibabaCloud::Green; -using namespace AlibabaCloud::Green::Model; - -VoiceIdentityCheckResult::VoiceIdentityCheckResult() : - ServiceResult() -{} - -VoiceIdentityCheckResult::VoiceIdentityCheckResult(const std::string &payload) : - ServiceResult() -{ - parse(payload); -} - -VoiceIdentityCheckResult::~VoiceIdentityCheckResult() -{} - -void VoiceIdentityCheckResult::parse(const std::string &payload) -{ - Json::Reader reader; - Json::Value value; - reader.parse(payload, value); - - setRequestId(value["RequestId"].asString()); - -} - +/* + * 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. + */ + +#include +#include + +using namespace AlibabaCloud::Green; +using namespace AlibabaCloud::Green::Model; + +VoiceIdentityCheckResult::VoiceIdentityCheckResult() : + ServiceResult() +{} + +VoiceIdentityCheckResult::VoiceIdentityCheckResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +VoiceIdentityCheckResult::~VoiceIdentityCheckResult() +{} + +void VoiceIdentityCheckResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + +} + diff --git a/green/src/model/VoiceIdentityRegisterRequest.cc b/green/src/model/VoiceIdentityRegisterRequest.cc old mode 100755 new mode 100644 index 81a9ace4e..64684885a --- a/green/src/model/VoiceIdentityRegisterRequest.cc +++ b/green/src/model/VoiceIdentityRegisterRequest.cc @@ -1,30 +1,30 @@ -/* - * 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. - */ - -#include - -using AlibabaCloud::Green::Model::VoiceIdentityRegisterRequest; - -VoiceIdentityRegisterRequest::VoiceIdentityRegisterRequest() : - RoaServiceRequest("green", "2018-05-09") -{} - -VoiceIdentityRegisterRequest::~VoiceIdentityRegisterRequest() -{} - +/* + * 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. + */ + +#include + +using AlibabaCloud::Green::Model::VoiceIdentityRegisterRequest; + +VoiceIdentityRegisterRequest::VoiceIdentityRegisterRequest() : + RoaServiceRequest("green", "2018-05-09") +{} + +VoiceIdentityRegisterRequest::~VoiceIdentityRegisterRequest() +{} + std::string VoiceIdentityRegisterRequest::getRegionId()const { return regionId_; diff --git a/green/src/model/VoiceIdentityRegisterResult.cc b/green/src/model/VoiceIdentityRegisterResult.cc old mode 100755 new mode 100644 index fe6e8dec9..110104366 --- a/green/src/model/VoiceIdentityRegisterResult.cc +++ b/green/src/model/VoiceIdentityRegisterResult.cc @@ -1,45 +1,44 @@ -/* - * 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. - */ - -#include -#include - -using namespace AlibabaCloud::Green; -using namespace AlibabaCloud::Green::Model; - -VoiceIdentityRegisterResult::VoiceIdentityRegisterResult() : - ServiceResult() -{} - -VoiceIdentityRegisterResult::VoiceIdentityRegisterResult(const std::string &payload) : - ServiceResult() -{ - parse(payload); -} - -VoiceIdentityRegisterResult::~VoiceIdentityRegisterResult() -{} - -void VoiceIdentityRegisterResult::parse(const std::string &payload) -{ - Json::Reader reader; - Json::Value value; - reader.parse(payload, value); - - setRequestId(value["RequestId"].asString()); - -} - +/* + * 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. + */ + +#include +#include + +using namespace AlibabaCloud::Green; +using namespace AlibabaCloud::Green::Model; + +VoiceIdentityRegisterResult::VoiceIdentityRegisterResult() : + ServiceResult() +{} + +VoiceIdentityRegisterResult::VoiceIdentityRegisterResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +VoiceIdentityRegisterResult::~VoiceIdentityRegisterResult() +{} + +void VoiceIdentityRegisterResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + +} + diff --git a/green/src/model/VoiceIdentityStartCheckRequest.cc b/green/src/model/VoiceIdentityStartCheckRequest.cc old mode 100755 new mode 100644 index 1435feb56..870ed85a3 --- a/green/src/model/VoiceIdentityStartCheckRequest.cc +++ b/green/src/model/VoiceIdentityStartCheckRequest.cc @@ -1,30 +1,30 @@ -/* - * 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. - */ - -#include - -using AlibabaCloud::Green::Model::VoiceIdentityStartCheckRequest; - -VoiceIdentityStartCheckRequest::VoiceIdentityStartCheckRequest() : - RoaServiceRequest("green", "2018-05-09") -{} - -VoiceIdentityStartCheckRequest::~VoiceIdentityStartCheckRequest() -{} - +/* + * 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. + */ + +#include + +using AlibabaCloud::Green::Model::VoiceIdentityStartCheckRequest; + +VoiceIdentityStartCheckRequest::VoiceIdentityStartCheckRequest() : + RoaServiceRequest("green", "2018-05-09") +{} + +VoiceIdentityStartCheckRequest::~VoiceIdentityStartCheckRequest() +{} + std::string VoiceIdentityStartCheckRequest::getRegionId()const { return regionId_; diff --git a/green/src/model/VoiceIdentityStartCheckResult.cc b/green/src/model/VoiceIdentityStartCheckResult.cc old mode 100755 new mode 100644 index ac789f131..8cbf75200 --- a/green/src/model/VoiceIdentityStartCheckResult.cc +++ b/green/src/model/VoiceIdentityStartCheckResult.cc @@ -1,45 +1,44 @@ -/* - * 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. - */ - -#include -#include - -using namespace AlibabaCloud::Green; -using namespace AlibabaCloud::Green::Model; - -VoiceIdentityStartCheckResult::VoiceIdentityStartCheckResult() : - ServiceResult() -{} - -VoiceIdentityStartCheckResult::VoiceIdentityStartCheckResult(const std::string &payload) : - ServiceResult() -{ - parse(payload); -} - -VoiceIdentityStartCheckResult::~VoiceIdentityStartCheckResult() -{} - -void VoiceIdentityStartCheckResult::parse(const std::string &payload) -{ - Json::Reader reader; - Json::Value value; - reader.parse(payload, value); - - setRequestId(value["RequestId"].asString()); - -} - +/* + * 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. + */ + +#include +#include + +using namespace AlibabaCloud::Green; +using namespace AlibabaCloud::Green::Model; + +VoiceIdentityStartCheckResult::VoiceIdentityStartCheckResult() : + ServiceResult() +{} + +VoiceIdentityStartCheckResult::VoiceIdentityStartCheckResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +VoiceIdentityStartCheckResult::~VoiceIdentityStartCheckResult() +{} + +void VoiceIdentityStartCheckResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + +} + diff --git a/green/src/model/VoiceIdentityStartRegisterRequest.cc b/green/src/model/VoiceIdentityStartRegisterRequest.cc old mode 100755 new mode 100644 index 9ce18c462..193c84b9e --- a/green/src/model/VoiceIdentityStartRegisterRequest.cc +++ b/green/src/model/VoiceIdentityStartRegisterRequest.cc @@ -1,30 +1,30 @@ -/* - * 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. - */ - -#include - -using AlibabaCloud::Green::Model::VoiceIdentityStartRegisterRequest; - -VoiceIdentityStartRegisterRequest::VoiceIdentityStartRegisterRequest() : - RoaServiceRequest("green", "2018-05-09") -{} - -VoiceIdentityStartRegisterRequest::~VoiceIdentityStartRegisterRequest() -{} - +/* + * 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. + */ + +#include + +using AlibabaCloud::Green::Model::VoiceIdentityStartRegisterRequest; + +VoiceIdentityStartRegisterRequest::VoiceIdentityStartRegisterRequest() : + RoaServiceRequest("green", "2018-05-09") +{} + +VoiceIdentityStartRegisterRequest::~VoiceIdentityStartRegisterRequest() +{} + std::string VoiceIdentityStartRegisterRequest::getRegionId()const { return regionId_; diff --git a/green/src/model/VoiceIdentityStartRegisterResult.cc b/green/src/model/VoiceIdentityStartRegisterResult.cc old mode 100755 new mode 100644 index 092126f5c..e1c7a84fb --- a/green/src/model/VoiceIdentityStartRegisterResult.cc +++ b/green/src/model/VoiceIdentityStartRegisterResult.cc @@ -1,45 +1,44 @@ -/* - * 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. - */ - -#include -#include - -using namespace AlibabaCloud::Green; -using namespace AlibabaCloud::Green::Model; - -VoiceIdentityStartRegisterResult::VoiceIdentityStartRegisterResult() : - ServiceResult() -{} - -VoiceIdentityStartRegisterResult::VoiceIdentityStartRegisterResult(const std::string &payload) : - ServiceResult() -{ - parse(payload); -} - -VoiceIdentityStartRegisterResult::~VoiceIdentityStartRegisterResult() -{} - -void VoiceIdentityStartRegisterResult::parse(const std::string &payload) -{ - Json::Reader reader; - Json::Value value; - reader.parse(payload, value); - - setRequestId(value["RequestId"].asString()); - -} - +/* + * 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. + */ + +#include +#include + +using namespace AlibabaCloud::Green; +using namespace AlibabaCloud::Green::Model; + +VoiceIdentityStartRegisterResult::VoiceIdentityStartRegisterResult() : + ServiceResult() +{} + +VoiceIdentityStartRegisterResult::VoiceIdentityStartRegisterResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +VoiceIdentityStartRegisterResult::~VoiceIdentityStartRegisterResult() +{} + +void VoiceIdentityStartRegisterResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + +} + diff --git a/green/src/model/VoiceIdentityUnregisterRequest.cc b/green/src/model/VoiceIdentityUnregisterRequest.cc old mode 100755 new mode 100644 index 1741066ed..65d4061c1 --- a/green/src/model/VoiceIdentityUnregisterRequest.cc +++ b/green/src/model/VoiceIdentityUnregisterRequest.cc @@ -1,30 +1,30 @@ -/* - * 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. - */ - -#include - -using AlibabaCloud::Green::Model::VoiceIdentityUnregisterRequest; - -VoiceIdentityUnregisterRequest::VoiceIdentityUnregisterRequest() : - RoaServiceRequest("green", "2018-05-09") -{} - -VoiceIdentityUnregisterRequest::~VoiceIdentityUnregisterRequest() -{} - +/* + * 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. + */ + +#include + +using AlibabaCloud::Green::Model::VoiceIdentityUnregisterRequest; + +VoiceIdentityUnregisterRequest::VoiceIdentityUnregisterRequest() : + RoaServiceRequest("green", "2018-05-09") +{} + +VoiceIdentityUnregisterRequest::~VoiceIdentityUnregisterRequest() +{} + std::string VoiceIdentityUnregisterRequest::getRegionId()const { return regionId_; diff --git a/green/src/model/VoiceIdentityUnregisterResult.cc b/green/src/model/VoiceIdentityUnregisterResult.cc old mode 100755 new mode 100644 index 45b4f2cf7..4960715c2 --- a/green/src/model/VoiceIdentityUnregisterResult.cc +++ b/green/src/model/VoiceIdentityUnregisterResult.cc @@ -1,45 +1,44 @@ -/* - * 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. - */ - -#include -#include - -using namespace AlibabaCloud::Green; -using namespace AlibabaCloud::Green::Model; - -VoiceIdentityUnregisterResult::VoiceIdentityUnregisterResult() : - ServiceResult() -{} - -VoiceIdentityUnregisterResult::VoiceIdentityUnregisterResult(const std::string &payload) : - ServiceResult() -{ - parse(payload); -} - -VoiceIdentityUnregisterResult::~VoiceIdentityUnregisterResult() -{} - -void VoiceIdentityUnregisterResult::parse(const std::string &payload) -{ - Json::Reader reader; - Json::Value value; - reader.parse(payload, value); - - setRequestId(value["RequestId"].asString()); - -} - +/* + * 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. + */ + +#include +#include + +using namespace AlibabaCloud::Green; +using namespace AlibabaCloud::Green::Model; + +VoiceIdentityUnregisterResult::VoiceIdentityUnregisterResult() : + ServiceResult() +{} + +VoiceIdentityUnregisterResult::VoiceIdentityUnregisterResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +VoiceIdentityUnregisterResult::~VoiceIdentityUnregisterResult() +{} + +void VoiceIdentityUnregisterResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + +} +