Class ImpressionDto
- java.lang.Object
-
- io.split.storages.pluggable.domain.ImpressionDto
-
public class ImpressionDto extends Object
-
-
Constructor Summary
Constructors Constructor Description ImpressionDto()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static ImpressionDtofromKeyImpression(KeyImpression i)inthashCode()
-
-
-
Field Detail
-
feature
@SerializedName("f") 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
-
-
Method Detail
-
fromKeyImpression
public static ImpressionDto fromKeyImpression(KeyImpression i)
-
-