合集
This commit is contained in:
@ -22,6 +22,8 @@ public class GameEntity {
|
||||
|
||||
private ArrayList<ApkEntity> apk;
|
||||
|
||||
private ArrayList<GameCollectionEntity> collection;
|
||||
|
||||
private String slide;
|
||||
|
||||
private TestEntity test;
|
||||
@ -98,6 +100,14 @@ public class GameEntity {
|
||||
this.apk = apk;
|
||||
}
|
||||
|
||||
public ArrayList<GameCollectionEntity> getCollection() {
|
||||
return collection;
|
||||
}
|
||||
|
||||
public void setCollection(ArrayList<GameCollectionEntity> collection) {
|
||||
this.collection = collection;
|
||||
}
|
||||
|
||||
public String getSlide() {
|
||||
return slide;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user