public static class AddImageResponseBody.AddImageResponseBodyPicInfo
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
categoryId |
String |
region |
| 构造器和说明 |
|---|
AddImageResponseBodyPicInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
static AddImageResponseBody.AddImageResponseBodyPicInfo |
build(Map<String,?> map) |
Integer |
getCategoryId() |
String |
getRegion() |
AddImageResponseBody.AddImageResponseBodyPicInfo |
setCategoryId(Integer categoryId) |
AddImageResponseBody.AddImageResponseBodyPicInfo |
setRegion(String region) |
@NameInMap(value="Region") public String region
@NameInMap(value="CategoryId") public Integer categoryId
public static AddImageResponseBody.AddImageResponseBodyPicInfo build(Map<String,?> map) throws Exception
Exceptionpublic AddImageResponseBody.AddImageResponseBodyPicInfo setRegion(String region)
public String getRegion()
public AddImageResponseBody.AddImageResponseBodyPicInfo setCategoryId(Integer categoryId)
public Integer getCategoryId()
Copyright © 2020. All rights reserved.