public class MoveResourceRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
MoveResourceRequest() |
MoveResourceRequest(MoveResourceRequest 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 |
---|---|
ResourceInfo |
getDestinationResource()
Get 目标信息,包含分类及归属,仅支持移动资源到分类。
|
String |
getOperator()
Get 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以移动任务资源。如果指定操作者,则操作者必须对源及目标资源有写权限。
|
String |
getPlatform()
Get 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
ResourceInfo |
getSourceResource()
Get 待移动的原始资源信息,包含原始媒体或分类资源,以及资源归属。
|
void |
setDestinationResource(ResourceInfo DestinationResource)
Set 目标信息,包含分类及归属,仅支持移动资源到分类。
|
void |
setOperator(String Operator)
Set 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以移动任务资源。如果指定操作者,则操作者必须对源及目标资源有写权限。
|
void |
setPlatform(String Platform)
Set 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
void |
setSourceResource(ResourceInfo SourceResource)
Set 待移动的原始资源信息,包含原始媒体或分类资源,以及资源归属。
|
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, toJsonString
public MoveResourceRequest()
public MoveResourceRequest(MoveResourceRequest source)
public String getPlatform()
public void setPlatform(String Platform)
Platform
- 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。public ResourceInfo getSourceResource()
public void setSourceResource(ResourceInfo SourceResource)
SourceResource
- 待移动的原始资源信息,包含原始媒体或分类资源,以及资源归属。public ResourceInfo getDestinationResource()
public void setDestinationResource(ResourceInfo DestinationResource)
DestinationResource
- 目标信息,包含分类及归属,仅支持移动资源到分类。public String getOperator()
public void setOperator(String Operator)
Operator
- 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以移动任务资源。如果指定操作者,则操作者必须对源及目标资源有写权限。Copyright © 2024. All rights reserved.