public class SetEventCallbackRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
authKey
example:
TestKey001
|
String |
authSwitch
example:
on
|
String |
callbackQueueName
example:
ice-callback-queue
|
String |
callbackType
example:
HTTP
|
String |
callbackURL
example:
http://xxx.yyy/callback
|
String |
eventTypeList
example:
ProduceMediaComplete
|
构造器和说明 |
---|
SetEventCallbackRequest() |
限定符和类型 | 方法和说明 |
---|---|
static SetEventCallbackRequest |
build(Map<String,?> map) |
String |
getAuthKey() |
String |
getAuthSwitch() |
String |
getCallbackQueueName() |
String |
getCallbackType() |
String |
getCallbackURL() |
String |
getEventTypeList() |
SetEventCallbackRequest |
setAuthKey(String authKey) |
SetEventCallbackRequest |
setAuthSwitch(String authSwitch) |
SetEventCallbackRequest |
setCallbackQueueName(String callbackQueueName) |
SetEventCallbackRequest |
setCallbackType(String callbackType) |
SetEventCallbackRequest |
setCallbackURL(String callbackURL) |
SetEventCallbackRequest |
setEventTypeList(String eventTypeList) |
@NameInMap(value="AuthKey") public String authKey
TestKey001
@NameInMap(value="AuthSwitch") public String authSwitch
on
@NameInMap(value="CallbackQueueName") public String callbackQueueName
ice-callback-queue
@NameInMap(value="CallbackType") public String callbackType
HTTP
@NameInMap(value="CallbackURL") public String callbackURL
@NameInMap(value="EventTypeList") public String eventTypeList
ProduceMediaComplete
public static SetEventCallbackRequest build(Map<String,?> map) throws Exception
Exception
public SetEventCallbackRequest setAuthKey(String authKey)
public String getAuthKey()
public SetEventCallbackRequest setAuthSwitch(String authSwitch)
public String getAuthSwitch()
public SetEventCallbackRequest setCallbackQueueName(String callbackQueueName)
public String getCallbackQueueName()
public SetEventCallbackRequest setCallbackType(String callbackType)
public String getCallbackType()
public SetEventCallbackRequest setCallbackURL(String callbackURL)
public String getCallbackURL()
public SetEventCallbackRequest setEventTypeList(String eventTypeList)
public String getEventTypeList()
Copyright © 2024. All rights reserved.