public class BenefitGradeConfig extends AlipayObject
Constructor and Description |
---|
BenefitGradeConfig() |
Modifier and Type | Method and Description |
---|---|
String |
getBackgroundUrl()
Gets background url.
|
String |
getDetail()
Gets detail.
|
String |
getGrade()
Gets grade.
|
String |
getPageUrl()
Gets page url.
|
Long |
getPoint()
Gets point.
|
String |
getPointDiscount()
Gets point discount.
|
void |
setBackgroundUrl(String backgroundUrl)
Sets background url.
|
void |
setDetail(String detail)
Sets detail.
|
void |
setGrade(String grade)
Sets grade.
|
void |
setPageUrl(String pageUrl)
Sets page url.
|
void |
setPoint(Long point)
Sets point.
|
void |
setPointDiscount(String pointDiscount)
Sets point discount.
|
public String getBackgroundUrl()
public void setBackgroundUrl(String backgroundUrl)
backgroundUrl
- the background urlpublic String getDetail()
public void setDetail(String detail)
detail
- the detailpublic String getGrade()
public void setGrade(String grade)
grade
- the gradepublic String getPageUrl()
public void setPageUrl(String pageUrl)
pageUrl
- the page urlpublic Long getPoint()
public void setPoint(Long point)
point
- the pointpublic String getPointDiscount()
public void setPointDiscount(String pointDiscount)
pointDiscount
- the point discountCopyright © 2018. All rights reserved.