public class CallbackEventInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
CallbackEventInfo() |
CallbackEventInfo(CallbackEventInfo 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 |
getEventTime()
Get 事件时间。
接口返回支持两种时间格式:
1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)
2)yyyy-MM-dd HH:mm:ss:使用此格式时,默认代表北京时间。
接口返回的时间格式和查询请求传入的时间格式一致。
|
Long |
getEventType()
Get 事件类型
|
String |
getRequest()
Get 回调请求
|
String |
getResponse()
Get 回调响应
|
String |
getResponseTime()
Get 客户接口响应时间。
接口返回支持两种时间格式:
1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)
2)yyyy-MM-dd HH:mm:ss:使用此格式时,默认代表北京时间。
接口返回的时间格式和查询请求传入的时间格式一致。
|
Long |
getResultCode()
Get 回调结果
|
String |
getStreamId()
Get 流名称
|
void |
setEventTime(String EventTime)
Set 事件时间。
接口返回支持两种时间格式:
1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)
2)yyyy-MM-dd HH:mm:ss:使用此格式时,默认代表北京时间。
接口返回的时间格式和查询请求传入的时间格式一致。
|
void |
setEventType(Long EventType)
Set 事件类型
|
void |
setRequest(String Request)
Set 回调请求
|
void |
setResponse(String Response)
Set 回调响应
|
void |
setResponseTime(String ResponseTime)
Set 客户接口响应时间。
接口返回支持两种时间格式:
1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)
2)yyyy-MM-dd HH:mm:ss:使用此格式时,默认代表北京时间。
接口返回的时间格式和查询请求传入的时间格式一致。
|
void |
setResultCode(Long ResultCode)
Set 回调结果
|
void |
setStreamId(String StreamId)
Set 流名称
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CallbackEventInfo()
public CallbackEventInfo(CallbackEventInfo source)
public String getEventTime()
public void setEventTime(String EventTime)
EventTime
- 事件时间。
接口返回支持两种时间格式:
1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)
2)yyyy-MM-dd HH:mm:ss:使用此格式时,默认代表北京时间。
接口返回的时间格式和查询请求传入的时间格式一致。public Long getEventType()
public void setEventType(Long EventType)
EventType
- 事件类型public String getRequest()
public void setRequest(String Request)
Request
- 回调请求public String getResponse()
public void setResponse(String Response)
Response
- 回调响应public String getResponseTime()
public void setResponseTime(String ResponseTime)
ResponseTime
- 客户接口响应时间。
接口返回支持两种时间格式:
1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)
2)yyyy-MM-dd HH:mm:ss:使用此格式时,默认代表北京时间。
接口返回的时间格式和查询请求传入的时间格式一致。public Long getResultCode()
public void setResultCode(Long ResultCode)
ResultCode
- 回调结果public String getStreamId()
public void setStreamId(String StreamId)
StreamId
- 流名称Copyright © 2024. All rights reserved.