public class ChangeGroupOwnerResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
newGroupOwnerId |
Integer |
newGroupOwnerType |
构造器和说明 |
---|
ChangeGroupOwnerResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static ChangeGroupOwnerResponseBody |
build(Map<String,?> map) |
String |
getNewGroupOwnerId() |
Integer |
getNewGroupOwnerType() |
ChangeGroupOwnerResponseBody |
setNewGroupOwnerId(String newGroupOwnerId) |
ChangeGroupOwnerResponseBody |
setNewGroupOwnerType(Integer newGroupOwnerType) |
@NameInMap(value="newGroupOwnerId") public String newGroupOwnerId
@NameInMap(value="newGroupOwnerType") public Integer newGroupOwnerType
public static ChangeGroupOwnerResponseBody build(Map<String,?> map) throws Exception
Exception
public ChangeGroupOwnerResponseBody setNewGroupOwnerId(String newGroupOwnerId)
public String getNewGroupOwnerId()
public ChangeGroupOwnerResponseBody setNewGroupOwnerType(Integer newGroupOwnerType)
public Integer getNewGroupOwnerType()
Copyright © 2024. All rights reserved.