public class DmActivityShopData extends AlipayObject
| Constructor and Description | 
|---|
DmActivityShopData()  | 
| Modifier and Type | Method and Description | 
|---|---|
Date | 
getGmtCreate()
Gets gmt create. 
 | 
Date | 
getGmtModified()
Gets gmt modified. 
 | 
Long | 
getOneDayClickPersons()
Gets one day click persons. 
 | 
Long | 
getOneDayClickTimes()
Gets one day click times. 
 | 
Long | 
getOneDayExposureTimes()
Gets one day exposure times. 
 | 
String | 
getShopId()
Gets shop id. 
 | 
Long | 
getTotalClickPersons()
Gets total click persons. 
 | 
Long | 
getTotalClickTimes()
Gets total click times. 
 | 
Long | 
getTotalExposureTimes()
Gets total exposure times. 
 | 
void | 
setGmtCreate(Date gmtCreate)
Sets gmt create. 
 | 
void | 
setGmtModified(Date gmtModified)
Sets gmt modified. 
 | 
void | 
setOneDayClickPersons(Long oneDayClickPersons)
Sets one day click persons. 
 | 
void | 
setOneDayClickTimes(Long oneDayClickTimes)
Sets one day click times. 
 | 
void | 
setOneDayExposureTimes(Long oneDayExposureTimes)
Sets one day exposure times. 
 | 
void | 
setShopId(String shopId)
Sets shop id. 
 | 
void | 
setTotalClickPersons(Long totalClickPersons)
Sets total click persons. 
 | 
void | 
setTotalClickTimes(Long totalClickTimes)
Sets total click times. 
 | 
void | 
setTotalExposureTimes(Long totalExposureTimes)
Sets total exposure times. 
 | 
public Date getGmtCreate()
public void setGmtCreate(Date gmtCreate)
gmtCreate - the gmt createpublic Date getGmtModified()
public void setGmtModified(Date gmtModified)
gmtModified - the gmt modifiedpublic Long getOneDayClickPersons()
public void setOneDayClickPersons(Long oneDayClickPersons)
oneDayClickPersons - the one day click personspublic Long getOneDayClickTimes()
public void setOneDayClickTimes(Long oneDayClickTimes)
oneDayClickTimes - the one day click timespublic Long getOneDayExposureTimes()
public void setOneDayExposureTimes(Long oneDayExposureTimes)
oneDayExposureTimes - the one day exposure timespublic String getShopId()
public void setShopId(String shopId)
shopId - the shop idpublic Long getTotalClickPersons()
public void setTotalClickPersons(Long totalClickPersons)
totalClickPersons - the total click personspublic Long getTotalClickTimes()
public void setTotalClickTimes(Long totalClickTimes)
totalClickTimes - the total click timespublic Long getTotalExposureTimes()
public void setTotalExposureTimes(Long totalExposureTimes)
totalExposureTimes - the total exposure timesCopyright © 2018. All rights reserved.