public class GetCodeFileRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
GetCodeFileRequest() |
GetCodeFileRequest(GetCodeFileRequest 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 |
getCodeFileId()
Get Code file ID.
|
Boolean |
getIncludeContent()
Get true: return file content and configuration.
|
String |
getProjectId()
Get Project ID.
|
void |
setCodeFileId(String CodeFileId)
Set Code file ID.
|
void |
setIncludeContent(Boolean IncludeContent)
Set true: return file content and configuration.
|
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 GetCodeFileRequest()
public GetCodeFileRequest(GetCodeFileRequest source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- Project ID.public String getCodeFileId()
public void setCodeFileId(String CodeFileId)
CodeFileId
- Code file ID. the parameter value comes from the CreateCodeFile API response.public Boolean getIncludeContent()
public void setIncludeContent(Boolean IncludeContent)
IncludeContent
- true: return file content and configuration. false: only return configuration message. default false.Copyright © 2025. All rights reserved.