public class BatchApplyAccountBaselinesRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
BatchApplyAccountBaselinesRequest() |
BatchApplyAccountBaselinesRequest(BatchApplyAccountBaselinesRequest 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 |
---|---|
BaselineConfigItem[] |
getBaselineConfigItems()
Get 基线项配置信息列表。
|
Long[] |
getMemberUinList()
Get 成员账号uin,也是被应用基线的账号uin。
|
void |
setBaselineConfigItems(BaselineConfigItem[] BaselineConfigItems)
Set 基线项配置信息列表。
|
void |
setMemberUinList(Long[] MemberUinList)
Set 成员账号uin,也是被应用基线的账号uin。
|
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 BatchApplyAccountBaselinesRequest()
public BatchApplyAccountBaselinesRequest(BatchApplyAccountBaselinesRequest source)
public Long[] getMemberUinList()
public void setMemberUinList(Long[] MemberUinList)
MemberUinList
- 成员账号uin,也是被应用基线的账号uin。public BaselineConfigItem[] getBaselineConfigItems()
public void setBaselineConfigItems(BaselineConfigItem[] BaselineConfigItems)
BaselineConfigItems
- 基线项配置信息列表。Copyright © 2025. All rights reserved.