public class CDPEventFilterInput extends Object
Constructor and Description |
---|
CDPEventFilterInput(List<CDPEventFilterInput> and,
List<CDPEventFilterInput> or,
String id_equals,
String cdp_clientID_equals,
String cdp_sourceID_equals,
String cdp_profileID_equals,
OffsetDateTime cdp_timestamp_equals,
OffsetDateTime cdp_timestamp_lt,
OffsetDateTime cdp_timestamp_lte,
OffsetDateTime cdp_timestamp_gt,
OffsetDateTime cdp_timestamp_gte,
CDPConsentUpdateEventFilterInput cdp_consentUpdateEvent,
CDPListsUpdateEventFilterInput cdp_listsUpdateEvent,
CDPSessionEventFilterInput cdp_sessionEvent,
CDPProfileUpdateEventFilterInput cdp_profileUpdateEvent) |
public static final String TYPE_NAME
public CDPEventFilterInput(List<CDPEventFilterInput> and, List<CDPEventFilterInput> or, String id_equals, String cdp_clientID_equals, String cdp_sourceID_equals, String cdp_profileID_equals, OffsetDateTime cdp_timestamp_equals, OffsetDateTime cdp_timestamp_lt, OffsetDateTime cdp_timestamp_lte, OffsetDateTime cdp_timestamp_gt, OffsetDateTime cdp_timestamp_gte, CDPConsentUpdateEventFilterInput cdp_consentUpdateEvent, CDPListsUpdateEventFilterInput cdp_listsUpdateEvent, CDPSessionEventFilterInput cdp_sessionEvent, CDPProfileUpdateEventFilterInput cdp_profileUpdateEvent)
public List<CDPEventFilterInput> getAnd()
public List<CDPEventFilterInput> getOr()
public String getId_equals()
public String getCdp_clientID_equals()
public String getCdp_sourceID_equals()
public String getCdp_profileID_equals()
public OffsetDateTime getCdp_timestamp_equals()
public OffsetDateTime getCdp_timestamp_lt()
public OffsetDateTime getCdp_timestamp_lte()
public OffsetDateTime getCdp_timestamp_gt()
public OffsetDateTime getCdp_timestamp_gte()
public CDPListsUpdateEventFilterInput getCdp_listsUpdateEvent()
public CDPConsentUpdateEventFilterInput getCdp_consentUpdateEvent()
public CDPSessionEventFilterInput getCdp_sessionEvent()
public CDPProfileUpdateEventFilterInput getCdp_profileUpdateEvent()
public static CDPEventFilterInput fromMap(Map<String,Object> map)
Copyright © 2014–2023 Apache Software Foundation. All rights reserved.