| | |
| | | * 活动详情 |
| | | */ |
| | | public class UserActivityUnRecievedAwardVO { |
| | | |
| | | @Expose |
| | | private String id; |
| | | @Expose |
| | | private String title; |
| | | @Expose |
| | | private Long awardId; |
| | | @Expose |
| | | private String picture; |
| | | @Expose |
| | | private String awardName; |
| | | |
| | | @Expose |
| | | private ActivityAwardVO award; |
| | | |
| | | @Expose |
| | | private Long activityId; |
| | | @Expose |
| | | private Integer type; |
| | | @Expose |
| | | private String desc; |
| | | |
| | | |
| | | public String getDesc() { |
| | | return desc; |
| | | } |
| | | |
| | | public void setDesc(String desc) { |
| | | this.desc = desc; |
| | | } |
| | | |
| | | public String getId() { |
| | | return id; |
| | | } |
| | | |
| | | public void setId(String id) { |
| | | this.id = id; |
| | | } |
| | | |
| | | public Integer getType() { |
| | | return type; |
| | | } |
| | | |
| | | public void setType(Integer type) { |
| | | this.type = type; |
| | | } |
| | | |
| | | public Long getActivityId() { |
| | | return activityId; |
| | | } |
| | | |
| | | public void setActivityId(Long activityId) { |
| | | this.activityId = activityId; |
| | | } |
| | | |
| | | public String getTitle() { |
| | | return title; |
| | |
| | | this.title = title; |
| | | } |
| | | |
| | | public Long getAwardId() { |
| | | return awardId; |
| | | public ActivityAwardVO getAward() { |
| | | return award; |
| | | } |
| | | |
| | | public void setAwardId(Long awardId) { |
| | | this.awardId = awardId; |
| | | } |
| | | |
| | | public String getPicture() { |
| | | return picture; |
| | | } |
| | | |
| | | public void setPicture(String picture) { |
| | | this.picture = picture; |
| | | } |
| | | |
| | | public String getAwardName() { |
| | | return awardName; |
| | | } |
| | | |
| | | public void setAwardName(String awardName) { |
| | | this.awardName = awardName; |
| | | public void setAward(ActivityAwardVO award) { |
| | | this.award = award; |
| | | } |
| | | } |