jesque icon indicating copy to clipboard operation
jesque copied to clipboard

What 's function about the properties that the properties vars and unknownFields,in the Job Class

Open ijaychang opened this issue 9 years ago • 1 comments

public class Job implements Serializable { private Map<String,Object> vars; private Map<String,Object> unknownFields = new HashMap<String,Object>(); ... }

What 's function about the properties that the properties vars and unknownFields .

ijaychang avatar Dec 26 '16 06:12 ijaychang

I'm not sure I understand your question.

gresrun avatar Feb 21 '17 21:02 gresrun