public class TaskCode extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| TaskCode() | 
| TaskCode(TaskCode 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 | getCodeContent()Get 代码内容 | 
| Long | getCodeFileSize()Get 代码文件大小,单位bytes | 
| void | setCodeContent(String CodeContent)Set 代码内容 | 
| void | setCodeFileSize(Long CodeFileSize)Set 代码文件大小,单位bytes | 
| 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 TaskCode()
public TaskCode(TaskCode source)
public String getCodeContent()
public void setCodeContent(String CodeContent)
CodeContent - 代码内容public Long getCodeFileSize()
public void setCodeFileSize(Long CodeFileSize)
CodeFileSize - 代码文件大小,单位bytesCopyright © 2025. All rights reserved.