Class CloudNativeAPIGatewayStrategyAutoScalerConfigMetric
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tse.v20201207.models.CloudNativeAPIGatewayStrategyAutoScalerConfigMetric
-
public class CloudNativeAPIGatewayStrategyAutoScalerConfigMetric extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CloudNativeAPIGatewayStrategyAutoScalerConfigMetric()
CloudNativeAPIGatewayStrategyAutoScalerConfigMetric(CloudNativeAPIGatewayStrategyAutoScalerConfigMetric 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
getResourceName()
Get 指标资源名称 注意:此字段可能返回 null,表示取不到有效值。String
getTargetType()
Get 指标目标类型 注意:此字段可能返回 null,表示取不到有效值。Long
getTargetValue()
Get 指标目标值 注意:此字段可能返回 null,表示取不到有效值。String
getType()
Get 指标类型 注意:此字段可能返回 null,表示取不到有效值。void
setResourceName(String ResourceName)
Set 指标资源名称 注意:此字段可能返回 null,表示取不到有效值。void
setTargetType(String TargetType)
Set 指标目标类型 注意:此字段可能返回 null,表示取不到有效值。void
setTargetValue(Long TargetValue)
Set 指标目标值 注意:此字段可能返回 null,表示取不到有效值。void
setType(String Type)
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
-
CloudNativeAPIGatewayStrategyAutoScalerConfigMetric
public CloudNativeAPIGatewayStrategyAutoScalerConfigMetric()
-
CloudNativeAPIGatewayStrategyAutoScalerConfigMetric
public CloudNativeAPIGatewayStrategyAutoScalerConfigMetric(CloudNativeAPIGatewayStrategyAutoScalerConfigMetric 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
-
getType
public String getType()
Get 指标类型 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Type 指标类型 注意:此字段可能返回 null,表示取不到有效值。
-
setType
public void setType(String Type)
Set 指标类型 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Type
- 指标类型 注意:此字段可能返回 null,表示取不到有效值。
-
getResourceName
public String getResourceName()
Get 指标资源名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ResourceName 指标资源名称 注意:此字段可能返回 null,表示取不到有效值。
-
setResourceName
public void setResourceName(String ResourceName)
Set 指标资源名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ResourceName
- 指标资源名称 注意:此字段可能返回 null,表示取不到有效值。
-
getTargetType
public String getTargetType()
Get 指标目标类型 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TargetType 指标目标类型 注意:此字段可能返回 null,表示取不到有效值。
-
setTargetType
public void setTargetType(String TargetType)
Set 指标目标类型 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TargetType
- 指标目标类型 注意:此字段可能返回 null,表示取不到有效值。
-
getTargetValue
public Long getTargetValue()
Get 指标目标值 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TargetValue 指标目标值 注意:此字段可能返回 null,表示取不到有效值。
-
setTargetValue
public void setTargetValue(Long TargetValue)
Set 指标目标值 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TargetValue
- 指标目标值 注意:此字段可能返回 null,表示取不到有效值。
-
-