public class ImpressionDto extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
bucketingKey |
Long |
changeNumber |
String |
feature |
String |
keyName |
String |
label |
long |
time |
String |
treatment |
| Constructor and Description |
|---|
ImpressionDto() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static ImpressionDto |
fromKeyImpression(KeyImpression i) |
int |
hashCode() |
public transient String feature
public String keyName
public String bucketingKey
public String treatment
public String label
public long time
public Long changeNumber
public static ImpressionDto fromKeyImpression(KeyImpression i)
Copyright © 2021. All rights reserved.