Package Torello.Browser.BrowserAPI
Class Storage.AttributionReportingSourceRegistration
- java.lang.Object
-
- Torello.Browser.BaseType<Storage.AttributionReportingSourceRegistration>
-
- Torello.Browser.BrowserAPI.Storage.AttributionReportingSourceRegistration
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<BaseType<?>>
- Enclosing class:
- Storage
public static class Storage.AttributionReportingSourceRegistration extends BaseType<Storage.AttributionReportingSourceRegistration> 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: 7,312 Bytes Line Count: 154 '\n' Characters Found
Helper: Equals, HashCode, toJSON, etc
- View Here: Storage$$AttributionReportingSourceRegistration$$.java
- Open New Browser-Tab: Storage$$AttributionReportingSourceRegistration$$.java
File Size: 25,270 Bytes Line Count: 536 '\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]intaggregatableReportWindowduration in secondsStorage.AttributionReportingAggregationKeysEntry[]aggregationKeys[No Description Provided by Google]StringdebugKey[No Description Provided by Google]booleandebugReporting[No Description Provided by Google]StringdestinationLimitPriority[No Description Provided by Google]String[]destinationSites[No Description Provided by Google]StringeventId[No Description Provided by Google]NumbereventLevelEpsilon[No Description Provided by Google]Storage.AttributionReportingEventReportWindowseventReportWindows[No Description Provided by Google]intexpiryduration in secondsStorage.AttributionReportingFilterDataEntry[]filterData[No Description Provided by Google]intmaxEventLevelReports[No Description Provided by Google]Storage.AttributionReportingNamedBudgetDef[]namedBudgets[No Description Provided by Google]Stringpriority[No Description Provided by Google]StringreportingOrigin[No Description Provided by Google]Storage.AttributionScopesDatascopesData[No Description Provided by Google]StringsourceOrigin[No Description Provided by Google]Numbertime[No Description Provided by Google]Number[]triggerDatanumber instead of integer because not all uint32 can be represented by intStringtriggerDataMatching[No Description Provided by Google]Stringtype[No Description Provided by Google]
-
Constructor Summary
Constructors Constructor Description AttributionReportingSourceRegistration(ReadOnlyList<Boolean> isPresent, Number time, int expiry, Number[] triggerData, Storage.AttributionReportingEventReportWindows eventReportWindows, int aggregatableReportWindow, String type, String sourceOrigin, String reportingOrigin, String[] destinationSites, String eventId, String priority, Storage.AttributionReportingFilterDataEntry[] filterData, Storage.AttributionReportingAggregationKeysEntry[] aggregationKeys, String debugKey, String triggerDataMatching, String destinationLimitPriority, Storage.AttributionReportingAggregatableDebugReportingConfig aggregatableDebugReportingConfig, Storage.AttributionScopesData scopesData, int maxEventLevelReports, Storage.AttributionReportingNamedBudgetDef[] namedBudgets, boolean debugReporting, Number eventLevelEpsilon)Constructor.
-
Method Summary
Static Builder Convert a JsonObject to a POJO Modifier and Type Method Description static Storage.AttributionReportingSourceRegistrationfromJSON(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.AttributionReportingSourceRegistration>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
-
time
public final java.lang.Number time
[No Description Provided by Google]
-
expiry
public final int expiry
duration in seconds
-
triggerData
public final java.lang.Number[] triggerData
number instead of integer because not all uint32 can be represented by int
-
eventReportWindows
public final Storage.AttributionReportingEventReportWindows eventReportWindows
[No Description Provided by Google]
-
aggregatableReportWindow
public final int aggregatableReportWindow
duration in seconds
-
type
public final java.lang.String type
[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.AttributionReportingSourceType
Programmatically Accessing the Enum:
// Retrieve the list of enumerated strings for this field ReadOnlyList<String> enumerationStrs = Storage.AttributionReportingSourceType.enumStrList("type"); // Print the list of strings to the terminal for (final String s : enumerationStrs) System.out.println('\"' + s + "\", ");
- See Also:
BaseType.enumStrList(String)
-
sourceOrigin
public final java.lang.String sourceOrigin
[No Description Provided by Google]
-
reportingOrigin
public final java.lang.String reportingOrigin
[No Description Provided by Google]
-
destinationSites
public final java.lang.String[] destinationSites
[No Description Provided by Google]
-
eventId
public final java.lang.String eventId
[No Description Provided by Google]
-
priority
public final java.lang.String priority
[No Description Provided by Google]
-
filterData
public final Storage.AttributionReportingFilterDataEntry[] filterData
[No Description Provided by Google]
-
aggregationKeys
public final Storage.AttributionReportingAggregationKeysEntry[] aggregationKeys
[No Description Provided by Google]
-
debugKey
public final java.lang.String debugKey
[No Description Provided by Google]
OPTIONAL
-
triggerDataMatching
public final java.lang.String triggerDataMatching
[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.AttributionReportingTriggerDataMatching
Programmatically Accessing the Enum:
// Retrieve the list of enumerated strings for this field ReadOnlyList<String> enumerationStrs = Storage.AttributionReportingTriggerDataMatching.enumStrList("triggerDataMatching"); // Print the list of strings to the terminal for (final String s : enumerationStrs) System.out.println('\"' + s + "\", ");
- See Also:
BaseType.enumStrList(String)
-
destinationLimitPriority
public final java.lang.String destinationLimitPriority
[No Description Provided by Google]
-
aggregatableDebugReportingConfig
public final Storage.AttributionReportingAggregatableDebugReportingConfig aggregatableDebugReportingConfig
[No Description Provided by Google]
-
scopesData
public final Storage.AttributionScopesData scopesData
[No Description Provided by Google]
OPTIONAL
-
maxEventLevelReports
public final int maxEventLevelReports
[No Description Provided by Google]
-
namedBudgets
public final Storage.AttributionReportingNamedBudgetDef[] namedBudgets
[No Description Provided by Google]
-
debugReporting
public final boolean debugReporting
[No Description Provided by Google]
-
eventLevelEpsilon
public final java.lang.Number eventLevelEpsilon
[No Description Provided by Google]
-
-
Constructor Detail
-
AttributionReportingSourceRegistration
public AttributionReportingSourceRegistration (ReadOnlyList<java.lang.Boolean> isPresent, java.lang.Number time, int expiry, java.lang.Number[] triggerData, Storage.AttributionReportingEventReportWindows eventReportWindows, int aggregatableReportWindow, java.lang.String type, java.lang.String sourceOrigin, java.lang.String reportingOrigin, java.lang.String[] destinationSites, java.lang.String eventId, java.lang.String priority, Storage.AttributionReportingFilterDataEntry[] filterData, Storage.AttributionReportingAggregationKeysEntry[] aggregationKeys, java.lang.String debugKey, java.lang.String triggerDataMatching, java.lang.String destinationLimitPriority, Storage.AttributionReportingAggregatableDebugReportingConfig aggregatableDebugReportingConfig, Storage.AttributionScopesData scopesData, int maxEventLevelReports, Storage.AttributionReportingNamedBudgetDef[] namedBudgets, boolean debugReporting, java.lang.Number eventLevelEpsilon)
Constructor. Please review this class' fields for documentation.
-
-
Method Detail
-
fromJSON
public static Storage.AttributionReportingSourceRegistration fromJSON (JsonObject jo)
Creates an instance of this class from aJsonObject.- Code:
- Exact Method Body:
return singleton.fromJSON(jo);
-
descriptor
public static NestedDescriptor<Storage.AttributionReportingSourceRegistration> descriptor ()
Returns this class'sNestedDescriptorsingleton-instance. class / type.- Code:
- Exact Method Body:
return singleton.descriptor();
-
-