public class ABTestConfig extends AbstractModel
header, skipSign
Constructor and Description |
---|
ABTestConfig() |
ABTestConfig(ABTestConfig 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 |
---|---|
String |
getProjectName()
Get 灰度项目名称
|
Boolean |
getStatus()
Get true:正在灰度,false:不在灰度
|
void |
setProjectName(String ProjectName)
Set 灰度项目名称
|
void |
setStatus(Boolean Status)
Set true:正在灰度,false:不在灰度
|
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 ABTestConfig()
public ABTestConfig(ABTestConfig source)
public String getProjectName()
public void setProjectName(String ProjectName)
ProjectName
- 灰度项目名称public Boolean getStatus()
public void setStatus(Boolean Status)
Status
- true:正在灰度,false:不在灰度Copyright © 2024. All rights reserved.