-
public class LEAudioAlarmClockRequest
alarm clock
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
LEAudioAlarmClockRequest.CMD
public enum
LEAudioAlarmClockRequest.TYPE
TIMEING timingALARM alarm clockREMIND remindCANCEL Cancel type. When CMD is cancel, this value is required
public class
LEAudioAlarmClockRequest.Builder
-
Field Summary
Fields Modifier and Type Field Description private final String
md5Token
private final int
time
private final int
loopCount
private final int
loopCountPauseTime
private final String
reminderText
-
Constructor Summary
Constructors Constructor Description LEAudioAlarmClockRequest(LEAudioAlarmClockRequest.Builder builder)
-
Method Summary
Modifier and Type Method Description String
getMd5Token()
int
getTime()
int
getLoopCount()
int
getLoopCountPauseTime()
String
getReminderText()
boolean
isParamLegal()
-
-
-
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()
-
-