public class ModifyLaneRuleRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyLaneRuleRequest() |
ModifyLaneRuleRequest(ModifyLaneRuleRequest 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 |
---|---|
Boolean |
getEnable()
Get 开启状态。
- true:开启
- false:关闭
|
String |
getLaneId()
Get 泳道配置ID。该参数可以通过调用 [DescribeLanes](https://cloud.tencent.com/document/product/649/44504) 的返回值中的 LaneId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?tab=grayscale&subTab=lane)查看;也可以调用[CreateLane](https://cloud.tencent.com/document/product/649/44508)创建新的泳道配置。
|
String |
getRemark()
Get 灰度发布规则备注,最多支持200个字符。
|
String |
getRuleId()
Get 灰度发布规则ID。该参数可以通过调用 [DescribeLaneRules](https://cloud.tencent.com/document/product/649/44505) 的返回值中的 RuleId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?tab=grayscale&subTab=lanerule)查看;也可以调用[CreateLaneRule](https://cloud.tencent.com/document/product/649/44507)创建新的灰度发布规则。
|
String |
getRuleName()
Get 灰度发布规则名称,最多支持60个字符,支持中英文字符。
|
LaneRuleTag[] |
getRuleTagList()
Get 灰度发布规则标签列表。
|
String |
getRuleTagRelationship()
Get 灰度发布规则标签关系。- RELEATION_AND:与- RELEATION_OR:或
|
void |
setEnable(Boolean Enable)
Set 开启状态。
- true:开启
- false:关闭
|
void |
setLaneId(String LaneId)
Set 泳道配置ID。该参数可以通过调用 [DescribeLanes](https://cloud.tencent.com/document/product/649/44504) 的返回值中的 LaneId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?tab=grayscale&subTab=lane)查看;也可以调用[CreateLane](https://cloud.tencent.com/document/product/649/44508)创建新的泳道配置。
|
void |
setRemark(String Remark)
Set 灰度发布规则备注,最多支持200个字符。
|
void |
setRuleId(String RuleId)
Set 灰度发布规则ID。该参数可以通过调用 [DescribeLaneRules](https://cloud.tencent.com/document/product/649/44505) 的返回值中的 RuleId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?tab=grayscale&subTab=lanerule)查看;也可以调用[CreateLaneRule](https://cloud.tencent.com/document/product/649/44507)创建新的灰度发布规则。
|
void |
setRuleName(String RuleName)
Set 灰度发布规则名称,最多支持60个字符,支持中英文字符。
|
void |
setRuleTagList(LaneRuleTag[] RuleTagList)
Set 灰度发布规则标签列表。
|
void |
setRuleTagRelationship(String RuleTagRelationship)
Set 灰度发布规则标签关系。- RELEATION_AND:与- RELEATION_OR:或
|
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, toJsonString
public ModifyLaneRuleRequest()
public ModifyLaneRuleRequest(ModifyLaneRuleRequest source)
public String getRuleId()
public void setRuleId(String RuleId)
RuleId
- 灰度发布规则ID。该参数可以通过调用 [DescribeLaneRules](https://cloud.tencent.com/document/product/649/44505) 的返回值中的 RuleId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?tab=grayscale&subTab=lanerule)查看;也可以调用[CreateLaneRule](https://cloud.tencent.com/document/product/649/44507)创建新的灰度发布规则。public String getRuleName()
public void setRuleName(String RuleName)
RuleName
- 灰度发布规则名称,最多支持60个字符,支持中英文字符。public String getRemark()
public void setRemark(String Remark)
Remark
- 灰度发布规则备注,最多支持200个字符。public LaneRuleTag[] getRuleTagList()
public void setRuleTagList(LaneRuleTag[] RuleTagList)
RuleTagList
- 灰度发布规则标签列表。public String getRuleTagRelationship()
public void setRuleTagRelationship(String RuleTagRelationship)
RuleTagRelationship
- 灰度发布规则标签关系。- RELEATION_AND:与- RELEATION_OR:或public String getLaneId()
public void setLaneId(String LaneId)
LaneId
- 泳道配置ID。该参数可以通过调用 [DescribeLanes](https://cloud.tencent.com/document/product/649/44504) 的返回值中的 LaneId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?tab=grayscale&subTab=lane)查看;也可以调用[CreateLane](https://cloud.tencent.com/document/product/649/44508)创建新的泳道配置。public Boolean getEnable()
public void setEnable(Boolean Enable)
Enable
- 开启状态。
- true:开启
- false:关闭Copyright © 2025. All rights reserved.