public class DeleteOuterAccountRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
outerAccountId |
String |
outerAccountType |
构造器和说明 |
---|
DeleteOuterAccountRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DeleteOuterAccountRequest |
build(Map<String,?> map) |
String |
getOuterAccountId() |
String |
getOuterAccountType() |
DeleteOuterAccountRequest |
setOuterAccountId(String outerAccountId) |
DeleteOuterAccountRequest |
setOuterAccountType(String outerAccountType) |
@NameInMap(value="OuterAccountId") public String outerAccountId
@NameInMap(value="OuterAccountType") public String outerAccountType
public static DeleteOuterAccountRequest build(Map<String,?> map) throws Exception
Exception
public DeleteOuterAccountRequest setOuterAccountId(String outerAccountId)
public String getOuterAccountId()
public DeleteOuterAccountRequest setOuterAccountType(String outerAccountType)
public String getOuterAccountType()
Copyright © 2023. All rights reserved.