Class CustomerActionEventDetail
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.wav.v20210129.models.CustomerActionEventDetail
-
public class CustomerActionEventDetail extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CustomerActionEventDetail()
CustomerActionEventDetail(CustomerActionEventDetail 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEventCode()
Get 事件码Long
getEventSource()
Get 事件来源Long
getEventTime()
Get 事件上报时间,单位:秒Long
getEventType()
Get 事件类型String
getExternalUserId()
Get 外部联系人idLong
getMaterialId()
Get 素材编号idLong
getMaterialType()
Get 素材类型Long
getSalesId()
Get 销售顾问idvoid
setEventCode(String EventCode)
Set 事件码void
setEventSource(Long EventSource)
Set 事件来源void
setEventTime(Long EventTime)
Set 事件上报时间,单位:秒void
setEventType(Long EventType)
Set 事件类型void
setExternalUserId(String ExternalUserId)
Set 外部联系人idvoid
setMaterialId(Long MaterialId)
Set 素材编号idvoid
setMaterialType(Long MaterialType)
Set 素材类型void
setSalesId(Long SalesId)
Set 销售顾问idvoid
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CustomerActionEventDetail
public CustomerActionEventDetail()
-
CustomerActionEventDetail
public CustomerActionEventDetail(CustomerActionEventDetail 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.
-
-
Method Detail
-
getEventCode
public String getEventCode()
Get 事件码- Returns:
- EventCode 事件码
-
setEventCode
public void setEventCode(String EventCode)
Set 事件码- Parameters:
EventCode
- 事件码
-
getEventType
public Long getEventType()
Get 事件类型- Returns:
- EventType 事件类型
-
setEventType
public void setEventType(Long EventType)
Set 事件类型- Parameters:
EventType
- 事件类型
-
getEventSource
public Long getEventSource()
Get 事件来源- Returns:
- EventSource 事件来源
-
setEventSource
public void setEventSource(Long EventSource)
Set 事件来源- Parameters:
EventSource
- 事件来源
-
getExternalUserId
public String getExternalUserId()
Get 外部联系人id- Returns:
- ExternalUserId 外部联系人id
-
setExternalUserId
public void setExternalUserId(String ExternalUserId)
Set 外部联系人id- Parameters:
ExternalUserId
- 外部联系人id
-
getSalesId
public Long getSalesId()
Get 销售顾问id- Returns:
- SalesId 销售顾问id
-
setSalesId
public void setSalesId(Long SalesId)
Set 销售顾问id- Parameters:
SalesId
- 销售顾问id
-
getMaterialType
public Long getMaterialType()
Get 素材类型- Returns:
- MaterialType 素材类型
-
setMaterialType
public void setMaterialType(Long MaterialType)
Set 素材类型- Parameters:
MaterialType
- 素材类型
-
getMaterialId
public Long getMaterialId()
Get 素材编号id- Returns:
- MaterialId 素材编号id
-
setMaterialId
public void setMaterialId(Long MaterialId)
Set 素材编号id- Parameters:
MaterialId
- 素材编号id
-
getEventTime
public Long getEventTime()
Get 事件上报时间,单位:秒- Returns:
- EventTime 事件上报时间,单位:秒
-
setEventTime
public void setEventTime(Long EventTime)
Set 事件上报时间,单位:秒- Parameters:
EventTime
- 事件上报时间,单位:秒
-
-