-
public class LEAudioAlarmClockRequestalarm clock
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumLEAudioAlarmClockRequest.CMDpublic enumLEAudioAlarmClockRequest.TYPETIMEING timingALARM alarm clockREMIND remindCANCEL Cancel type. When CMD is cancel, this value is required
public classLEAudioAlarmClockRequest.Builder
-
Field Summary
Fields Modifier and Type Field Description private final Stringmd5Tokenprivate final inttimeprivate final intloopCountprivate final intloopCountPauseTimeprivate final StringreminderText
-
Constructor Summary
Constructors Constructor Description LEAudioAlarmClockRequest(LEAudioAlarmClockRequest.Builder builder)
-
Method Summary
Modifier and Type Method Description StringgetMd5Token()intgetTime()intgetLoopCount()intgetLoopCountPauseTime()StringgetReminderText()booleanisParamLegal()-
-
Constructor Detail
-
LEAudioAlarmClockRequest
LEAudioAlarmClockRequest(LEAudioAlarmClockRequest.Builder builder)
-
-
Method Detail
-
getMd5Token
String getMd5Token()
-
getTime
int getTime()
-
getLoopCount
int getLoopCount()
-
getLoopCountPauseTime
int getLoopCountPauseTime()
-
getReminderText
String getReminderText()
-
isParamLegal
boolean isParamLegal()
-
-
-
-