Class Parameter
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.sqlserver.v20180328.models.Parameter
-
public class Parameter extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCurrentValue()
Get 参数值String
getName()
Get 参数名称void
setCurrentValue(String CurrentValue)
Set 参数值void
setName(String Name)
Set 参数名称void
toMap(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
-
Parameter
public Parameter()
-
Parameter
public Parameter(Parameter 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
-
getName
public String getName()
Get 参数名称- Returns:
- Name 参数名称
-
setName
public void setName(String Name)
Set 参数名称- Parameters:
Name
- 参数名称
-
getCurrentValue
public String getCurrentValue()
Get 参数值- Returns:
- CurrentValue 参数值
-
setCurrentValue
public void setCurrentValue(String CurrentValue)
Set 参数值- Parameters:
CurrentValue
- 参数值
-
-