public class ABTestConfig extends AbstractModel
| 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 Canary project name | 
| Boolean | getStatus()Get Valid values: `true` (in canary upgrade); `false` (not in canary upgrade). | 
| void | setProjectName(String ProjectName)Set Canary project name | 
| void | setStatus(Boolean Status)Set Valid values: `true` (in canary upgrade); `false` (not in canary upgrade). | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic ABTestConfig()
public ABTestConfig(ABTestConfig source)
public String getProjectName()
public void setProjectName(String ProjectName)
ProjectName - Canary project namepublic Boolean getStatus()
public void setStatus(Boolean Status)
Status - Valid values: `true` (in canary upgrade); `false` (not in canary upgrade).Copyright © 2023. All rights reserved.