public class BooleanResponse extends AbstractModel
skipSign
Constructor and Description |
---|
BooleanResponse() |
BooleanResponse(BooleanResponse 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 |
getMessage()
Get 失败返回提示信息
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getSuccess()
Get 是否成功
|
void |
setMessage(String Message)
Set 失败返回提示信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSuccess(Boolean Success)
Set 是否成功
|
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, toJsonString
public BooleanResponse()
public BooleanResponse(BooleanResponse source)
public Boolean getSuccess()
public void setSuccess(Boolean Success)
Success
- 是否成功public String getMessage()
public void setMessage(String Message)
Message
- 失败返回提示信息
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.