public class ParamModifyResult extends AbstractModel
Constructor and Description |
---|
ParamModifyResult() |
Modifier and Type | Method and Description |
---|---|
Long |
getCode()
Get 参数修改结果。0表示修改成功;-1表示修改失败;-2表示该参数值非法
|
String |
getParam()
Get 修改参数名字
|
void |
setCode(Long Code)
Set 参数修改结果。0表示修改成功;-1表示修改失败;-2表示该参数值非法
|
void |
setParam(String Param)
Set 修改参数名字
|
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 getParam()
public void setParam(String Param)
Param
- 修改参数名字public Long getCode()
public void setCode(Long Code)
Code
- 参数修改结果。0表示修改成功;-1表示修改失败;-2表示该参数值非法Copyright © 2020. All rights reserved.