Class VersionFlowInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcbr.v20220217.models.VersionFlowInfo
-
public class VersionFlowInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description VersionFlowInfo()VersionFlowInfo(VersionFlowInfo 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 LonggetFlowRatio()Get 流量比例BooleangetIsDefaultPriority()Get 是否默认版本LonggetPriority()Get 权重ObjectKVgetUrlParam()Get 测试KV值StringgetVersionName()Get 版本名voidsetFlowRatio(Long FlowRatio)Set 流量比例voidsetIsDefaultPriority(Boolean IsDefaultPriority)Set 是否默认版本voidsetPriority(Long Priority)Set 权重voidsetUrlParam(ObjectKV UrlParam)Set 测试KV值voidsetVersionName(String VersionName)Set 版本名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
-
VersionFlowInfo
public VersionFlowInfo()
-
VersionFlowInfo
public VersionFlowInfo(VersionFlowInfo 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
-
getVersionName
public String getVersionName()
Get 版本名- Returns:
- VersionName 版本名
-
setVersionName
public void setVersionName(String VersionName)
Set 版本名- Parameters:
VersionName- 版本名
-
getIsDefaultPriority
public Boolean getIsDefaultPriority()
Get 是否默认版本- Returns:
- IsDefaultPriority 是否默认版本
-
setIsDefaultPriority
public void setIsDefaultPriority(Boolean IsDefaultPriority)
Set 是否默认版本- Parameters:
IsDefaultPriority- 是否默认版本
-
getFlowRatio
public Long getFlowRatio()
Get 流量比例- Returns:
- FlowRatio 流量比例
-
setFlowRatio
public void setFlowRatio(Long FlowRatio)
Set 流量比例- Parameters:
FlowRatio- 流量比例
-
getUrlParam
public ObjectKV getUrlParam()
Get 测试KV值- Returns:
- UrlParam 测试KV值
-
setUrlParam
public void setUrlParam(ObjectKV UrlParam)
Set 测试KV值- Parameters:
UrlParam- 测试KV值
-
getPriority
public Long getPriority()
Get 权重- Returns:
- Priority 权重
-
setPriority
public void setPriority(Long Priority)
Set 权重- Parameters:
Priority- 权重
-
-