-
- All Implemented Interfaces:
-
com.meniga.sdk.interfaces.ValueHashable
public final class TrackEvent extends QueryRequestObject
Copyright 2018 Meniga Iceland Inc. Created by agustk on 31.5.2018.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
TrackEvent.TrackEventTypeData
-
Field Summary
Fields Modifier and Type Field Description private String
trackingType
private String
trackingState
private Long
trackerId
private String
media
-
Constructor Summary
Constructors Constructor Description TrackEvent(String trackingType, String trackingState, Long trackerId, String media)
-
Method Summary
Modifier and Type Method Description Long
getValueHash()
final String
component1()
final String
component2()
final Long
component3()
final String
component4()
final TrackEvent
copy(String trackingType, String trackingState, Long trackerId, String media)
final String
getTrackingType()
final String
getTrackingState()
final Long
getTrackerId()
final String
getMedia()
final Unit
setTrackingType(@JvmField() String trackingType)
final Unit
setTrackingState(@JvmField() String trackingState)
final Unit
setTrackerId(@JvmField() Long trackerId)
final Unit
setMedia(@JvmField() String media)
-
Methods inherited from class com.meniga.sdk.interfaces.ValueHashable
equals, hashCode, toString
-
Methods inherited from class com.meniga.sdk.webservices.eventtracking.TrackEvent
toQueryMap
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getValueHash
Long getValueHash()
-
component1
final String component1()
-
component2
final String component2()
-
component3
final Long component3()
-
component4
final String component4()
-
getTrackingType
final String getTrackingType()
-
getTrackingState
final String getTrackingState()
-
getTrackerId
final Long getTrackerId()
-
setTrackingType
final Unit setTrackingType(@JvmField() String trackingType)
-
setTrackingState
final Unit setTrackingState(@JvmField() String trackingState)
-
setTrackerId
final Unit setTrackerId(@JvmField() Long trackerId)
-
-
-
-