healbesdk
1.3.1
healbesdk
/
com.healbe.healbesdk.serverApi.user.entity
/
FlagsDecoded
Flags
Decoded
data
class
FlagsDecoded
(
var
types
:
IntArray
,
var
timeWindowDuration
:
Int
,
var
days
:
IntArray
,
var
isRepeatEveryWeek
:
Boolean
,
var
isEnabled
:
Boolean
)
Constructors
Functions
Properties
Constructors
Flags
Decoded
Link copied to clipboard
fun
FlagsDecoded
(
types
:
IntArray
,
timeWindowDuration
:
Int
,
days
:
IntArray
,
isRepeatEveryWeek
:
Boolean
,
isEnabled
:
Boolean
)
Properties
days
Link copied to clipboard
var
days
:
IntArray
is
Enabled
Link copied to clipboard
var
isEnabled
:
Boolean
is
Repeat
Every
Week
Link copied to clipboard
var
isRepeatEveryWeek
:
Boolean
time
Window
Duration
Link copied to clipboard
var
timeWindowDuration
:
Int
types
Link copied to clipboard
var
types
:
IntArray
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int