public class Conversation extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Conversation.Builder |
Modifier and Type | Method and Description |
---|---|
static Conversation.Builder |
builder() |
boolean |
equals(Object o) |
static Conversation.Builder |
forOther() |
static Conversation.Builder |
from(Conversation convo) |
static Conversation.Builder |
from(ConversationKey key) |
String |
getApplication() |
String |
getLocation() |
Host |
getLowerHost() |
Optional<String> |
getLowerHostname() |
String |
getLowerIp() |
Integer |
getProtocol() |
Host |
getUpperHost() |
Optional<String> |
getUpperHostname() |
String |
getUpperIp() |
int |
hashCode() |
String |
toString() |
public String getLocation()
public Integer getProtocol()
public Host getLowerHost()
public String getLowerIp()
public Host getUpperHost()
public String getUpperIp()
public String getApplication()
public static Conversation.Builder builder()
public static Conversation.Builder from(ConversationKey key)
public static Conversation.Builder from(Conversation convo)
public static Conversation.Builder forOther()
Copyright © 2021. All rights reserved.