Class UpdateCRWorkRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.bma.v20210624.models.UpdateCRWorkRequest
-
public class UpdateCRWorkRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UpdateCRWorkRequest()UpdateCRWorkRequest(UpdateCRWorkRequest 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 StringgetCertType()Get 本次存证类型:0-不存证 1-存当前文件 2-存历史全量文件StringgetContent()Get 内容的base64编码StringgetContentType()Get 文件的扩展名,例如txt,docxLonggetWorkId()Get 作品IDvoidsetCertType(String CertType)Set 本次存证类型:0-不存证 1-存当前文件 2-存历史全量文件voidsetContent(String Content)Set 内容的base64编码voidsetContentType(String ContentType)Set 文件的扩展名,例如txt,docxvoidsetWorkId(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
-
UpdateCRWorkRequest
public UpdateCRWorkRequest()
-
UpdateCRWorkRequest
public UpdateCRWorkRequest(UpdateCRWorkRequest 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
-
getContentType
public String getContentType()
Get 文件的扩展名,例如txt,docx- Returns:
- ContentType 文件的扩展名,例如txt,docx
-
setContentType
public void setContentType(String ContentType)
Set 文件的扩展名,例如txt,docx- Parameters:
ContentType- 文件的扩展名,例如txt,docx
-
getContent
public String getContent()
Get 内容的base64编码- Returns:
- Content 内容的base64编码
-
setContent
public void setContent(String Content)
Set 内容的base64编码- Parameters:
Content- 内容的base64编码
-
getCertType
public String getCertType()
Get 本次存证类型:0-不存证 1-存当前文件 2-存历史全量文件- Returns:
- CertType 本次存证类型:0-不存证 1-存当前文件 2-存历史全量文件
-
setCertType
public void setCertType(String CertType)
Set 本次存证类型:0-不存证 1-存当前文件 2-存历史全量文件- Parameters:
CertType- 本次存证类型:0-不存证 1-存当前文件 2-存历史全量文件
-
-