public class SupplyUpdatePartnerTypeRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
labelId
This parameter is required.
|
String |
name
example:
标签名称
|
Long |
superId
example:
862
|
| 构造器和说明 |
|---|
SupplyUpdatePartnerTypeRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SupplyUpdatePartnerTypeRequest |
build(Map<String,?> map) |
Long |
getLabelId() |
String |
getName() |
Long |
getSuperId() |
SupplyUpdatePartnerTypeRequest |
setLabelId(Long labelId) |
SupplyUpdatePartnerTypeRequest |
setName(String name) |
SupplyUpdatePartnerTypeRequest |
setSuperId(Long superId) |
@NameInMap(value="labelId") public Long labelId
This parameter is required.
example:1
@NameInMap(value="name") public String name
标签名称
@NameInMap(value="superId") public Long superId
862
public static SupplyUpdatePartnerTypeRequest build(Map<String,?> map) throws Exception
Exceptionpublic SupplyUpdatePartnerTypeRequest setLabelId(Long labelId)
public Long getLabelId()
public SupplyUpdatePartnerTypeRequest setName(String name)
public String getName()
public SupplyUpdatePartnerTypeRequest setSuperId(Long superId)
public Long getSuperId()
Copyright © 2025. All rights reserved.