-
public class SpeechGuideBean
author : JulyYu date : 2019/5/7
-
-
Method Summary
Modifier and Type Method Description void
setHasDevice(boolean hasDevice)
List<String>
getVoiceList()
voice guide list void
setVoiceList(List<String> voiceList)
boolean
isHasDevice()
is has device -
-
Method Detail
-
setHasDevice
void setHasDevice(boolean hasDevice)
-
getVoiceList
List<String> getVoiceList()
voice guide list
-
setVoiceList
void setVoiceList(List<String> voiceList)
-
isHasDevice
boolean isHasDevice()
is has device
-
-
-
-