public class DeleteFromMetaCategoryRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
categoryId |
String |
tableGuid |
| 构造器和说明 |
|---|
DeleteFromMetaCategoryRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteFromMetaCategoryRequest |
build(Map<String,?> map) |
Long |
getCategoryId() |
String |
getTableGuid() |
DeleteFromMetaCategoryRequest |
setCategoryId(Long categoryId) |
DeleteFromMetaCategoryRequest |
setTableGuid(String tableGuid) |
@NameInMap(value="CategoryId") public Long categoryId
@NameInMap(value="TableGuid") public String tableGuid
public static DeleteFromMetaCategoryRequest build(Map<String,?> map) throws Exception
Exceptionpublic DeleteFromMetaCategoryRequest setCategoryId(Long categoryId)
public Long getCategoryId()
public DeleteFromMetaCategoryRequest setTableGuid(String tableGuid)
public String getTableGuid()
Copyright © 2021. All rights reserved.