public class ModifyWhiteboardBucketConfigRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyWhiteboardBucketConfigRequest() | 
| ModifyWhiteboardBucketConfigRequest(ModifyWhiteboardBucketConfigRequest 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getBucketLocation()Get Region of the COS bucket. | 
| String | getBucketName()Get Name of the COS bucket. | 
| String | getBucketPrefix()Get Resource prefix of the bucket. | 
| String | getResultDomain()Get Domain name of the URL of the bucket. | 
| Long | getSdkAppId()Get SdkAppId of the whiteboard application. | 
| String | getTaskType()Get Task type to be queried. | 
| void | setBucketLocation(String BucketLocation)Set Region of the COS bucket. | 
| void | setBucketName(String BucketName)Set Name of the COS bucket. | 
| void | setBucketPrefix(String BucketPrefix)Set Resource prefix of the bucket. | 
| void | setResultDomain(String ResultDomain)Set Domain name of the URL of the bucket. | 
| void | setSdkAppId(Long SdkAppId)Set SdkAppId of the whiteboard application. | 
| void | setTaskType(String TaskType)Set Task type to be queried. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ModifyWhiteboardBucketConfigRequest()
public ModifyWhiteboardBucketConfigRequest(ModifyWhiteboardBucketConfigRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId - SdkAppId of the whiteboard application.public String getTaskType()
public void setTaskType(String TaskType)
TaskType - Task type to be queried.
recording: Real-time recording.
transcode: Document transcoding.public String getBucketName()
public void setBucketName(String BucketName)
BucketName - Name of the COS bucket.public String getBucketLocation()
public void setBucketLocation(String BucketLocation)
BucketLocation - Region of the COS bucket.public String getBucketPrefix()
public void setBucketPrefix(String BucketPrefix)
BucketPrefix - Resource prefix of the bucket.public String getResultDomain()
public void setResultDomain(String ResultDomain)
ResultDomain - Domain name of the URL of the bucket.Copyright © 2025. All rights reserved.