public class VODOutputStorage extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
VODOutputStorage()  | 
VODOutputStorage(VODOutputStorage 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 | 
getBucket()
Get Specifies the destination Bucket ID for the generated output file of MPS. 
 | 
String | 
getRegion()
Get Specifies the region of the target Bucket for the output. 
 | 
Long | 
getSubAppId()
Get VOD Pro application Id. 
 | 
void | 
setBucket(String Bucket)
Set Specifies the destination Bucket ID for the generated output file of MPS. 
 | 
void | 
setRegion(String Region)
Set Specifies the region of the target Bucket for the output. 
 | 
void | 
setSubAppId(Long SubAppId)
Set VOD Pro application Id. 
 | 
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 VODOutputStorage()
public VODOutputStorage(VODOutputStorage source)
public String getBucket()
public void setBucket(String Bucket)
Bucket - Specifies the destination Bucket ID for the generated output file of MPS.public String getRegion()
public void setRegion(String Region)
Region - Specifies the region of the target Bucket for the output.public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId - VOD Pro application Id.Copyright © 2025. All rights reserved.