public class RewardStructure extends Object
| Constructor and Description |
|---|
RewardStructure() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent() |
Long |
getId() |
String |
getImg() |
Long[] |
getRewardId() |
Integer[] |
getScore() |
Integer |
getScoreType() |
String |
getTitle() |
Integer |
getType() |
void |
setContent(String content) |
void |
setId(Long id) |
void |
setImg(String img) |
void |
setRewardId(Long[] rewardId) |
void |
setScore(Integer[] score) |
void |
setScoreType(Integer scoreType) |
void |
setTitle(String title) |
void |
setType(Integer type) |
public Integer getType()
public void setType(Integer type)
public Long getId()
public void setId(Long id)
public String getTitle()
public void setTitle(String title)
public String getContent()
public void setContent(String content)
public Integer getScoreType()
public void setScoreType(Integer scoreType)
public String getImg()
public void setImg(String img)
public Long[] getRewardId()
public void setRewardId(Long[] rewardId)
public Integer[] getScore()
public void setScore(Integer[] score)
Copyright © 2017. All rights reserved.