package com.best.javaSdk.kdTraceQuery.response; import java.util.List; public class Traces { private List trace; public List getTrace() { return this.trace; } public void setTrace(List value) { this.trace = value; } }