Record Class OutMsgTypeEnumFilter

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.OutMsgTypeEnumFilter

public record OutMsgTypeEnumFilter(OutMsgTypeEnum eq, OutMsgTypeEnum ne, OutMsgTypeEnum gt, OutMsgTypeEnum lt, OutMsgTypeEnum ge, OutMsgTypeEnum le, List<OutMsgTypeEnum> in, List<OutMsgTypeEnum> notIn) extends Record