public class KbAdvertIdentifyResponse extends AlipayObject
Constructor and Description |
---|
KbAdvertIdentifyResponse() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getBenefitIds()
Gets benefit ids.
|
String |
getBenefitType()
Gets benefit type.
|
String |
getCode()
Gets code.
|
String |
getExtInfo()
Gets ext info.
|
String |
getIdentify()
Gets identify.
|
String |
getIdentifyType()
Gets identify type.
|
void |
setBenefitIds(List<String> benefitIds)
Sets benefit ids.
|
void |
setBenefitType(String benefitType)
Sets benefit type.
|
void |
setCode(String code)
Sets code.
|
void |
setExtInfo(String extInfo)
Sets ext info.
|
void |
setIdentify(String identify)
Sets identify.
|
void |
setIdentifyType(String identifyType)
Sets identify type.
|
public void setBenefitIds(List<String> benefitIds)
benefitIds
- the benefit idspublic String getBenefitType()
public void setBenefitType(String benefitType)
benefitType
- the benefit typepublic String getCode()
public void setCode(String code)
code
- the codepublic String getExtInfo()
public void setExtInfo(String extInfo)
extInfo
- the ext infopublic String getIdentify()
public void setIdentify(String identify)
identify
- the identifypublic String getIdentifyType()
public void setIdentifyType(String identifyType)
identifyType
- the identify typeCopyright © 2018. All rights reserved.