public class GetEventCallbackResponseBody
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,TranscodeComplete
|
String |
requestId
example:
11-DB8D-4A9A-875B-275798
|
构造器和说明 |
---|
GetEventCallbackResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static GetEventCallbackResponseBody |
build(Map<String,?> map) |
String |
getAuthKey() |
String |
getAuthSwitch() |
String |
getCallbackQueueName() |
String |
getCallbackType() |
String |
getCallbackURL() |
String |
getEventTypeList() |
String |
getRequestId() |
GetEventCallbackResponseBody |
setAuthKey(String authKey) |
GetEventCallbackResponseBody |
setAuthSwitch(String authSwitch) |
GetEventCallbackResponseBody |
setCallbackQueueName(String callbackQueueName) |
GetEventCallbackResponseBody |
setCallbackType(String callbackType) |
GetEventCallbackResponseBody |
setCallbackURL(String callbackURL) |
GetEventCallbackResponseBody |
setEventTypeList(String eventTypeList) |
GetEventCallbackResponseBody |
setRequestId(String requestId) |
@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,TranscodeComplete
@NameInMap(value="RequestId") public String requestId
11-DB8D-4A9A-875B-275798
public static GetEventCallbackResponseBody build(Map<String,?> map) throws Exception
Exception
public GetEventCallbackResponseBody setAuthKey(String authKey)
public String getAuthKey()
public GetEventCallbackResponseBody setAuthSwitch(String authSwitch)
public String getAuthSwitch()
public GetEventCallbackResponseBody setCallbackQueueName(String callbackQueueName)
public String getCallbackQueueName()
public GetEventCallbackResponseBody setCallbackType(String callbackType)
public String getCallbackType()
public GetEventCallbackResponseBody setCallbackURL(String callbackURL)
public String getCallbackURL()
public GetEventCallbackResponseBody setEventTypeList(String eventTypeList)
public String getEventTypeList()
public GetEventCallbackResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.