com.techventus.server.voice.datatypes.records
Class Voicemail
java.lang.Object
com.techventus.server.voice.datatypes.records.Record
com.techventus.server.voice.datatypes.records.Voicemail
public class Voicemail
- extends Record
- Author:
- Tobias Eisentraeger
Constructor Summary |
Voicemail(java.lang.String id,
java.lang.String title,
java.util.Date date,
Contact contact,
Transcript transcript,
boolean read)
|
Methods inherited from class com.techventus.server.voice.datatypes.records.Record |
getContact, getDate, getId, getRead, getTitle, isCall, isShortMessage, isVoicemail, setContact, setDate, setTitle |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Voicemail
public Voicemail(java.lang.String id,
java.lang.String title,
java.util.Date date,
Contact contact,
Transcript transcript,
boolean read)
- Parameters:
title
- date
- contact
- transcript
-
setId
public void setId(java.lang.String id)
- Description copied from class:
Record
- Sets the id.
- Overrides:
setId
in class Record
- Parameters:
id
- the id to set
getTransscript
public Transcript getTransscript()
- Returns:
- the transcript
setTransscript
public void setTransscript(Transcript transcript)
- Parameters:
transcript
- the transcript to set
getMp3Url
public java.lang.String getMp3Url()
- Returns:
- the mp3Url
setMp3Url
public void setMp3Url(java.lang.String mp3Url)
- Parameters:
mp3Url
- the mp3Url to set
toString
public java.lang.String toString()
- Description copied from class:
Record
- Returns a String representation
- Specified by:
toString
in class Record