public class AddVodStorageForAppResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
requestId
The ID of the request.
|
String |
storageLocation
The address of the VOD bucket.
|
| 构造器和说明 |
|---|
AddVodStorageForAppResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static AddVodStorageForAppResponseBody |
build(Map<String,?> map) |
String |
getRequestId() |
String |
getStorageLocation() |
AddVodStorageForAppResponseBody |
setRequestId(String requestId) |
AddVodStorageForAppResponseBody |
setStorageLocation(String storageLocation) |
@NameInMap(value="RequestId") public String requestId
The ID of the request.
@NameInMap(value="StorageLocation") public String storageLocation
The address of the VOD bucket.
public static AddVodStorageForAppResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic AddVodStorageForAppResponseBody setRequestId(String requestId)
public String getRequestId()
public AddVodStorageForAppResponseBody setStorageLocation(String storageLocation)
public String getStorageLocation()
Copyright © 2024. All rights reserved.