public class StopJobDescription extends AbstractModel
skipSign| Constructor and Description |
|---|
StopJobDescription() |
StopJobDescription(StopJobDescription 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 |
getJobId()
Get 作业Id
|
Long |
getStopType()
Get 停止类型,1 停止 2 暂停
|
void |
setJobId(String JobId)
Set 作业Id
|
void |
setStopType(Long StopType)
Set 停止类型,1 停止 2 暂停
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic StopJobDescription()
public StopJobDescription(StopJobDescription source)
public String getJobId()
public void setJobId(String JobId)
JobId - 作业Idpublic Long getStopType()
public void setStopType(Long StopType)
StopType - 停止类型,1 停止 2 暂停Copyright © 2023. All rights reserved.