GitBucket
Toggle navigation
Sign in
Files
Branches
34
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
nitta-lab-2019
/
CosmosClient
Browse code
Merge pull request
#68
from nitta-lab-2019/GroupListActivity
requestHash対応しました 確認しました。 マージします。
AchieveRequests
AreaInformationUpdate
CompareStoreLocation
NotificationClass
RequestListActivity
StoreLocationClass
UpdateRequestList
areaInfo
master
searchNotificationsFix20191114
sendNotification
...
updateAreaInformation
commit
0885b0fc53d4c418688da71240085b79eba350ae
2 parents
8c0fa02
+
24d1798
Hongo Aki
authored
on 30 Oct 2019
Patch
Unified
Split
Showing
1 changed file
+9
-0
■
■
■
■
■
app/src/main/java/com/example/cosmosclient/entities/jsons/GroupJson.java
Ignore Space
Show notes
View
9
■
■
■
■
■
app/src/main/java/com/example/cosmosclient/entities/jsons/GroupJson.java
public
class
GroupJson
{
private
String
name
;
private
String
gId
;
private
String
uri
;
private
long
requestHash
;
public
String
getgId
()
{
return
gId
;
}
public
String
toString
()
{
return
name
;
}
public
long
getRequestHash
()
{
return
requestHash
;
}
public
void
setRequestHash
(
long
requestHash
)
{
this
.
requestHash
=
requestHash
;
}
}
Show line notes below