public static class QueryAllGroupsInDeptResponseBody.QueryAllGroupsInDeptResponseBodyContent
extends com.aliyun.tea.TeaModel
构造器和说明 |
---|
QueryAllGroupsInDeptResponseBodyContent() |
@NameInMap(value="id") public Long id
@NameInMap(value="name") public String name
@NameInMap(value="deptId") public Long deptId
public static QueryAllGroupsInDeptResponseBody.QueryAllGroupsInDeptResponseBodyContent build(Map<String,?> map) throws Exception
Exception
public QueryAllGroupsInDeptResponseBody.QueryAllGroupsInDeptResponseBodyContent setId(Long id)
public Long getId()
public QueryAllGroupsInDeptResponseBody.QueryAllGroupsInDeptResponseBodyContent setName(String name)
public String getName()
public QueryAllGroupsInDeptResponseBody.QueryAllGroupsInDeptResponseBodyContent setDeptId(Long deptId)
public Long getDeptId()
Copyright © 2021. All rights reserved.