Package org.dspace.google.client
Class GoogleAnalytics4ClientRequestBuilder.GoogleAnalytics4EventsVO
- java.lang.Object
-
- org.dspace.google.client.GoogleAnalytics4ClientRequestBuilder.GoogleAnalytics4EventsVO
-
- Enclosing class:
- GoogleAnalytics4ClientRequestBuilder
public static class GoogleAnalytics4ClientRequestBuilder.GoogleAnalytics4EventsVO extends Object
Class that models the json of the events to be write in the body of the GA request.
-
-
Constructor Summary
Constructors Constructor Description GoogleAnalytics4EventsVO(String clientId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddEvent(GoogleAnalytics4ClientRequestBuilder.GoogleAnalytics4EventVO event)StringgetClientId()List<GoogleAnalytics4ClientRequestBuilder.GoogleAnalytics4EventVO>getEvents()
-
-
-
Constructor Detail
-
GoogleAnalytics4EventsVO
public GoogleAnalytics4EventsVO(String clientId)
-
-
Method Detail
-
getClientId
public String getClientId()
-
getEvents
public List<GoogleAnalytics4ClientRequestBuilder.GoogleAnalytics4EventVO> getEvents()
-
addEvent
public void addEvent(GoogleAnalytics4ClientRequestBuilder.GoogleAnalytics4EventVO event)
-
-