public class SalesActionEventDetail extends AbstractModel
Constructor and Description |
---|
SalesActionEventDetail() |
SalesActionEventDetail(SalesActionEventDetail source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getEventCode()
Get 事件码
|
Long |
getEventSource()
Get 事件来源
|
Long |
getEventTime()
Get 事件上报时间,单位:秒
|
Long |
getEventType()
Get 事件类型
|
Long |
getMaterialId()
Get 素材编号id
|
Long |
getMaterialType()
Get 素材类型
|
Long |
getSalesId()
Get 销售顾问id
|
void |
setEventCode(String EventCode)
Set 事件码
|
void |
setEventSource(Long EventSource)
Set 事件来源
|
void |
setEventTime(Long EventTime)
Set 事件上报时间,单位:秒
|
void |
setEventType(Long EventType)
Set 事件类型
|
void |
setMaterialId(Long MaterialId)
Set 素材编号id
|
void |
setMaterialType(Long MaterialType)
Set 素材类型
|
void |
setSalesId(Long SalesId)
Set 销售顾问id
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public SalesActionEventDetail()
public SalesActionEventDetail(SalesActionEventDetail source)
public String getEventCode()
public void setEventCode(String EventCode)
EventCode
- 事件码public Long getEventType()
public void setEventType(Long EventType)
EventType
- 事件类型public Long getEventSource()
public void setEventSource(Long EventSource)
EventSource
- 事件来源public Long getSalesId()
public void setSalesId(Long SalesId)
SalesId
- 销售顾问idpublic Long getMaterialType()
public void setMaterialType(Long MaterialType)
MaterialType
- 素材类型public Long getMaterialId()
public void setMaterialId(Long MaterialId)
MaterialId
- 素材编号idpublic Long getEventTime()
public void setEventTime(Long EventTime)
EventTime
- 事件上报时间,单位:秒Copyright © 2022. All rights reserved.