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 Specifies the code file configuration.
|
String |
getCodeFileContent()
Get Specifies the code file content.
|
String |
getCodeFileName()
Get Filename of the code file.
|
String |
getParentFolderPath()
Get Parent folder path, such as /aaa/bbb/ccc.
|
String |
getProjectId()
Get Project ID.
|
void |
setCodeFileConfig(CodeFileConfig CodeFileConfig)
Set Specifies the code file configuration.
|
void |
setCodeFileContent(String CodeFileContent)
Set Specifies the code file content.
|
void |
setCodeFileName(String CodeFileName)
Set Filename of the code file.
|
void |
setParentFolderPath(String ParentFolderPath)
Set Parent folder path, such as /aaa/bbb/ccc.
|
void |
setProjectId(String ProjectId)
Set Project 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
- Project ID.public String getCodeFileName()
public void setCodeFileName(String CodeFileName)
CodeFileName
- Filename of the code file.public String getParentFolderPath()
public void setParentFolderPath(String ParentFolderPath)
ParentFolderPath
- Parent folder path, such as /aaa/bbb/ccc. the path must start with a slash. use / for the root directory.public CodeFileConfig getCodeFileConfig()
public void setCodeFileConfig(CodeFileConfig CodeFileConfig)
CodeFileConfig
- Specifies the code file configuration.public String getCodeFileContent()
public void setCodeFileContent(String CodeFileContent)
CodeFileContent
- Specifies the code file content.Copyright © 2025. All rights reserved.