Package Torello.Browser.BrowserAPI
Class Storage.AttributionReportingTriggerRegistration
- java.lang.Object
-
- Torello.Browser.BaseType<Storage.AttributionReportingTriggerRegistration>
-
- Torello.Browser.BrowserAPI.Storage.AttributionReportingTriggerRegistration
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<BaseType<?>>
- Enclosing class:
- Storage
public static class Storage.AttributionReportingTriggerRegistration extends BaseType<Storage.AttributionReportingTriggerRegistration> implements java.io.Serializable
This Nested Java Class is declared as a "Type", which is similar to a Java Class. The CDP API Specifications list this type among the types, events & commands located in theStoragedomain, which may be found within theBrowserAPI.
📌 All browser domain type classes will have a class name that begins with an upper case letter.[No Description Provided by Google]
EXPERIMENTAL- See Also:
- Serialized Form
Hi-Lited Source-Code:This File's Source Code:
- View Here: Torello/Browser/BrowserAPI/Storage.java
- Open New Browser-Tab: Torello/Browser/BrowserAPI/Storage.java
File Size: 5,919 Bytes Line Count: 117 '\n' Characters Found
Helper: Equals, HashCode, toJSON, etc
- View Here: Storage$$AttributionReportingTriggerRegistration$$.java
- Open New Browser-Tab: Storage$$AttributionReportingTriggerRegistration$$.java
File Size: 21,749 Bytes Line Count: 456 '\n' Characters Found
-
-
Field Summary
Serializable ID Modifier and Type Field Description protected static longserialVersionUIDType Fields / Properties (from Google & Browser Specs) Modifier and Type Field Description Storage.AttributionReportingAggregatableDebugReportingConfigaggregatableDebugReportingConfig[No Description Provided by Google]Storage.AttributionReportingAggregatableDedupKey[]aggregatableDedupKeys[No Description Provided by Google]intaggregatableFilteringIdMaxBytes[No Description Provided by Google]Storage.AttributionReportingAggregatableTriggerData[]aggregatableTriggerData[No Description Provided by Google]Storage.AttributionReportingAggregatableValueEntry[]aggregatableValues[No Description Provided by Google]StringaggregationCoordinatorOrigin[No Description Provided by Google]StringdebugKey[No Description Provided by Google]booleandebugReporting[No Description Provided by Google]Storage.AttributionReportingEventTriggerData[]eventTriggerData[No Description Provided by Google]Storage.AttributionReportingFilterPairfilters[No Description Provided by Google]Storage.AttributionReportingNamedBudgetCandidate[]namedBudgets[No Description Provided by Google]String[]scopes[No Description Provided by Google]StringsourceRegistrationTimeConfig[No Description Provided by Google]StringtriggerContextId[No Description Provided by Google]
-
Constructor Summary
Constructors Constructor Description AttributionReportingTriggerRegistration(ReadOnlyList<Boolean> isPresent, Storage.AttributionReportingFilterPair filters, String debugKey, Storage.AttributionReportingAggregatableDedupKey[] aggregatableDedupKeys, Storage.AttributionReportingEventTriggerData[] eventTriggerData, Storage.AttributionReportingAggregatableTriggerData[] aggregatableTriggerData, Storage.AttributionReportingAggregatableValueEntry[] aggregatableValues, int aggregatableFilteringIdMaxBytes, boolean debugReporting, String aggregationCoordinatorOrigin, String sourceRegistrationTimeConfig, String triggerContextId, Storage.AttributionReportingAggregatableDebugReportingConfig aggregatableDebugReportingConfig, String[] scopes, Storage.AttributionReportingNamedBudgetCandidate[] namedBudgets)Constructor.
-
Method Summary
Static Builder Convert a JsonObject to a POJO Modifier and Type Method Description static Storage.AttributionReportingTriggerRegistrationfromJSON(JsonObject jo)Creates an instance of this class from aJsonObject.Retrieve the Type-Descriptor Singleton-Instance for this Nested Class. Modifier and Type Method Description static NestedDescriptor<Storage.AttributionReportingTriggerRegistration>descriptor()Returns this class'sNestedDescriptorsingleton-instance.-
Methods inherited from class Torello.Browser.BaseType
allEnumStrROLs, compareTo, enumStrList, enumStrValidate, enumStrValidateThrow, equals, hashCode, isPresent, optionalsValidate, optionalsValidateThrow, toJSON, toString
-
-
-
-
Field Detail
-
serialVersionUID
protected static final long serialVersionUID
This fulfils the SerialVersion UID requirement for all classes that implement Java'sinterface java.io.Serializable. Using theSerializableImplementation offered by java is very easy, and can make saving program state when debugging a lot easier. It can also be used in place of more complicated systems like "hibernate" to store data as well.- See Also:
- Constant Field Values
-
filters
public final Storage.AttributionReportingFilterPair filters
[No Description Provided by Google]
-
debugKey
public final java.lang.String debugKey
[No Description Provided by Google]
OPTIONAL
-
aggregatableDedupKeys
public final Storage.AttributionReportingAggregatableDedupKey[] aggregatableDedupKeys
[No Description Provided by Google]
-
eventTriggerData
public final Storage.AttributionReportingEventTriggerData[] eventTriggerData
[No Description Provided by Google]
-
aggregatableTriggerData
public final Storage.AttributionReportingAggregatableTriggerData[] aggregatableTriggerData
[No Description Provided by Google]
-
aggregatableValues
public final Storage.AttributionReportingAggregatableValueEntry[] aggregatableValues
[No Description Provided by Google]
-
aggregatableFilteringIdMaxBytes
public final int aggregatableFilteringIdMaxBytes
[No Description Provided by Google]
-
debugReporting
public final boolean debugReporting
[No Description Provided by Google]
-
aggregationCoordinatorOrigin
public final java.lang.String aggregationCoordinatorOrigin
[No Description Provided by Google]
OPTIONAL
-
sourceRegistrationTimeConfig
public final java.lang.String sourceRegistrationTimeConfig
[No Description Provided by Google]This particular field will have its values resricted to the contents of a CDP defined Enumerated String List. That list may be viewed here:
📎Storage.AttributionReportingSourceRegistrationTimeConfig
Programmatically Accessing the Enum:
// Retrieve the list of enumerated strings for this field ReadOnlyList<String> enumerationStrs = Storage.AttributionReportingSourceRegistrationTimeConfig.enumStrList("sourceRegistrationTimeConfig"); // Print the list of strings to the terminal for (final String s : enumerationStrs) System.out.println('\"' + s + "\", ");
- See Also:
BaseType.enumStrList(String)
-
triggerContextId
public final java.lang.String triggerContextId
[No Description Provided by Google]
OPTIONAL
-
aggregatableDebugReportingConfig
public final Storage.AttributionReportingAggregatableDebugReportingConfig aggregatableDebugReportingConfig
[No Description Provided by Google]
-
scopes
public final java.lang.String[] scopes
[No Description Provided by Google]
-
namedBudgets
public final Storage.AttributionReportingNamedBudgetCandidate[] namedBudgets
[No Description Provided by Google]
-
-
Constructor Detail
-
AttributionReportingTriggerRegistration
public AttributionReportingTriggerRegistration (ReadOnlyList<java.lang.Boolean> isPresent, Storage.AttributionReportingFilterPair filters, java.lang.String debugKey, Storage.AttributionReportingAggregatableDedupKey[] aggregatableDedupKeys, Storage.AttributionReportingEventTriggerData[] eventTriggerData, Storage.AttributionReportingAggregatableTriggerData[] aggregatableTriggerData, Storage.AttributionReportingAggregatableValueEntry[] aggregatableValues, int aggregatableFilteringIdMaxBytes, boolean debugReporting, java.lang.String aggregationCoordinatorOrigin, java.lang.String sourceRegistrationTimeConfig, java.lang.String triggerContextId, Storage.AttributionReportingAggregatableDebugReportingConfig aggregatableDebugReportingConfig, java.lang.String[] scopes, Storage.AttributionReportingNamedBudgetCandidate[] namedBudgets)
Constructor. Please review this class' fields for documentation.
-
-
Method Detail
-
fromJSON
public static Storage.AttributionReportingTriggerRegistration fromJSON (JsonObject jo)
Creates an instance of this class from aJsonObject.- Code:
- Exact Method Body:
return singleton.fromJSON(jo);
-
descriptor
public static NestedDescriptor<Storage.AttributionReportingTriggerRegistration> descriptor ()
Returns this class'sNestedDescriptorsingleton-instance. class / type.- Code:
- Exact Method Body:
return singleton.descriptor();
-
-