5354555657585960616263
return sb.toString(); } public TFlowInfo toThrift() { TFlowInfo out = new TFlowInfo(); out.setFlowId(flowId.toThrift()); out.setQuery(query); out.setStreamName(streamName); return out; }