Package io.split.client.dtos
Class KeyImpression
- java.lang.Object
-
- io.split.client.dtos.KeyImpression
-
public class KeyImpression extends Object
-
-
Field Summary
Fields Modifier and Type Field Description StringbucketingKeyLongchangeNumberStringfeatureStringkeyNameStringlabelLongpreviousTimeStringpropertieslongtimeStringtreatment
-
Constructor Summary
Constructors Constructor Description KeyImpression()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static KeyImpressionfromImpression(Impression i)inthashCode()
-
-
-
Field Detail
-
feature
public transient String feature
-
keyName
@SerializedName("k") public String keyName
-
bucketingKey
@SerializedName("b") public String bucketingKey
-
treatment
@SerializedName("t") public String treatment
-
label
@SerializedName("r") public String label
-
time
@SerializedName("m") public long time
-
changeNumber
@SerializedName("c") public Long changeNumber
-
previousTime
@SerializedName("pt") public Long previousTime
-
properties
@SerializedName("properties") public String properties
-
-
Method Detail
-
fromImpression
public static KeyImpression fromImpression(Impression i)
-
-