public class LinkedChannelHistoryEntry extends Object
AsteriskChannel
.Constructor and Description |
---|
LinkedChannelHistoryEntry(Date dateLinked,
AsteriskChannel channel)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
AsteriskChannel |
getChannel()
Returns the channel that has been linked.
|
Date |
getDateLinked()
Returns the date the channel was linked.
|
Date |
getDateUnlinked()
Returns the date the channel was unlinked.
|
void |
setDateUnlinked(Date dateUnlinked)
Sets the date the channel was unlinked.
|
String |
toString() |
public LinkedChannelHistoryEntry(Date dateLinked, AsteriskChannel channel)
dateLinked
- the date the channel was linked.channel
- the channel that has been linked.public Date getDateLinked()
public Date getDateUnlinked()
public void setDateUnlinked(Date dateUnlinked)
dateUnlinked
- the date the channel was unlinked.public AsteriskChannel getChannel()
Copyright © 2004–2020. All rights reserved.