public class CloudBaseRunVersionFlowItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CloudBaseRunVersionFlowItem() | 
| CloudBaseRunVersionFlowItem(CloudBaseRunVersionFlowItem 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 | getFlowRatio()Get 流量占比 | 
| Boolean | getIsDefaultPriority()Get 是否是默认兜底版本 | 
| Long | getPriority()Get 优先级 | 
| ObjectKV | getUrlParam()Get 流量参数键值对(URL参数/HEADERS参数) | 
| String | getVersionName()Get 版本名称 | 
| void | setFlowRatio(Long FlowRatio)Set 流量占比 | 
| void | setIsDefaultPriority(Boolean IsDefaultPriority)Set 是否是默认兜底版本 | 
| void | setPriority(Long Priority)Set 优先级 | 
| void | setUrlParam(ObjectKV UrlParam)Set 流量参数键值对(URL参数/HEADERS参数) | 
| void | setVersionName(String VersionName)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 CloudBaseRunVersionFlowItem()
public CloudBaseRunVersionFlowItem(CloudBaseRunVersionFlowItem source)
public String getVersionName()
public void setVersionName(String VersionName)
VersionName - 版本名称public Long getFlowRatio()
public void setFlowRatio(Long FlowRatio)
FlowRatio - 流量占比public ObjectKV getUrlParam()
public void setUrlParam(ObjectKV UrlParam)
UrlParam - 流量参数键值对(URL参数/HEADERS参数)public Long getPriority()
public void setPriority(Long Priority)
Priority - 优先级public Boolean getIsDefaultPriority()
public void setIsDefaultPriority(Boolean IsDefaultPriority)
IsDefaultPriority - 是否是默认兜底版本Copyright © 2025. All rights reserved.