public class ResultItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
ResultItem() |
ResultItem(ResultItem 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 |
getItem()
Get User group name.
|
String |
getReason()
Get Specify the reason for the failure in the case of creation failure.
|
Boolean |
getResult()
Get Whether the user group is created successfully.
|
void |
setItem(String Item)
Set User group name.
|
void |
setReason(String Reason)
Set Specify the reason for the failure in the case of creation failure.
|
void |
setResult(Boolean Result)
Set Whether the user group is created successfully.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ResultItem()
public ResultItem(ResultItem source)
public String getItem()
public void setItem(String Item)
Item
- User group name.public Boolean getResult()
public void setResult(Boolean Result)
Result
- Whether the user group is created successfully.public String getReason()
public void setReason(String Reason)
Reason
- Specify the reason for the failure in the case of creation failure.Copyright © 2025. All rights reserved.