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