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 Specifies the code content.
|
Long |
getCodeFileSize()
Get Specifies the size of the code file in bytes.
|
void |
setCodeContent(String CodeContent)
Set Specifies the code content.
|
void |
setCodeFileSize(Long CodeFileSize)
Set Specifies the size of the code file in 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, toJsonString
public TaskCode()
public TaskCode(TaskCode source)
public String getCodeContent()
public void setCodeContent(String CodeContent)
CodeContent
- Specifies the code content.public Long getCodeFileSize()
public void setCodeFileSize(Long CodeFileSize)
CodeFileSize
- Specifies the size of the code file in bytes.Copyright © 2025. All rights reserved.