public class Call extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
Call.Builder
A Builder to create a Call object.
|
Modifier and Type | Method and Description |
---|---|
String |
getCallerName()
Gives the caller name.
|
String |
getCallerNumber()
Gives the caller number.
|
Date |
getDate()
Gives the call type.
|
int |
getDuration()
The duration of the call in minutes.
|
String |
getSubstationName()
Gives the sub station name.
|
String |
getSubstationNumber()
Gives the sub station number.
|
CallType |
getType()
Gives the call type.
|
String |
toString() |
public CallType getType()
public Date getDate()
public String getCallerName()
public String getCallerNumber()
public String getSubstationName()
public String getSubstationNumber()
public int getDuration()
Copyright © 2018 BITPlan GmbH. All rights reserved.