public static class SolverCommunication.Message extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
content |
private SolverCommunication.MessageType |
type |
| Constructor and Description |
|---|
Message(String content,
SolverCommunication.MessageType type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent() |
SolverCommunication.MessageType |
getType() |
private final String content
private final SolverCommunication.MessageType type
public Message(String content, SolverCommunication.MessageType type)
public String getContent()
public SolverCommunication.MessageType getType()