public class Resonance extends Object
| Constructor and Description |
|---|
Resonance() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDuration()
Gets the duration.
|
int |
getOverall()
Gets the overall.
|
int |
getPrevalence()
Gets the prevalence.
|
int |
getVolume()
Gets the volume.
|
String |
getWord()
Gets the word.
|
int |
getWordOffset()
Gets the word offset.
|
void |
setDuration(int duration)
Sets the duration.
|
void |
setOverall(int overall)
Sets the overall.
|
void |
setPrevalence(int prevalence)
Sets the prevalence.
|
void |
setVolume(int volume)
Sets the volume.
|
void |
setWord(String word)
Sets the word.
|
void |
setWordOffset(int wordOffset)
Sets the word offset.
|
String |
toString() |
public int getDuration()
public int getOverall()
public int getPrevalence()
public int getVolume()
public String getWord()
public int getWordOffset()
public void setDuration(int duration)
duration - The durationpublic void setOverall(int overall)
overall - The overallpublic void setPrevalence(int prevalence)
prevalence - The prevalencepublic void setVolume(int volume)
volume - The volumepublic void setWord(String word)
word - The wordpublic void setWordOffset(int wordOffset)
wordOffset - The word_offsetCopyright © 2015. All rights reserved.