Class DescribeBaselineTopRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.DescribeBaselineTopRequest
-
public class DescribeBaselineTopRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeBaselineTopRequest()DescribeBaselineTopRequest(DescribeBaselineTopRequest 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 LonggetStrategyId()Get 策略idLonggetTop()Get 动态top值voidsetStrategyId(Long StrategyId)Set 策略idvoidsetTop(Long Top)Set 动态top值voidtoMap(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
-
DescribeBaselineTopRequest
public DescribeBaselineTopRequest()
-
DescribeBaselineTopRequest
public DescribeBaselineTopRequest(DescribeBaselineTopRequest 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
-
getTop
public Long getTop()
Get 动态top值- Returns:
- Top 动态top值
-
setTop
public void setTop(Long Top)
Set 动态top值- Parameters:
Top- 动态top值
-
getStrategyId
public Long getStrategyId()
Get 策略id- Returns:
- StrategyId 策略id
-
setStrategyId
public void setStrategyId(Long StrategyId)
Set 策略id- Parameters:
StrategyId- 策略id
-
-