public class AlipayMarketingVoucherStockCreateResponse extends AlipayResponse
Constructor and Description |
---|
AlipayMarketingVoucherStockCreateResponse() |
Modifier and Type | Method and Description |
---|---|
Long |
getDuplicateCount()
Gets duplicate count.
|
Long |
getFailCount()
Gets fail count.
|
String |
getStockId()
Gets stock id.
|
Long |
getSuccessCount()
Gets success count.
|
void |
setDuplicateCount(Long duplicateCount)
Sets duplicate count.
|
void |
setFailCount(Long failCount)
Sets fail count.
|
void |
setStockId(String stockId)
Sets stock id.
|
void |
setSuccessCount(Long successCount)
Sets success count.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public AlipayMarketingVoucherStockCreateResponse()
public void setDuplicateCount(Long duplicateCount)
duplicateCount
- the duplicate countpublic Long getDuplicateCount()
public void setFailCount(Long failCount)
failCount
- the fail countpublic Long getFailCount()
public void setStockId(String stockId)
stockId
- the stock idpublic String getStockId()
public void setSuccessCount(Long successCount)
successCount
- the success countpublic Long getSuccessCount()
Copyright © 2018. All rights reserved.