Class Verification
-
- All Implemented Interfaces:
public class Verification
-
-
Field Summary
Fields Modifier and Type Field Description public Stringvendorpublic List<JavaScriptResource>javaScriptResourcespublic List<ExecutableResource>executableResourcespublic TrackingEventstrackingEventspublic VerificationParametersverificationParameters
-
Constructor Summary
Constructors Constructor Description Verification()
-
Method Summary
Modifier and Type Method Description StringgetVendor()List<JavaScriptResource>getJavaScriptResources()List<ExecutableResource>getExecutableResources()TrackingEventsgetTrackingEvents()VerificationParametersgetVerificationParameters()-
-
Method Detail
-
getJavaScriptResources
List<JavaScriptResource> getJavaScriptResources()
-
getExecutableResources
List<ExecutableResource> getExecutableResources()
-
getTrackingEvents
TrackingEvents getTrackingEvents()
-
getVerificationParameters
VerificationParameters getVerificationParameters()
-
-
-
-