public class DeleteSkillGroupRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
outerGroupId |
String |
outerGroupType |
构造器和说明 |
---|
DeleteSkillGroupRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DeleteSkillGroupRequest |
build(Map<String,?> map) |
String |
getOuterGroupId() |
String |
getOuterGroupType() |
DeleteSkillGroupRequest |
setOuterGroupId(String outerGroupId) |
DeleteSkillGroupRequest |
setOuterGroupType(String outerGroupType) |
@NameInMap(value="OuterGroupId") public String outerGroupId
@NameInMap(value="OuterGroupType") public String outerGroupType
public static DeleteSkillGroupRequest build(Map<String,?> map) throws Exception
Exception
public DeleteSkillGroupRequest setOuterGroupId(String outerGroupId)
public String getOuterGroupId()
public DeleteSkillGroupRequest setOuterGroupType(String outerGroupType)
public String getOuterGroupType()
Copyright © 2023. All rights reserved.