Class ParamVersionRelation
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.postgres.v20170312.models.ParamVersionRelation
-
public class ParamVersionRelation extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ParamVersionRelation()
ParamVersionRelation(ParamVersionRelation 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 String
getDBKernelVersion()
Get 参数信息所属内核版本 注意:此字段可能返回 null,表示取不到有效值。String[]
getEnumValue()
Get 枚举类型参数,取值范围 注意:此字段可能返回 null,表示取不到有效值。Float
getMax()
Get 数值类型(integer、real)参数,取值上界 注意:此字段可能返回 null,表示取不到有效值。Float
getMin()
Get 数值类型(integer、real)参数,取值下界 注意:此字段可能返回 null,表示取不到有效值。String
getName()
Get 参数名称 注意:此字段可能返回 null,表示取不到有效值。String
getUnit()
Get 参数值单位。参数没有单位时,该字段返回空 注意:此字段可能返回 null,表示取不到有效值。String
getValue()
Get 参数在该版本该规格下的默认值 注意:此字段可能返回 null,表示取不到有效值。void
setDBKernelVersion(String DBKernelVersion)
Set 参数信息所属内核版本 注意:此字段可能返回 null,表示取不到有效值。void
setEnumValue(String[] EnumValue)
Set 枚举类型参数,取值范围 注意:此字段可能返回 null,表示取不到有效值。void
setMax(Float Max)
Set 数值类型(integer、real)参数,取值上界 注意:此字段可能返回 null,表示取不到有效值。void
setMin(Float Min)
Set 数值类型(integer、real)参数,取值下界 注意:此字段可能返回 null,表示取不到有效值。void
setName(String Name)
Set 参数名称 注意:此字段可能返回 null,表示取不到有效值。void
setUnit(String Unit)
Set 参数值单位。参数没有单位时,该字段返回空 注意:此字段可能返回 null,表示取不到有效值。void
setValue(String Value)
Set 参数在该版本该规格下的默认值 注意:此字段可能返回 null,表示取不到有效值。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
-
ParamVersionRelation
public ParamVersionRelation()
-
ParamVersionRelation
public ParamVersionRelation(ParamVersionRelation 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 参数名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Name 参数名称 注意:此字段可能返回 null,表示取不到有效值。
-
setName
public void setName(String Name)
Set 参数名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Name
- 参数名称 注意:此字段可能返回 null,表示取不到有效值。
-
getDBKernelVersion
public String getDBKernelVersion()
Get 参数信息所属内核版本 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- DBKernelVersion 参数信息所属内核版本 注意:此字段可能返回 null,表示取不到有效值。
-
setDBKernelVersion
public void setDBKernelVersion(String DBKernelVersion)
Set 参数信息所属内核版本 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
DBKernelVersion
- 参数信息所属内核版本 注意:此字段可能返回 null,表示取不到有效值。
-
getValue
public String getValue()
Get 参数在该版本该规格下的默认值 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Value 参数在该版本该规格下的默认值 注意:此字段可能返回 null,表示取不到有效值。
-
setValue
public void setValue(String Value)
Set 参数在该版本该规格下的默认值 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Value
- 参数在该版本该规格下的默认值 注意:此字段可能返回 null,表示取不到有效值。
-
getUnit
public String getUnit()
Get 参数值单位。参数没有单位时,该字段返回空 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Unit 参数值单位。参数没有单位时,该字段返回空 注意:此字段可能返回 null,表示取不到有效值。
-
setUnit
public void setUnit(String Unit)
Set 参数值单位。参数没有单位时,该字段返回空 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Unit
- 参数值单位。参数没有单位时,该字段返回空 注意:此字段可能返回 null,表示取不到有效值。
-
getMax
public Float getMax()
Get 数值类型(integer、real)参数,取值上界 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Max 数值类型(integer、real)参数,取值上界 注意:此字段可能返回 null,表示取不到有效值。
-
setMax
public void setMax(Float Max)
Set 数值类型(integer、real)参数,取值上界 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Max
- 数值类型(integer、real)参数,取值上界 注意:此字段可能返回 null,表示取不到有效值。
-
getMin
public Float getMin()
Get 数值类型(integer、real)参数,取值下界 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Min 数值类型(integer、real)参数,取值下界 注意:此字段可能返回 null,表示取不到有效值。
-
setMin
public void setMin(Float Min)
Set 数值类型(integer、real)参数,取值下界 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Min
- 数值类型(integer、real)参数,取值下界 注意:此字段可能返回 null,表示取不到有效值。
-
getEnumValue
public String[] getEnumValue()
Get 枚举类型参数,取值范围 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- EnumValue 枚举类型参数,取值范围 注意:此字段可能返回 null,表示取不到有效值。
-
setEnumValue
public void setEnumValue(String[] EnumValue)
Set 枚举类型参数,取值范围 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
EnumValue
- 枚举类型参数,取值范围 注意:此字段可能返回 null,表示取不到有效值。
-
-