public class GetDataServiceGroupRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
GetDataServiceGroupRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetDataServiceGroupRequest |
build(Map<String,?> map) |
String |
getGroupId() |
Long |
getProjectId() |
Long |
getTenantId() |
GetDataServiceGroupRequest |
setGroupId(String groupId) |
GetDataServiceGroupRequest |
setProjectId(Long projectId) |
GetDataServiceGroupRequest |
setTenantId(Long tenantId) |
@NameInMap(value="GroupId") public String groupId
@NameInMap(value="ProjectId") public Long projectId
@NameInMap(value="TenantId") public Long tenantId
public static GetDataServiceGroupRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetDataServiceGroupRequest setGroupId(String groupId)
public String getGroupId()
public GetDataServiceGroupRequest setProjectId(Long projectId)
public Long getProjectId()
public GetDataServiceGroupRequest setTenantId(Long tenantId)
public Long getTenantId()
Copyright © 2021. All rights reserved.