Class GetRunCallsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.omics.v20221128.models.GetRunCallsRequest
-
public class GetRunCallsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description GetRunCallsRequest()GetRunCallsRequest(GetRunCallsRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPath()Get 作业路径StringgetProjectId()Get 项目ID。StringgetRunUuid()Get 任务Uuid。voidsetPath(String Path)Set 作业路径voidsetProjectId(String ProjectId)Set 项目ID。voidsetRunUuid(String RunUuid)Set 任务Uuid。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
GetRunCallsRequest
public GetRunCallsRequest()
-
GetRunCallsRequest
public GetRunCallsRequest(GetRunCallsRequest 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.
-
-
Method Detail
-
getRunUuid
public String getRunUuid()
Get 任务Uuid。- Returns:
- RunUuid 任务Uuid。
-
setRunUuid
public void setRunUuid(String RunUuid)
Set 任务Uuid。- Parameters:
RunUuid- 任务Uuid。
-
getProjectId
public String getProjectId()
Get 项目ID。- Returns:
- ProjectId 项目ID。
-
setProjectId
public void setProjectId(String ProjectId)
Set 项目ID。- Parameters:
ProjectId- 项目ID。
-
getPath
public String getPath()
Get 作业路径- Returns:
- Path 作业路径
-
setPath
public void setPath(String Path)
Set 作业路径- Parameters:
Path- 作业路径
-
-