Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Room Park Android
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vladislav Bogdashkin
Room Park Android
Commits
fb5fc928
Commit
fb5fc928
authored
Sep 24, 2019
by
Vladislav Bogdashkin
🎣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
stored data
parent
62b08a56
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
35 additions
and
0 deletions
+35
-0
flats.kt
...in/java/com/biganto/visual/roompark/domain/model/flats.kt
+10
-0
settings.kt
...java/com/biganto/visual/roompark/domain/model/settings.kt
+25
-0
No files found.
app/src/main/java/com/biganto/visual/roompark/domain/model/flats.kt
0 → 100644
View file @
fb5fc928
package
com.biganto.visual.roompark.domain.model
/**
* Created by Vladislav Bogdashkin on 24.09.2019.
*/
data class
FlatNum
(
val
corpusId
:
Int
,
val
flatNum
:
Int
)
\ No newline at end of file
app/src/main/java/com/biganto/visual/roompark/domain/model/settings.kt
0 → 100644
View file @
fb5fc928
package
com.biganto.visual.roompark.domain.model
/**
* Created by Vladislav Bogdashkin on 24.09.2019.
*/
data class
PushSwitchModel
(
val
title
:
String
,
val
pushId
:
String
,
val
innerId
:
Int
,
val
switchState
:
Boolean
)
data class
CachedDataModel
(
val
title
:
String
,
val
amountBytes
:
Long
,
val
id
:
Int
//>?
)
data class
SettingsModel
(
val
pushItems
:
List
<
PushSwitchModel
>,
val
offlineStoreData
:
List
<
CachedDataModel
>,
val
cachedData
:
List
<
CachedDataModel
>
)
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment