public class AlipayOpenMiniTipsStatisticQueryResponse extends AlipayResponse
| 构造器和说明 |
|---|
AlipayOpenMiniTipsStatisticQueryResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getAppCollectCnt() |
Long |
getAppUv() |
String |
getDeliveryContent() |
String |
getDeliveryId() |
String |
getTipsCollectRate() |
Long |
getTipsCollectUv() |
Long |
getTipsExpoUv() |
Long |
getTotalAppCollectCnt() |
Long |
getTotalAppUv() |
String |
getTotalTipsCollectRate() |
Long |
getTotalTipsCollectUv() |
Long |
getTotalTipsExpoUv() |
void |
setAppCollectCnt(Long appCollectCnt) |
void |
setAppUv(Long appUv) |
void |
setDeliveryContent(String deliveryContent) |
void |
setDeliveryId(String deliveryId) |
void |
setTipsCollectRate(String tipsCollectRate) |
void |
setTipsCollectUv(Long tipsCollectUv) |
void |
setTipsExpoUv(Long tipsExpoUv) |
void |
setTotalAppCollectCnt(Long totalAppCollectCnt) |
void |
setTotalAppUv(Long totalAppUv) |
void |
setTotalTipsCollectRate(String totalTipsCollectRate) |
void |
setTotalTipsCollectUv(Long totalTipsCollectUv) |
void |
setTotalTipsExpoUv(Long totalTipsExpoUv) |
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic void setAppCollectCnt(Long appCollectCnt)
public Long getAppCollectCnt()
public void setAppUv(Long appUv)
public Long getAppUv()
public void setDeliveryContent(String deliveryContent)
public String getDeliveryContent()
public void setDeliveryId(String deliveryId)
public String getDeliveryId()
public void setTipsCollectRate(String tipsCollectRate)
public String getTipsCollectRate()
public void setTipsCollectUv(Long tipsCollectUv)
public Long getTipsCollectUv()
public void setTipsExpoUv(Long tipsExpoUv)
public Long getTipsExpoUv()
public void setTotalAppCollectCnt(Long totalAppCollectCnt)
public Long getTotalAppCollectCnt()
public void setTotalAppUv(Long totalAppUv)
public Long getTotalAppUv()
public void setTotalTipsCollectRate(String totalTipsCollectRate)
public String getTotalTipsCollectRate()
public void setTotalTipsCollectUv(Long totalTipsCollectUv)
public Long getTotalTipsCollectUv()
public void setTotalTipsExpoUv(Long totalTipsExpoUv)
public Long getTotalTipsExpoUv()
Copyright © 2023. All rights reserved.