Class CreateCRRightFileRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.bma.v20210624.models.CreateCRRightFileRequest
-
public class CreateCRRightFileRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateCRRightFileRequest()CreateCRRightFileRequest(CreateCRRightFileRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description File[]getFileList()Get 权属文件列表LonggetWorkId()Get 作品IDvoidsetFileList(File[] FileList)Set 权属文件列表voidsetWorkId(Long WorkId)Set 作品IDvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateCRRightFileRequest
public CreateCRRightFileRequest()
-
CreateCRRightFileRequest
public CreateCRRightFileRequest(CreateCRRightFileRequest 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.
-
-
Method Detail
-
getWorkId
public Long getWorkId()
Get 作品ID- Returns:
- WorkId 作品ID
-
setWorkId
public void setWorkId(Long WorkId)
Set 作品ID- Parameters:
WorkId- 作品ID
-
getFileList
public File[] getFileList()
Get 权属文件列表- Returns:
- FileList 权属文件列表
-
setFileList
public void setFileList(File[] FileList)
Set 权属文件列表- Parameters:
FileList- 权属文件列表
-
-