public class CheckTaskNameExistResult extends AbstractModel
header, skipSign
Constructor and Description |
---|
CheckTaskNameExistResult() |
CheckTaskNameExistResult(CheckTaskNameExistResult 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 |
---|---|
Boolean |
getIfExist()
Get 是否已存在重名的任务
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMessage()
Get ifExist为true时的提示信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIfExist(Boolean IfExist)
Set 是否已存在重名的任务
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMessage(String Message)
Set ifExist为true时的提示信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CheckTaskNameExistResult()
public CheckTaskNameExistResult(CheckTaskNameExistResult source)
public Boolean getIfExist()
public void setIfExist(Boolean IfExist)
IfExist
- 是否已存在重名的任务
注意:此字段可能返回 null,表示取不到有效值。public String getMessage()
public void setMessage(String Message)
Message
- ifExist为true时的提示信息
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.