public class CustomeServiceInboundUpdateDTO extends AlipayObject
| 构造器和说明 |
|---|
CustomeServiceInboundUpdateDTO() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getActionTime() |
String |
getChannelId() |
String |
getChannelType() |
String |
getEventAction() |
String |
getEventContent() |
String |
getSeatId() |
String |
getSeatType() |
String |
getSkillGroupId() |
String |
getSkillGroupType() |
String |
getVisitorId() |
String |
getVisitorType() |
void |
setActionTime(String actionTime) |
void |
setChannelId(String channelId) |
void |
setChannelType(String channelType) |
void |
setEventAction(String eventAction) |
void |
setEventContent(String eventContent) |
void |
setSeatId(String seatId) |
void |
setSeatType(String seatType) |
void |
setSkillGroupId(String skillGroupId) |
void |
setSkillGroupType(String skillGroupType) |
void |
setVisitorId(String visitorId) |
void |
setVisitorType(String visitorType) |
public String getActionTime()
public void setActionTime(String actionTime)
public String getChannelId()
public void setChannelId(String channelId)
public String getChannelType()
public void setChannelType(String channelType)
public String getEventAction()
public void setEventAction(String eventAction)
public String getEventContent()
public void setEventContent(String eventContent)
public String getSeatId()
public void setSeatId(String seatId)
public String getSeatType()
public void setSeatType(String seatType)
public String getSkillGroupId()
public void setSkillGroupId(String skillGroupId)
public String getSkillGroupType()
public void setSkillGroupType(String skillGroupType)
public String getVisitorId()
public void setVisitorId(String visitorId)
public String getVisitorType()
public void setVisitorType(String visitorType)
Copyright © 2024. All rights reserved.