public class InsureInfoDTO extends AlipayObject
| 构造器和说明 |
|---|
InsureInfoDTO() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getChannel() |
String |
getEventType() |
String |
getJob() |
String |
getJobLevel() |
String |
getOutEmployeeId() |
String |
getProductPlanId() |
String |
getSceneCode() |
void |
setChannel(String channel) |
void |
setEventType(String eventType) |
void |
setJob(String job) |
void |
setJobLevel(String jobLevel) |
void |
setOutEmployeeId(String outEmployeeId) |
void |
setProductPlanId(String productPlanId) |
void |
setSceneCode(String sceneCode) |
public String getChannel()
public void setChannel(String channel)
public String getEventType()
public void setEventType(String eventType)
public String getJob()
public void setJob(String job)
public String getJobLevel()
public void setJobLevel(String jobLevel)
public String getOutEmployeeId()
public void setOutEmployeeId(String outEmployeeId)
public String getProductPlanId()
public void setProductPlanId(String productPlanId)
public String getSceneCode()
public void setSceneCode(String sceneCode)
Copyright © 2024. All rights reserved.