public class SetOnlineRecordCallbackRequest extends AbstractModel
Constructor and Description |
---|
SetOnlineRecordCallbackRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getCallback()
Get Callback address of the real-time recording task result.
|
Long |
getSdkAppId()
Get SdkAppId of the customer
|
void |
setCallback(String Callback)
Set Callback address of the real-time recording task result.
|
void |
setSdkAppId(Long SdkAppId)
Set SdkAppId of the customer
|
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 Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- SdkAppId of the customerpublic String getCallback()
public void setCallback(String Callback)
Callback
- Callback address of the real-time recording task result. If it is specified as null, the set callback address is deleted. The callback address only supports the HTTP or HTTPS protocol, and therefore the callback address must start with http:// or https://.Copyright © 2020. All rights reserved.