public class DialedChannelHistoryEntry extends Object
AsteriskChannel
.Constructor and Description |
---|
DialedChannelHistoryEntry(Date date,
AsteriskChannel channel)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
AsteriskChannel |
getChannel()
Returns the channel that has been dialed.
|
Date |
getDate()
Returns the date the channel was dialed.
|
String |
toString() |
public DialedChannelHistoryEntry(Date date, AsteriskChannel channel)
date
- the date the channel was dialed.channel
- the channel that has been dialed.public Date getDate()
public AsteriskChannel getChannel()
Copyright © 2004–2017. All rights reserved.