public class MoveAppResourceRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
resourceIds
The resource ID.
|
String |
resourceType
The resource type.
|
String |
targetAppId
The ID of the application to which resources are migrated.
|
| 构造器和说明 |
|---|
MoveAppResourceRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static MoveAppResourceRequest |
build(Map<String,?> map) |
String |
getResourceIds() |
String |
getResourceType() |
String |
getTargetAppId() |
MoveAppResourceRequest |
setResourceIds(String resourceIds) |
MoveAppResourceRequest |
setResourceType(String resourceType) |
MoveAppResourceRequest |
setTargetAppId(String targetAppId) |
@NameInMap(value="ResourceIds") public String resourceIds
The resource ID. You can specify a maximum of 20 IDs at a time. Separate multiple IDs with commas (,).
@NameInMap(value="ResourceType") public String resourceType
The resource type. Valid values:
* **video**: video files.
* **image**: image files.
* **attached**: auxiliary media assets.
@NameInMap(value="TargetAppId") public String targetAppId
The ID of the application to which resources are migrated. Default value: **app-1000000**. For more information, see [Use the multi-application service](~~113600~~).
public static MoveAppResourceRequest build(Map<String,?> map) throws Exception
Exceptionpublic MoveAppResourceRequest setResourceIds(String resourceIds)
public String getResourceIds()
public MoveAppResourceRequest setResourceType(String resourceType)
public String getResourceType()
public MoveAppResourceRequest setTargetAppId(String targetAppId)
public String getTargetAppId()
Copyright © 2024. All rights reserved.