Class SetVideoGenerationTaskCallbackRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tiw.v20190919.models.SetVideoGenerationTaskCallbackRequest
-
public class SetVideoGenerationTaskCallbackRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SetVideoGenerationTaskCallbackRequest()SetVideoGenerationTaskCallbackRequest(SetVideoGenerationTaskCallbackRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCallback()Get 课后录制任务结果回调地址,如果传空字符串会删除原来的回调地址配置,回调地址仅支持 http或https协议,即回调地址以http://或https://开头LonggetSdkAppId()Get 客户的SdkAppIdvoidsetCallback(String Callback)Set 课后录制任务结果回调地址,如果传空字符串会删除原来的回调地址配置,回调地址仅支持 http或https协议,即回调地址以http://或https://开头voidsetSdkAppId(Long SdkAppId)Set 客户的SdkAppIdvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
SetVideoGenerationTaskCallbackRequest
public SetVideoGenerationTaskCallbackRequest()
-
SetVideoGenerationTaskCallbackRequest
public SetVideoGenerationTaskCallbackRequest(SetVideoGenerationTaskCallbackRequest 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.
-
-
Method Detail
-
getSdkAppId
public Long getSdkAppId()
Get 客户的SdkAppId- Returns:
- SdkAppId 客户的SdkAppId
-
setSdkAppId
public void setSdkAppId(Long SdkAppId)
Set 客户的SdkAppId- Parameters:
SdkAppId- 客户的SdkAppId
-
getCallback
public String getCallback()
Get 课后录制任务结果回调地址,如果传空字符串会删除原来的回调地址配置,回调地址仅支持 http或https协议,即回调地址以http://或https://开头- Returns:
- Callback 课后录制任务结果回调地址,如果传空字符串会删除原来的回调地址配置,回调地址仅支持 http或https协议,即回调地址以http://或https://开头
-
setCallback
public void setCallback(String Callback)
Set 课后录制任务结果回调地址,如果传空字符串会删除原来的回调地址配置,回调地址仅支持 http或https协议,即回调地址以http://或https://开头- Parameters:
Callback- 课后录制任务结果回调地址,如果传空字符串会删除原来的回调地址配置,回调地址仅支持 http或https协议,即回调地址以http://或https://开头
-
-