public class CreateCodeFileRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateCodeFileRequest() |
CreateCodeFileRequest(CreateCodeFileRequest 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 |
---|---|
CodeFileConfig |
getCodeFileConfig()
Get 代码文件配置
|
String |
getCodeFileContent()
Get 代码文件内容
|
String |
getCodeFileName()
Get 代码文件名称
|
String |
getParentFolderPath()
Get 父文件夹path,例如/aaa/bbb/ccc,路径头需带斜杠,根目录传/
|
String |
getProjectId()
Get 项目ID
|
void |
setCodeFileConfig(CodeFileConfig CodeFileConfig)
Set 代码文件配置
|
void |
setCodeFileContent(String CodeFileContent)
Set 代码文件内容
|
void |
setCodeFileName(String CodeFileName)
Set 代码文件名称
|
void |
setParentFolderPath(String ParentFolderPath)
Set 父文件夹path,例如/aaa/bbb/ccc,路径头需带斜杠,根目录传/
|
void |
setProjectId(String ProjectId)
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, toJsonString
public CreateCodeFileRequest()
public CreateCodeFileRequest(CreateCodeFileRequest source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- 项目IDpublic String getCodeFileName()
public void setCodeFileName(String CodeFileName)
CodeFileName
- 代码文件名称public String getParentFolderPath()
public void setParentFolderPath(String ParentFolderPath)
ParentFolderPath
- 父文件夹path,例如/aaa/bbb/ccc,路径头需带斜杠,根目录传/public CodeFileConfig getCodeFileConfig()
public void setCodeFileConfig(CodeFileConfig CodeFileConfig)
CodeFileConfig
- 代码文件配置public String getCodeFileContent()
public void setCodeFileContent(String CodeFileContent)
CodeFileContent
- 代码文件内容Copyright © 2025. All rights reserved.