public MyPojo()

in src/main/java/org/apache/flink/benchmark/thrift/MyPojo.java [140:160]


    public MyPojo(
            int id,
            java.lang.String name,
            java.util.List<java.lang.String> operationName,
            java.util.List<MyOperation> operations,
            int otherId1,
            int otherId2,
            int otherId3) {
        this();
        this.id = id;
        setIdIsSet(true);
        this.name = name;
        this.operationName = operationName;
        this.operations = operations;
        this.otherId1 = otherId1;
        setOtherId1IsSet(true);
        this.otherId2 = otherId2;
        setOtherId2IsSet(true);
        this.otherId3 = otherId3;
        setOtherId3IsSet(true);
    }