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