public class ConfirmEventsRequest extends AbstractModel
Constructor and Description |
---|
ConfirmEventsRequest() |
ConfirmEventsRequest(ConfirmEventsRequest 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[] |
getEventHandles()
Get 事件句柄,即 [拉取事件通知](/document/product/266/33433) 接口输出参数中的 EventSet.
|
String |
getExtInfo()
Get 保留字段,特殊用途时使用。
|
Long |
getSubAppId()
Get 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
|
void |
setEventHandles(String[] EventHandles)
Set 事件句柄,即 [拉取事件通知](/document/product/266/33433) 接口输出参数中的 EventSet.
|
void |
setExtInfo(String ExtInfo)
Set 保留字段,特殊用途时使用。
|
void |
setSubAppId(Long SubAppId)
Set 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 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 ConfirmEventsRequest()
public ConfirmEventsRequest(ConfirmEventsRequest source)
public String[] getEventHandles()
public void setEventHandles(String[] EventHandles)
EventHandles
- 事件句柄,即 [拉取事件通知](/document/product/266/33433) 接口输出参数中的 EventSet. EventHandle 字段。
数组长度限制:16。public String getExtInfo()
public void setExtInfo(String ExtInfo)
ExtInfo
- 保留字段,特殊用途时使用。public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。Copyright © 2021. All rights reserved.