Package io.split.client.impressions
Class Impression
- java.lang.Object
-
- io.split.client.impressions.Impression
-
public class Impression extends Object
Created by adilaijaz on 3/23/17.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringappliedRule()Map<String,Object>attributes()StringbucketingKey()LongchangeNumber()Stringkey()Stringproperties()Longpt()Stringsplit()longtime()Stringtreatment()ImpressionwithPreviousTime(Long pt)
-
-
-
Method Detail
-
key
public String key()
-
bucketingKey
public String bucketingKey()
-
split
public String split()
-
treatment
public String treatment()
-
time
public long time()
-
appliedRule
public String appliedRule()
-
changeNumber
public Long changeNumber()
-
pt
public Long pt()
-
withPreviousTime
public Impression withPreviousTime(Long pt)
-
properties
public String properties()
-
-