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