public abstract class Envelope<T extends Message<?,?>> extends Object implements org.opendaylight.yangtools.concepts.Immutable, Serializable
| Modifier and Type | Method and Description | 
|---|---|
| T | getMessage()Get the enclosed message. | 
| long | getSessionId()Get the session identifier. | 
| long | getTxSequence()Get the message transmission sequence of this envelope. | 
| String | toString() | 
public T getMessage()
public long getTxSequence()
public long getSessionId()
Copyright © 2019 OpenDaylight. All rights reserved.