edu.washington.cs.sounddetector.server.api.method
Class SetSoundClassProperties
java.lang.Object
edu.washington.cs.sounddetector.server.api.method.SetSoundClassProperties
- All Implemented Interfaces:
- Method
public class SetSoundClassProperties
- extends Object
- implements Method
SetSoundClassProperties
public SetSoundClassProperties()
SetSoundClassProperties
public SetSoundClassProperties(String detectorId,
List<SoundClass> soundClasses)
- Parameters:
detectorId
- soundClasses
-
getDetectorId
public String getDetectorId()
- Returns:
- the detectorId
setDetectorId
public void setDetectorId(String detectorId)
- Parameters:
detectorId
- the detectorId to set
getSoundClasses
public List<SoundClass> getSoundClasses()
- Returns:
- the soundClasses
setSoundClasses
public void setSoundClasses(List<SoundClass> soundClasses)
- Parameters:
soundClasses
- the soundClasses to set
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2012. All Rights Reserved.