|
|
@@ -3,8 +3,6 @@
|
|
|
*/
|
|
|
package kr.co.zumo.app.lifeplus.bean.api;
|
|
|
|
|
|
-import com.google.gson.annotations.SerializedName;
|
|
|
-
|
|
|
/**
|
|
|
* BookmarkResultBean
|
|
|
* <pre>
|
|
|
@@ -15,15 +13,5 @@ import com.google.gson.annotations.SerializedName;
|
|
|
* @history 민효동 [2018. 11. 6.] [최초 작성]
|
|
|
* @since 2018. 11. 6.
|
|
|
*/
|
|
|
-public class BucketListResultBean extends LifeplusAPIBean {
|
|
|
- @SerializedName("data")
|
|
|
- private BucketListBean data;
|
|
|
-
|
|
|
- public BucketListBean getData() {
|
|
|
- return data;
|
|
|
- }
|
|
|
-
|
|
|
- public void setData(BucketListBean data) {
|
|
|
- this.data = data;
|
|
|
- }
|
|
|
+public class BucketListResultBean extends LifeplusAPIResultObjectBean<BucketListBean> {
|
|
|
}
|