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 此处为用户组名 | 
| String | getReason()Get 若是创建失败, 提供失败原因 | 
| Boolean | getResult()Get 创建用户组是否成功 | 
| void | setItem(String Item)Set 此处为用户组名 | 
| void | setReason(String Reason)Set 若是创建失败, 提供失败原因 | 
| void | setResult(Boolean Result)Set 创建用户组是否成功 | 
| 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, toJsonStringpublic ResultItem()
public ResultItem(ResultItem source)
public String getItem()
public void setItem(String Item)
Item - 此处为用户组名public Boolean getResult()
public void setResult(Boolean Result)
Result - 创建用户组是否成功public String getReason()
public void setReason(String Reason)
Reason - 若是创建失败, 提供失败原因Copyright © 2025. All rights reserved.