public class Identity extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Identity.Builder |
| Constructor and Description |
|---|
Identity() |
| Modifier and Type | Method and Description |
|---|---|
static Identity.Builder |
builder() |
static Identity.Builder |
builder(Identity other) |
String |
environmentId() |
String |
key() |
void |
setEnvironmentId(String environmentId) |
void |
setKey(String key) |
void |
setTimestamp(long timestamp) |
void |
setTrafficTypeId(String trafficTypeId) |
void |
setValues(Map<String,String> values) |
long |
timestamp() |
String |
trafficTypeId() |
Map<String,String> |
values() |
public String key()
public String trafficTypeId()
public String environmentId()
public long timestamp()
public void setTrafficTypeId(String trafficTypeId)
public void setEnvironmentId(String environmentId)
public void setKey(String key)
public void setTimestamp(long timestamp)
public static Identity.Builder builder()
public static Identity.Builder builder(Identity other)
Copyright © 2017. All rights reserved.