Skip to content

Commit

Permalink
Generated 2019-01-15 for Qualitycheck.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdk-team committed Nov 4, 2024
1 parent d5b2eb5 commit eaf5eea
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
3 changes: 3 additions & 0 deletions aliyun-java-sdk-qualitycheck/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2024-11-04 Version: 4.7.13
- Generated 2019-01-15 for `Qualitycheck`.

2024-07-30 Version: 4.7.12
- Generated 2019-01-15 for `Qualitycheck`.

Expand Down
2 changes: 1 addition & 1 deletion aliyun-java-sdk-qualitycheck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.aliyun</groupId>
<artifactId>aliyun-java-sdk-qualitycheck</artifactId>
<packaging>jar</packaging>
<version>4.7.12</version>
<version>4.7.13</version>
<name>aliyun-java-sdk-qualitycheck</name>
<url>http://www.aliyun.com</url>
<description>Aliyun Open API SDK for Java
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1582,6 +1582,8 @@ public static class Recording {

private String taskConfigName;

private String customerName;

public String getRemark13() {
return this.remark13;
}
Expand Down Expand Up @@ -1805,6 +1807,14 @@ public String getTaskConfigName() {
public void setTaskConfigName(String taskConfigName) {
this.taskConfigName = taskConfigName;
}

public String getCustomerName() {
return this.customerName;
}

public void setCustomerName(String customerName) {
this.customerName = customerName;
}
}

public static class Agent {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ public static GetResultResponse unmarshall(GetResultResponse getResultResponse,
recording.setCallTime(_ctx.stringValue("GetResultResponse.Data["+ i +"].Recording.CallTime"));
recording.setTaskConfigId(_ctx.longValue("GetResultResponse.Data["+ i +"].Recording.TaskConfigId"));
recording.setTaskConfigName(_ctx.stringValue("GetResultResponse.Data["+ i +"].Recording.TaskConfigName"));
recording.setCustomerName(_ctx.stringValue("GetResultResponse.Data["+ i +"].Recording.CustomerName"));
resultInfo.setRecording(recording);

Agent agent = new Agent();
Expand Down

0 comments on commit eaf5eea

Please sign in to comment.