public class UpdateCategoryRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
UpdateCategoryRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateCategoryRequest |
build(Map<String,?> map) |
Long |
getCateId() |
String |
getCateName() |
UpdateCategoryRequest |
setCateId(Long cateId) |
UpdateCategoryRequest |
setCateName(String cateName) |
@NameInMap(value="CateId") public Long cateId
The ID of the category.
@NameInMap(value="CateName") public String cateName
The name of the category.
* The value can be up to 64 bytes in length.
* The string must be encoded in the UTF-8 format.
public static UpdateCategoryRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateCategoryRequest setCateId(Long cateId)
public Long getCateId()
public UpdateCategoryRequest setCateName(String cateName)
public String getCateName()
Copyright © 2024. All rights reserved.