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() |
boolean |
equals(Object o) |
int |
hashCode() |
String |
key() |
String |
organizationId() |
void |
setEnvironmentId(String environmentId) |
void |
setKey(String key) |
void |
setOrganizationId(String organizationId) |
void |
setTimestamp(Long timestamp) |
void |
setTrafficTypeId(String trafficTypeId) |
void |
setValues(Map<String,String> values) |
long |
timestamp() |
String |
toString() |
String |
trafficTypeId() |
Map<String,String> |
values() |
public String key()
public String trafficTypeId()
public String organizationId()
public String environmentId()
public long timestamp()
public void setKey(String key)
public void setTrafficTypeId(String trafficTypeId)
public void setOrganizationId(String organizationId)
public void setEnvironmentId(String environmentId)
public void setTimestamp(Long timestamp)
public static Identity.Builder builder()
public static Identity.Builder builder(Identity other)
Copyright © 2017. All rights reserved.