Class ParamModifyResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mariadb.v20170312.models.ParamModifyResult
-
public class ParamModifyResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetCode()Get 参数修改结果。0表示修改成功;-1表示修改失败;-2表示该参数值非法StringgetParam()Get 修改参数名字voidsetCode(Long Code)Set 参数修改结果。0表示修改成功;-1表示修改失败;-2表示该参数值非法voidsetParam(String Param)Set 修改参数名字voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ParamModifyResult
public ParamModifyResult()
-
ParamModifyResult
public 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.
-
-
Method Detail
-
getParam
public String getParam()
Get 修改参数名字- Returns:
- Param 修改参数名字
-
setParam
public void setParam(String Param)
Set 修改参数名字- Parameters:
Param- 修改参数名字
-
getCode
public Long getCode()
Get 参数修改结果。0表示修改成功;-1表示修改失败;-2表示该参数值非法- Returns:
- Code 参数修改结果。0表示修改成功;-1表示修改失败;-2表示该参数值非法
-
setCode
public void setCode(Long Code)
Set 参数修改结果。0表示修改成功;-1表示修改失败;-2表示该参数值非法- Parameters:
Code- 参数修改结果。0表示修改成功;-1表示修改失败;-2表示该参数值非法
-
-