public abstract class Tl1Message extends Object
| Modifier and Type | Field and Description | 
|---|---|
static int | 
ACKNOWLEDGEMENT
Constant  
ACKNOWLEDGEMENT=3 | 
static int | 
AUTONOMOUS
Constant  
AUTONOMOUS=4 | 
static int | 
INPUT
Constant  
INPUT=1 | 
static int | 
OUTPUT
Constant  
OUTPUT=2 | 
| Constructor and Description | 
|---|
Tl1Message()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getHost()
getHost 
 | 
String | 
getRawMessage()
getRawMessage 
 | 
Date | 
getTimestamp()
getTimestamp 
 | 
void | 
setHost(String host)
setHost 
 | 
void | 
setRawMessage(String rawMessage)
setRawMessage 
 | 
void | 
setTimestamp(Date timestamp)
setTimestamp 
 | 
String | 
toString()
toString 
 | 
public static final int INPUT
INPUT=1public static final int OUTPUT
OUTPUT=2public static final int ACKNOWLEDGEMENT
ACKNOWLEDGEMENT=3public static final int AUTONOMOUS
AUTONOMOUS=4Copyright © 2021. All rights reserved.