Class DescribeWhiteboardBucketConfigRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tiw.v20190919.models.DescribeWhiteboardBucketConfigRequest
-
public class DescribeWhiteboardBucketConfigRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeWhiteboardBucketConfigRequest()DescribeWhiteboardBucketConfigRequest(DescribeWhiteboardBucketConfigRequest 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 LonggetSdkAppId()Get 客户的SdkAppIdStringgetTaskType()Get 需要查询的任务类型 recording: 实时录制 transcode: 文档转码voidsetSdkAppId(Long SdkAppId)Set 客户的SdkAppIdvoidsetTaskType(String TaskType)Set 需要查询的任务类型 recording: 实时录制 transcode: 文档转码voidtoMap(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
-
DescribeWhiteboardBucketConfigRequest
public DescribeWhiteboardBucketConfigRequest()
-
DescribeWhiteboardBucketConfigRequest
public DescribeWhiteboardBucketConfigRequest(DescribeWhiteboardBucketConfigRequest 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
-
getTaskType
public String getTaskType()
Get 需要查询的任务类型 recording: 实时录制 transcode: 文档转码- Returns:
- TaskType 需要查询的任务类型 recording: 实时录制 transcode: 文档转码
-
setTaskType
public void setTaskType(String TaskType)
Set 需要查询的任务类型 recording: 实时录制 transcode: 文档转码- Parameters:
TaskType- 需要查询的任务类型 recording: 实时录制 transcode: 文档转码
-
-