-
public class LEAudioAlarmClockRequest.Builder
-
-
Field Summary
Fields Modifier and Type Field Description private LEAudioAlarmClockRequest.CMDcmdprivate LEAudioAlarmClockRequest.TYPEtypeprivate Stringmd5Tokenprivate inttimeprivate intloopCountprivate intloopCountPauseTimeprivate StringreminderText
-
Method Summary
Modifier and Type Method Description LEAudioAlarmClockRequest.BuildersetCmd(LEAudioAlarmClockRequest.CMD cmd)LEAudioAlarmClockRequest.BuildersetType(LEAudioAlarmClockRequest.TYPE type)LEAudioAlarmClockRequest.BuildersetMd5Token(String md5Token)LEAudioAlarmClockRequest.BuildersetTime(int time)LEAudioAlarmClockRequest.BuildersetLoopCount(int loopCount)LEAudioAlarmClockRequest.BuildersetLoopCountPauseTime(int loopCountPauseTime)LEAudioAlarmClockRequest.BuildersetReminderText(String reminderText)LEAudioAlarmClockRequestbuild()-
-
Method Detail
-
setMd5Token
LEAudioAlarmClockRequest.Builder setMd5Token(String md5Token)
-
setTime
LEAudioAlarmClockRequest.Builder setTime(int time)
-
setLoopCount
LEAudioAlarmClockRequest.Builder setLoopCount(int loopCount)
-
setLoopCountPauseTime
LEAudioAlarmClockRequest.Builder setLoopCountPauseTime(int loopCountPauseTime)
-
setReminderText
LEAudioAlarmClockRequest.Builder setReminderText(String reminderText)
-
build
LEAudioAlarmClockRequest build()
-
-
-
-