public boolean isSet()

in src/main/java/org/apache/flink/benchmark/thrift/MyOperation.java [187:199]


    public boolean isSet(_Fields field) {
        if (field == null) {
            throw new java.lang.IllegalArgumentException();
        }

        switch (field) {
            case ID:
                return isSetId();
            case NAME:
                return isSetName();
        }
        throw new java.lang.IllegalStateException();
    }