Skip to content

Commit 4bc3d07

Browse files
committed
chore(Discovery): Apply manual changes
1 parent d5fb5f2 commit 4bc3d07

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

discovery/src/main/java/com/ibm/watson/discovery/v1/model/QueryAggregation.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,15 @@
1414

1515
import java.util.List;
1616

17+
import com.google.gson.annotations.JsonAdapter;
1718
import com.google.gson.annotations.SerializedName;
1819
import com.ibm.cloud.sdk.core.service.model.GenericModel;
20+
import com.ibm.watson.discovery.v1.query.AggregationDeserializer;
1921

2022
/**
2123
* An aggregation produced by Discovery to analyze the input provided.
2224
*/
25+
@JsonAdapter(AggregationDeserializer.class)
2326
public class QueryAggregation extends GenericModel {
2427

2528
private String type;

0 commit comments

Comments
 (0)