public class HpaPolicy extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| HpaPolicy() | 
| HpaPolicy(HpaPolicy 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getPolicyThreshold()Get 策略阈值 | 
| String | getPolicyType()Get 策略类型 | 
| void | setPolicyThreshold(Long PolicyThreshold)Set 策略阈值 | 
| void | setPolicyType(String PolicyType)Set 策略类型 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic HpaPolicy()
public HpaPolicy(HpaPolicy source)
public String getPolicyType()
public void setPolicyType(String PolicyType)
PolicyType - 策略类型public Long getPolicyThreshold()
public void setPolicyThreshold(Long PolicyThreshold)
PolicyThreshold - 策略阈值Copyright © 2025. All rights reserved.