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