public class AlipayInsSceneCouponSendResponse extends AlipayResponse
Constructor and Description |
---|
AlipayInsSceneCouponSendResponse() |
Modifier and Type | Method and Description |
---|---|
InsCertificate |
getCertificate()
Gets certificate.
|
String |
getCompaignId()
Gets compaign id.
|
String |
getFlowId()
Gets flow id.
|
InsProduct |
getProduct()
Gets product.
|
void |
setCertificate(InsCertificate certificate)
Sets certificate.
|
void |
setCompaignId(String compaignId)
Sets compaign id.
|
void |
setFlowId(String flowId)
Sets flow id.
|
void |
setProduct(InsProduct product)
Sets product.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public void setCertificate(InsCertificate certificate)
certificate
- the certificatepublic InsCertificate getCertificate()
public void setCompaignId(String compaignId)
compaignId
- the compaign idpublic String getCompaignId()
public void setFlowId(String flowId)
flowId
- the flow idpublic String getFlowId()
public void setProduct(InsProduct product)
product
- the productpublic InsProduct getProduct()
Copyright © 2018. All rights reserved.