public class CDPProfileEventsFilterInput extends Object
Constructor and Description |
---|
CDPProfileEventsFilterInput(List<CDPProfileEventsFilterInput> and,
List<CDPProfileEventsFilterInput> or,
CDPProfileEventsFilterInput not,
Integer minimalCount,
Integer maximalCount,
CDPEventFilterInput eventFilter) |
Modifier and Type | Method and Description |
---|---|
List<CDPProfileEventsFilterInput> |
getAnd() |
CDPEventFilterInput |
getEventFilter() |
Integer |
getMaximalCount() |
Integer |
getMinimalCount() |
CDPProfileEventsFilterInput |
getNot() |
List<CDPProfileEventsFilterInput> |
getOr() |
public CDPProfileEventsFilterInput(List<CDPProfileEventsFilterInput> and, List<CDPProfileEventsFilterInput> or, CDPProfileEventsFilterInput not, Integer minimalCount, Integer maximalCount, CDPEventFilterInput eventFilter)
public List<CDPProfileEventsFilterInput> getAnd()
public List<CDPProfileEventsFilterInput> getOr()
public CDPProfileEventsFilterInput getNot()
public Integer getMinimalCount()
public Integer getMaximalCount()
public CDPEventFilterInput getEventFilter()
Copyright © 2014–2023 Apache Software Foundation. All rights reserved.