public class AlipayInsSceneMobileScreenApplyModel extends AlipayObject
| 构造器和说明 |
|---|
AlipayInsSceneMobileScreenApplyModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
InsurancePerson |
getApplicant() |
String |
getChannel() |
ChannelBizData |
getChannelBizData() |
Date |
getEffectiveStartTime() |
InsurancePeriod |
getInsurancePeriod() |
InsurancePerson |
getInsured() |
MobileDeviceInfo |
getMobileDeviceInfo() |
String |
getOutBizNo() |
Long |
getPremium() |
String |
getRepairType() |
void |
setApplicant(InsurancePerson applicant) |
void |
setChannel(String channel) |
void |
setChannelBizData(ChannelBizData channelBizData) |
void |
setEffectiveStartTime(Date effectiveStartTime) |
void |
setInsurancePeriod(InsurancePeriod insurancePeriod) |
void |
setInsured(InsurancePerson insured) |
void |
setMobileDeviceInfo(MobileDeviceInfo mobileDeviceInfo) |
void |
setOutBizNo(String outBizNo) |
void |
setPremium(Long premium) |
void |
setRepairType(String repairType) |
public InsurancePerson getApplicant()
public void setApplicant(InsurancePerson applicant)
public String getChannel()
public void setChannel(String channel)
public ChannelBizData getChannelBizData()
public void setChannelBizData(ChannelBizData channelBizData)
public Date getEffectiveStartTime()
public void setEffectiveStartTime(Date effectiveStartTime)
public InsurancePeriod getInsurancePeriod()
public void setInsurancePeriod(InsurancePeriod insurancePeriod)
public InsurancePerson getInsured()
public void setInsured(InsurancePerson insured)
public MobileDeviceInfo getMobileDeviceInfo()
public void setMobileDeviceInfo(MobileDeviceInfo mobileDeviceInfo)
public String getOutBizNo()
public void setOutBizNo(String outBizNo)
public Long getPremium()
public void setPremium(Long premium)
public String getRepairType()
public void setRepairType(String repairType)
Copyright © 2023. All rights reserved.