Skip to content

Commit 271b1d0

Browse files
committed
Supported library managment for simillarity scene.
1 parent 858993b commit 271b1d0

File tree

133 files changed

+608
-604
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+608
-604
lines changed

aliyun-java-sdk-green/ChangeLog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2019-07-04 Version: 3.4.4
2+
- Supported library managment for simillarity scene.
3+
- Remove the local file uploader code which can be downloaded from yundun content security document.
4+
15
2019-07-01 Version: 3.4.4
26
- Supported library managment for simillarity scene.
37
- Remove the local file uploader code which can be downloaded from yundun content security document.

aliyun-java-sdk-green/src/main/java/com/aliyuncs/green/transform/v20161222/ImageDetectionResponseUnmarshaller.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
public class ImageDetectionResponseUnmarshaller {
2222

23-
public static ImageDetectionResponse unmarshall(ImageDetectionResponse imageDetectionResponse, UnmarshallerContext context) {
23+
public static ImageDetectionResponse unmarshall(ImageDetectionResponse imageDetectionResponse, UnmarshallerContext _ctx) {
2424

2525

2626
return imageDetectionResponse;

aliyun-java-sdk-green/src/main/java/com/aliyuncs/green/transform/v20161222/ImageResultResponseUnmarshaller.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
public class ImageResultResponseUnmarshaller {
2222

23-
public static ImageResultResponse unmarshall(ImageResultResponse imageResultResponse, UnmarshallerContext context) {
23+
public static ImageResultResponse unmarshall(ImageResultResponse imageResultResponse, UnmarshallerContext _ctx) {
2424

2525

2626
return imageResultResponse;

aliyun-java-sdk-green/src/main/java/com/aliyuncs/green/transform/v20161222/ImageResultsResponseUnmarshaller.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
public class ImageResultsResponseUnmarshaller {
2222

23-
public static ImageResultsResponse unmarshall(ImageResultsResponse imageResultsResponse, UnmarshallerContext context) {
23+
public static ImageResultsResponse unmarshall(ImageResultsResponse imageResultsResponse, UnmarshallerContext _ctx) {
2424

2525

2626
return imageResultsResponse;

aliyun-java-sdk-green/src/main/java/com/aliyuncs/green/transform/v20161222/SampleFeedbackResponseUnmarshaller.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
public class SampleFeedbackResponseUnmarshaller {
2222

23-
public static SampleFeedbackResponse unmarshall(SampleFeedbackResponse sampleFeedbackResponse, UnmarshallerContext context) {
23+
public static SampleFeedbackResponse unmarshall(SampleFeedbackResponse sampleFeedbackResponse, UnmarshallerContext _ctx) {
2424

2525

2626
return sampleFeedbackResponse;

aliyun-java-sdk-green/src/main/java/com/aliyuncs/green/transform/v20161222/TextKeywordFilterResponseUnmarshaller.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
public class TextKeywordFilterResponseUnmarshaller {
2222

23-
public static TextKeywordFilterResponse unmarshall(TextKeywordFilterResponse textKeywordFilterResponse, UnmarshallerContext context) {
23+
public static TextKeywordFilterResponse unmarshall(TextKeywordFilterResponse textKeywordFilterResponse, UnmarshallerContext _ctx) {
2424

2525

2626
return textKeywordFilterResponse;

aliyun-java-sdk-green/src/main/java/com/aliyuncs/green/transform/v20170823/CreatCustomOcrTemplateResponseUnmarshaller.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020

2121
public class CreatCustomOcrTemplateResponseUnmarshaller {
2222

23-
public static CreatCustomOcrTemplateResponse unmarshall(CreatCustomOcrTemplateResponse creatCustomOcrTemplateResponse, UnmarshallerContext context) {
23+
public static CreatCustomOcrTemplateResponse unmarshall(CreatCustomOcrTemplateResponse creatCustomOcrTemplateResponse, UnmarshallerContext _ctx) {
2424

25-
creatCustomOcrTemplateResponse.setRequestId(context.stringValue("CreatCustomOcrTemplateResponse.RequestId"));
25+
creatCustomOcrTemplateResponse.setRequestId(_ctx.stringValue("CreatCustomOcrTemplateResponse.RequestId"));
2626

2727
return creatCustomOcrTemplateResponse;
2828
}

aliyun-java-sdk-green/src/main/java/com/aliyuncs/green/transform/v20170823/CreateBizTypeResponseUnmarshaller.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020

2121
public class CreateBizTypeResponseUnmarshaller {
2222

23-
public static CreateBizTypeResponse unmarshall(CreateBizTypeResponse createBizTypeResponse, UnmarshallerContext context) {
23+
public static CreateBizTypeResponse unmarshall(CreateBizTypeResponse createBizTypeResponse, UnmarshallerContext _ctx) {
2424

25-
createBizTypeResponse.setRequestId(context.stringValue("CreateBizTypeResponse.RequestId"));
25+
createBizTypeResponse.setRequestId(_ctx.stringValue("CreateBizTypeResponse.RequestId"));
2626

2727
return createBizTypeResponse;
2828
}

aliyun-java-sdk-green/src/main/java/com/aliyuncs/green/transform/v20170823/CreateCdiBagResponseUnmarshaller.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@
2323

2424
public class CreateCdiBagResponseUnmarshaller {
2525

26-
public static CreateCdiBagResponse unmarshall(CreateCdiBagResponse createCdiBagResponse, UnmarshallerContext context) {
26+
public static CreateCdiBagResponse unmarshall(CreateCdiBagResponse createCdiBagResponse, UnmarshallerContext _ctx) {
2727

28-
createCdiBagResponse.setRequestId(context.stringValue("CreateCdiBagResponse.RequestId"));
29-
createCdiBagResponse.setCode(context.stringValue("CreateCdiBagResponse.Code"));
30-
createCdiBagResponse.setMessage(context.stringValue("CreateCdiBagResponse.Message"));
31-
createCdiBagResponse.setOrderId(context.stringValue("CreateCdiBagResponse.OrderId"));
28+
createCdiBagResponse.setRequestId(_ctx.stringValue("CreateCdiBagResponse.RequestId"));
29+
createCdiBagResponse.setCode(_ctx.stringValue("CreateCdiBagResponse.Code"));
30+
createCdiBagResponse.setMessage(_ctx.stringValue("CreateCdiBagResponse.Message"));
31+
createCdiBagResponse.setOrderId(_ctx.stringValue("CreateCdiBagResponse.OrderId"));
3232

3333
List<String> instanceIds = new ArrayList<String>();
34-
for (int i = 0; i < context.lengthValue("CreateCdiBagResponse.InstanceIds.Length"); i++) {
35-
instanceIds.add(context.stringValue("CreateCdiBagResponse.InstanceIds["+ i +"]"));
34+
for (int i = 0; i < _ctx.lengthValue("CreateCdiBagResponse.InstanceIds.Length"); i++) {
35+
instanceIds.add(_ctx.stringValue("CreateCdiBagResponse.InstanceIds["+ i +"]"));
3636
}
3737
createCdiBagResponse.setInstanceIds(instanceIds);
3838

aliyun-java-sdk-green/src/main/java/com/aliyuncs/green/transform/v20170823/CreateCdiBaseBagResponseUnmarshaller.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020

2121
public class CreateCdiBaseBagResponseUnmarshaller {
2222

23-
public static CreateCdiBaseBagResponse unmarshall(CreateCdiBaseBagResponse createCdiBaseBagResponse, UnmarshallerContext context) {
23+
public static CreateCdiBaseBagResponse unmarshall(CreateCdiBaseBagResponse createCdiBaseBagResponse, UnmarshallerContext _ctx) {
2424

25-
createCdiBaseBagResponse.setRequestId(context.stringValue("CreateCdiBaseBagResponse.RequestId"));
26-
createCdiBaseBagResponse.setCode(context.stringValue("CreateCdiBaseBagResponse.Code"));
27-
createCdiBaseBagResponse.setMessage(context.stringValue("CreateCdiBaseBagResponse.Message"));
28-
createCdiBaseBagResponse.setOrderId(context.stringValue("CreateCdiBaseBagResponse.OrderId"));
29-
createCdiBaseBagResponse.setInstanceId(context.stringValue("CreateCdiBaseBagResponse.InstanceId"));
25+
createCdiBaseBagResponse.setRequestId(_ctx.stringValue("CreateCdiBaseBagResponse.RequestId"));
26+
createCdiBaseBagResponse.setCode(_ctx.stringValue("CreateCdiBaseBagResponse.Code"));
27+
createCdiBaseBagResponse.setMessage(_ctx.stringValue("CreateCdiBaseBagResponse.Message"));
28+
createCdiBaseBagResponse.setOrderId(_ctx.stringValue("CreateCdiBaseBagResponse.OrderId"));
29+
createCdiBaseBagResponse.setInstanceId(_ctx.stringValue("CreateCdiBaseBagResponse.InstanceId"));
3030

3131
return createCdiBaseBagResponse;
3232
}

0 commit comments

Comments
 (0)