public static class OapiPbpEventSyncRequest.UserEventOapiVo extends TaobaoObject
| Constructor and Description |
|---|
UserEventOapiVo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBizInstId() |
Long |
getEndTime() |
String |
getEventId() |
String |
getEventName() |
Long |
getEventTimeStamp() |
List<OapiPbpEventSyncRequest.PositionOapiVo> |
getPositionList() |
Long |
getStartTime() |
String |
getUserid() |
void |
setBizInstId(String bizInstId) |
void |
setEndTime(Long endTime) |
void |
setEventId(String eventId) |
void |
setEventName(String eventName) |
void |
setEventTimeStamp(Long eventTimeStamp) |
void |
setPositionList(List<OapiPbpEventSyncRequest.PositionOapiVo> positionList) |
void |
setStartTime(Long startTime) |
void |
setUserid(String userid) |
public String getBizInstId()
public void setBizInstId(String bizInstId)
public Long getEndTime()
public void setEndTime(Long endTime)
public String getEventId()
public void setEventId(String eventId)
public String getEventName()
public void setEventName(String eventName)
public Long getEventTimeStamp()
public void setEventTimeStamp(Long eventTimeStamp)
public List<OapiPbpEventSyncRequest.PositionOapiVo> getPositionList()
public void setPositionList(List<OapiPbpEventSyncRequest.PositionOapiVo> positionList)
public Long getStartTime()
public void setStartTime(Long startTime)
public String getUserid()
public void setUserid(String userid)
Copyright © 2021. All rights reserved.