public class BaselineConfigItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| BaselineConfigItem() | 
| BaselineConfigItem(BaselineConfigItem 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 | getConfiguration()Get 账号工厂基线项配置,不同基线项配置参数不同。 | 
| String | getIdentifier()Get 账号工厂基线项唯一标识,只能包含英文字母、数字和@、,._[]-:()()【】+=,。,长度2-128个字符。 | 
| void | setConfiguration(String Configuration)Set 账号工厂基线项配置,不同基线项配置参数不同。 | 
| void | setIdentifier(String Identifier)Set 账号工厂基线项唯一标识,只能包含英文字母、数字和@、,._[]-:()()【】+=,。,长度2-128个字符。 | 
| 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 BaselineConfigItem()
public BaselineConfigItem(BaselineConfigItem source)
public String getIdentifier()
public void setIdentifier(String Identifier)
Identifier - 账号工厂基线项唯一标识,只能包含英文字母、数字和@、,._[]-:()()【】+=,。,长度2-128个字符。public String getConfiguration()
public void setConfiguration(String Configuration)
Configuration - 账号工厂基线项配置,不同基线项配置参数不同。Copyright © 2025. All rights reserved.