public class UpdateCRWorkRequest extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCertType()Get 本次存证类型:0-不存证 1-存当前文件 2-存历史全量文件 | 
| String | getContent()Get 内容的base64编码 | 
| String | getContentType()Get 文件的扩展名,例如txt,docx | 
| Long | getWorkId()Get 作品ID | 
| void | setCertType(String CertType)Set 本次存证类型:0-不存证 1-存当前文件 2-存历史全量文件 | 
| void | setContent(String Content)Set 内容的base64编码 | 
| void | setContentType(String ContentType)Set 文件的扩展名,例如txt,docx | 
| void | setWorkId(Long WorkId)Set 作品ID | 
| 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, toJsonStringpublic UpdateCRWorkRequest()
public UpdateCRWorkRequest(UpdateCRWorkRequest source)
public Long getWorkId()
public void setWorkId(Long WorkId)
WorkId - 作品IDpublic String getContentType()
public void setContentType(String ContentType)
ContentType - 文件的扩展名,例如txt,docxpublic String getContent()
public void setContent(String Content)
Content - 内容的base64编码public String getCertType()
public void setCertType(String CertType)
CertType - 本次存证类型:0-不存证 1-存当前文件 2-存历史全量文件Copyright © 2025. All rights reserved.