public class UpdateJobRequest extends AbstractModel
Constructor and Description |
---|
UpdateJobRequest() |
UpdateJobRequest(UpdateJobRequest 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 |
getDescription()
Get 备注
|
String |
getJobAction()
Get 任务更新动作,支持:Cancel
|
String |
getJobId()
Get 任务 Id
|
void |
setDescription(String Description)
Set 备注
|
void |
setJobAction(String JobAction)
Set 任务更新动作,支持:Cancel
|
void |
setJobId(String JobId)
Set 任务 Id
|
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 UpdateJobRequest()
public UpdateJobRequest(UpdateJobRequest source)
public String getJobId()
public void setJobId(String JobId)
JobId
- 任务 Idpublic String getJobAction()
public void setJobAction(String JobAction)
JobAction
- 任务更新动作,支持:Cancelpublic String getDescription()
public void setDescription(String Description)
Description
- 备注Copyright © 2023. All rights reserved.