ComponentPredicate

constructor(and: List<ComponentPredicate>? = null, field: String? = null, operand: String? = null, operandType: String? = null, operator: String? = null, or: List<ComponentPredicate>? = null)