public class StopJobDescription extends AbstractModel
Constructor and Description |
---|
StopJobDescription() |
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, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getJobId()
public void setJobId(String JobId)
JobId
- 作业Idpublic Long getStopType()
public void setStopType(Long StopType)
StopType
- 停止类型,1 停止 2 暂停Copyright © 2021. All rights reserved.