public class ChannelStateHistoryEntry extends Object implements Serializable
AsteriskChannel.| Constructor and Description |
|---|
ChannelStateHistoryEntry(Date date,
ChannelState state)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getDate()
Returns the date the channel entered the state.
|
ChannelState |
getState()
The state the channel entered.
|
String |
toString() |
public ChannelStateHistoryEntry(Date date, ChannelState state)
date - the date the channel entered the state.state - the state the channel entered.public Date getDate()
public ChannelState getState()
Copyright © 2004–2022. All rights reserved.