public class AddVodStorageForAppRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
appId
The ID of the application.
|
String |
storageLocation
The address of an Object Storage Service (OSS) bucket.
|
String |
storageType
The storage type.
|
| 构造器和说明 |
|---|
AddVodStorageForAppRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static AddVodStorageForAppRequest |
build(Map<String,?> map) |
String |
getAppId() |
String |
getStorageLocation() |
String |
getStorageType() |
AddVodStorageForAppRequest |
setAppId(String appId) |
AddVodStorageForAppRequest |
setStorageLocation(String storageLocation) |
AddVodStorageForAppRequest |
setStorageType(String storageType) |
@NameInMap(value="AppId") public String appId
The ID of the application. You can obtain the application ID from the response to the [CreateAppInfo](https://help.aliyun.com/zh/vod/developer-reference/api-vod-2017-03-21-createappinfo) or [ListAppInfo](https://help.aliyun.com/zh/vod/developer-reference/api-vod-2017-03-21-listappinfo) operation.
@NameInMap(value="StorageLocation") public String storageLocation
The address of an Object Storage Service (OSS) bucket. This parameter does not take effect. You can call this operation to add only VOD buckets.
@NameInMap(value="StorageType") public String storageType
The storage type. Default value: vod_oss_bucket.
public static AddVodStorageForAppRequest build(Map<String,?> map) throws Exception
Exceptionpublic AddVodStorageForAppRequest setAppId(String appId)
public String getAppId()
public AddVodStorageForAppRequest setStorageLocation(String storageLocation)
public String getStorageLocation()
public AddVodStorageForAppRequest setStorageType(String storageType)
public String getStorageType()
Copyright © 2024. All rights reserved.