All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aliyun.dingtalkbizfinance_1_0.models.GetProductResponseBody Maven / Gradle / Ivy

// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkbizfinance_1_0.models;

import com.aliyun.tea.*;

public class GetProductResponseBody extends TeaModel {
    @NameInMap("accountantBookIdList")
    public java.util.List accountantBookIdList;

    /**
     * example:
     * 

PROD-xxx

*/ @NameInMap("code") public String code; /** * example: *

1634786828686

*/ @NameInMap("createTime") public Long createTime; /** * example: *

和外部合作

*/ @NameInMap("description") public String description; @NameInMap("information") public String information; /** * example: *

外包商品

*/ @NameInMap("name") public String name; /** * example: *

规格型号

*/ @NameInMap("specification") public String specification; /** * example: *

valid

*/ @NameInMap("status") public String status; /** * example: *

*/ @NameInMap("unit") public String unit; @NameInMap("userDefineCode") public String userDefineCode; public static GetProductResponseBody build(java.util.Map map) throws Exception { GetProductResponseBody self = new GetProductResponseBody(); return TeaModel.build(map, self); } public GetProductResponseBody setAccountantBookIdList(java.util.List accountantBookIdList) { this.accountantBookIdList = accountantBookIdList; return this; } public java.util.List getAccountantBookIdList() { return this.accountantBookIdList; } public GetProductResponseBody setCode(String code) { this.code = code; return this; } public String getCode() { return this.code; } public GetProductResponseBody setCreateTime(Long createTime) { this.createTime = createTime; return this; } public Long getCreateTime() { return this.createTime; } public GetProductResponseBody setDescription(String description) { this.description = description; return this; } public String getDescription() { return this.description; } public GetProductResponseBody setInformation(String information) { this.information = information; return this; } public String getInformation() { return this.information; } public GetProductResponseBody setName(String name) { this.name = name; return this; } public String getName() { return this.name; } public GetProductResponseBody setSpecification(String specification) { this.specification = specification; return this; } public String getSpecification() { return this.specification; } public GetProductResponseBody setStatus(String status) { this.status = status; return this; } public String getStatus() { return this.status; } public GetProductResponseBody setUnit(String unit) { this.unit = unit; return this; } public String getUnit() { return this.unit; } public GetProductResponseBody setUserDefineCode(String userDefineCode) { this.userDefineCode = userDefineCode; return this; } public String getUserDefineCode() { return this.userDefineCode; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy