-
public class GroupIdentifyEvent extends GroupIdentifyEvent
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description GroupIdentifyEvent()
-
Method Summary
-
Methods inherited from class com.amplitude.android.events.GroupIdentifyEvent
isValid -
Methods inherited from class com.amplitude.core.events.GroupIdentifyEvent
mergeEventOptions -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getAndroidId
final String getAndroidId()
-
setAndroidId
final Unit setAndroidId(String androidId)
-
getAppSetId
final String getAppSetId()
-
setAppSetId
final Unit setAppSetId(String appSetId)
-
getAppVersion
final String getAppVersion()
-
setAppVersion
final Unit setAppVersion(String appVersion)
-
getCallback
final Function3<BaseEvent, Integer, String, Unit> getCallback()
-
setCallback
final Unit setCallback(Function3<BaseEvent, Integer, String, Unit> callback)
-
getCarrier
final String getCarrier()
-
setCarrier
final Unit setCarrier(String carrier)
-
getCountry
final String getCountry()
-
setCountry
final Unit setCountry(String country)
-
getCurrency
final String getCurrency()
-
setCurrency
final Unit setCurrency(String currency)
-
getDeviceBrand
final String getDeviceBrand()
-
setDeviceBrand
final Unit setDeviceBrand(String deviceBrand)
-
getDeviceId
final String getDeviceId()
-
setDeviceId
final Unit setDeviceId(String deviceId)
-
getDeviceManufacturer
final String getDeviceManufacturer()
-
setDeviceManufacturer
final Unit setDeviceManufacturer(String deviceManufacturer)
-
getDeviceModel
final String getDeviceModel()
-
setDeviceModel
final Unit setDeviceModel(String deviceModel)
-
getEventId
final Long getEventId()
-
setEventId
final Unit setEventId(Long eventId)
-
getEventProperties
final Map<String, Object> getEventProperties()
-
setEventProperties
final Unit setEventProperties(Map<String, Object> eventProperties)
-
getEventType
String getEventType()
-
setEventType
Unit setEventType(String eventType)
-
getGroupProperties
final Map<String, Object> getGroupProperties()
-
setGroupProperties
final Unit setGroupProperties(Map<String, Object> groupProperties)
-
getIngestionMetadata
final IngestionMetadata getIngestionMetadata()
-
setIngestionMetadata
final Unit setIngestionMetadata(IngestionMetadata ingestionMetadata)
-
getInsertId
final String getInsertId()
-
setInsertId
final Unit setInsertId(String insertId)
-
getLanguage
final String getLanguage()
-
setLanguage
final Unit setLanguage(String language)
-
getLibrary
final String getLibrary()
-
setLibrary
final Unit setLibrary(String library)
-
getLocationLat
final Double getLocationLat()
-
setLocationLat
final Unit setLocationLat(Double locationLat)
-
getLocationLng
final Double getLocationLng()
-
setLocationLng
final Unit setLocationLng(Double locationLng)
-
getOsVersion
final String getOsVersion()
-
setOsVersion
final Unit setOsVersion(String osVersion)
-
getPartnerId
final String getPartnerId()
-
setPartnerId
final Unit setPartnerId(String partnerId)
-
getPlan
final Plan getPlan()
-
getPlatform
final String getPlatform()
-
setPlatform
final Unit setPlatform(String platform)
-
getProductId
final String getProductId()
-
setProductId
final Unit setProductId(String productId)
-
getQuantity
final Integer getQuantity()
-
setQuantity
final Unit setQuantity(Integer quantity)
-
getRevenue
final Double getRevenue()
-
setRevenue
final Unit setRevenue(Double revenue)
-
getRevenueType
final String getRevenueType()
-
setRevenueType
final Unit setRevenueType(String revenueType)
-
getSessionId
final Long getSessionId()
-
setSessionId
final Unit setSessionId(Long sessionId)
-
getTimestamp
final Long getTimestamp()
-
setTimestamp
final Unit setTimestamp(Long timestamp)
-
getUserProperties
final Map<String, Object> getUserProperties()
-
setUserProperties
final Unit setUserProperties(Map<String, Object> userProperties)
-
getVersionName
final String getVersionName()
-
setVersionName
final Unit setVersionName(String versionName)
-
-
-
-