public class RetryRunsRequest extends AbstractModel
Constructor and Description |
---|
RetryRunsRequest() |
RetryRunsRequest(RetryRunsRequest 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 |
getProjectId()
Get 关联项目ID。
|
String[] |
getRunUuids()
Get 任务UUID。
|
void |
setProjectId(String ProjectId)
Set 关联项目ID。
|
void |
setRunUuids(String[] RunUuids)
Set 任务UUID。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public RetryRunsRequest()
public RetryRunsRequest(RetryRunsRequest source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- 关联项目ID。public String[] getRunUuids()
public void setRunUuids(String[] RunUuids)
RunUuids
- 任务UUID。Copyright © 2023. All rights reserved.