class Filter { constructor(code, value) { this.code = code; this.value = value; } }