public class PromotionInfo extends AlipayObject
Constructor and Description |
---|
PromotionInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getBrandName()
Gets brand name.
|
Boolean |
getCollected()
Gets collected.
|
Long |
getCollectedCount()
Gets collected count.
|
String |
getDetailUrl()
Gets detail url.
|
String |
getIconUrl()
Gets icon url.
|
String |
getMainImageUrl()
Gets main image url.
|
String |
getPromotionId()
Gets promotion id.
|
String |
getTitle()
Gets title.
|
String |
getUsingCondition()
Gets using condition.
|
String |
getUsingScope()
Gets using scope.
|
String |
getValidDateFrom()
Gets valid date from.
|
String |
getValidDateTo()
Gets valid date to.
|
String |
getValidTimeText()
Gets valid time text.
|
void |
setBrandName(String brandName)
Sets brand name.
|
void |
setCollected(Boolean collected)
Sets collected.
|
void |
setCollectedCount(Long collectedCount)
Sets collected count.
|
void |
setDetailUrl(String detailUrl)
Sets detail url.
|
void |
setIconUrl(String iconUrl)
Sets icon url.
|
void |
setMainImageUrl(String mainImageUrl)
Sets main image url.
|
void |
setPromotionId(String promotionId)
Sets promotion id.
|
void |
setTitle(String title)
Sets title.
|
void |
setUsingCondition(String usingCondition)
Sets using condition.
|
void |
setUsingScope(String usingScope)
Sets using scope.
|
void |
setValidDateFrom(String validDateFrom)
Sets valid date from.
|
void |
setValidDateTo(String validDateTo)
Sets valid date to.
|
void |
setValidTimeText(String validTimeText)
Sets valid time text.
|
public String getBrandName()
public void setBrandName(String brandName)
brandName
- the brand namepublic Boolean getCollected()
public void setCollected(Boolean collected)
collected
- the collectedpublic Long getCollectedCount()
public void setCollectedCount(Long collectedCount)
collectedCount
- the collected countpublic String getDetailUrl()
public void setDetailUrl(String detailUrl)
detailUrl
- the detail urlpublic String getIconUrl()
public void setIconUrl(String iconUrl)
iconUrl
- the icon urlpublic String getMainImageUrl()
public void setMainImageUrl(String mainImageUrl)
mainImageUrl
- the main image urlpublic String getPromotionId()
public void setPromotionId(String promotionId)
promotionId
- the promotion idpublic String getTitle()
public void setTitle(String title)
title
- the titlepublic String getUsingCondition()
public void setUsingCondition(String usingCondition)
usingCondition
- the using conditionpublic String getUsingScope()
public void setUsingScope(String usingScope)
usingScope
- the using scopepublic String getValidDateFrom()
public void setValidDateFrom(String validDateFrom)
validDateFrom
- the valid date frompublic String getValidDateTo()
public void setValidDateTo(String validDateTo)
validDateTo
- the valid date topublic String getValidTimeText()
public void setValidTimeText(String validTimeText)
validTimeText
- the valid time textCopyright © 2018. All rights reserved.