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

com.aliyun.dingtalkindustry_1_0.models.IndustryManufactureCostRecordListGetResponseBody Maven / Gradle / Ivy

There is a newer version: 2.1.30
Show newest version
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkindustry_1_0.models;

import com.aliyun.tea.*;

public class IndustryManufactureCostRecordListGetResponseBody extends TeaModel {
    @NameInMap("hasMore")
    public Boolean hasMore;

    @NameInMap("list")
    public java.util.List list;

    @NameInMap("nextCursor")
    public Long nextCursor;

    @NameInMap("totalCount")
    public Long totalCount;

    public static IndustryManufactureCostRecordListGetResponseBody build(java.util.Map map) throws Exception {
        IndustryManufactureCostRecordListGetResponseBody self = new IndustryManufactureCostRecordListGetResponseBody();
        return TeaModel.build(map, self);
    }

    public IndustryManufactureCostRecordListGetResponseBody setHasMore(Boolean hasMore) {
        this.hasMore = hasMore;
        return this;
    }
    public Boolean getHasMore() {
        return this.hasMore;
    }

    public IndustryManufactureCostRecordListGetResponseBody setList(java.util.List list) {
        this.list = list;
        return this;
    }
    public java.util.List getList() {
        return this.list;
    }

    public IndustryManufactureCostRecordListGetResponseBody setNextCursor(Long nextCursor) {
        this.nextCursor = nextCursor;
        return this;
    }
    public Long getNextCursor() {
        return this.nextCursor;
    }

    public IndustryManufactureCostRecordListGetResponseBody setTotalCount(Long totalCount) {
        this.totalCount = totalCount;
        return this;
    }
    public Long getTotalCount() {
        return this.totalCount;
    }

    public static class IndustryManufactureCostRecordListGetResponseBodyList extends TeaModel {
        @NameInMap("corpId")
        public String corpId;

        @NameInMap("count")
        public Float count;

        @NameInMap("ext")
        public String ext;

        @NameInMap("gmtCreate")
        public Long gmtCreate;

        @NameInMap("gmtModified")
        public Long gmtModified;

        @NameInMap("instanceId")
        public String instanceId;

        @NameInMap("isDeleted")
        public String isDeleted;

        @NameInMap("materialCostRecordNo")
        public String materialCostRecordNo;

        @NameInMap("materialName")
        public String materialName;

        @NameInMap("materialNo")
        public String materialNo;

        @NameInMap("memo")
        public String memo;

        @NameInMap("orderNo")
        public String orderNo;

        @NameInMap("price")
        public Float price;

        @NameInMap("processCode")
        public String processCode;

        @NameInMap("productionTaskNo")
        public String productionTaskNo;

        @NameInMap("realCount")
        public Float realCount;

        @NameInMap("realPrice")
        public Float realPrice;

        @NameInMap("type")
        public String type;

        @NameInMap("unit")
        public String unit;

        public static IndustryManufactureCostRecordListGetResponseBodyList build(java.util.Map map) throws Exception {
            IndustryManufactureCostRecordListGetResponseBodyList self = new IndustryManufactureCostRecordListGetResponseBodyList();
            return TeaModel.build(map, self);
        }

        public IndustryManufactureCostRecordListGetResponseBodyList setCorpId(String corpId) {
            this.corpId = corpId;
            return this;
        }
        public String getCorpId() {
            return this.corpId;
        }

        public IndustryManufactureCostRecordListGetResponseBodyList setCount(Float count) {
            this.count = count;
            return this;
        }
        public Float getCount() {
            return this.count;
        }

        public IndustryManufactureCostRecordListGetResponseBodyList setExt(String ext) {
            this.ext = ext;
            return this;
        }
        public String getExt() {
            return this.ext;
        }

        public IndustryManufactureCostRecordListGetResponseBodyList setGmtCreate(Long gmtCreate) {
            this.gmtCreate = gmtCreate;
            return this;
        }
        public Long getGmtCreate() {
            return this.gmtCreate;
        }

        public IndustryManufactureCostRecordListGetResponseBodyList setGmtModified(Long gmtModified) {
            this.gmtModified = gmtModified;
            return this;
        }
        public Long getGmtModified() {
            return this.gmtModified;
        }

        public IndustryManufactureCostRecordListGetResponseBodyList setInstanceId(String instanceId) {
            this.instanceId = instanceId;
            return this;
        }
        public String getInstanceId() {
            return this.instanceId;
        }

        public IndustryManufactureCostRecordListGetResponseBodyList setIsDeleted(String isDeleted) {
            this.isDeleted = isDeleted;
            return this;
        }
        public String getIsDeleted() {
            return this.isDeleted;
        }

        public IndustryManufactureCostRecordListGetResponseBodyList setMaterialCostRecordNo(String materialCostRecordNo) {
            this.materialCostRecordNo = materialCostRecordNo;
            return this;
        }
        public String getMaterialCostRecordNo() {
            return this.materialCostRecordNo;
        }

        public IndustryManufactureCostRecordListGetResponseBodyList setMaterialName(String materialName) {
            this.materialName = materialName;
            return this;
        }
        public String getMaterialName() {
            return this.materialName;
        }

        public IndustryManufactureCostRecordListGetResponseBodyList setMaterialNo(String materialNo) {
            this.materialNo = materialNo;
            return this;
        }
        public String getMaterialNo() {
            return this.materialNo;
        }

        public IndustryManufactureCostRecordListGetResponseBodyList setMemo(String memo) {
            this.memo = memo;
            return this;
        }
        public String getMemo() {
            return this.memo;
        }

        public IndustryManufactureCostRecordListGetResponseBodyList setOrderNo(String orderNo) {
            this.orderNo = orderNo;
            return this;
        }
        public String getOrderNo() {
            return this.orderNo;
        }

        public IndustryManufactureCostRecordListGetResponseBodyList setPrice(Float price) {
            this.price = price;
            return this;
        }
        public Float getPrice() {
            return this.price;
        }

        public IndustryManufactureCostRecordListGetResponseBodyList setProcessCode(String processCode) {
            this.processCode = processCode;
            return this;
        }
        public String getProcessCode() {
            return this.processCode;
        }

        public IndustryManufactureCostRecordListGetResponseBodyList setProductionTaskNo(String productionTaskNo) {
            this.productionTaskNo = productionTaskNo;
            return this;
        }
        public String getProductionTaskNo() {
            return this.productionTaskNo;
        }

        public IndustryManufactureCostRecordListGetResponseBodyList setRealCount(Float realCount) {
            this.realCount = realCount;
            return this;
        }
        public Float getRealCount() {
            return this.realCount;
        }

        public IndustryManufactureCostRecordListGetResponseBodyList setRealPrice(Float realPrice) {
            this.realPrice = realPrice;
            return this;
        }
        public Float getRealPrice() {
            return this.realPrice;
        }

        public IndustryManufactureCostRecordListGetResponseBodyList setType(String type) {
            this.type = type;
            return this;
        }
        public String getType() {
            return this.type;
        }

        public IndustryManufactureCostRecordListGetResponseBodyList setUnit(String unit) {
            this.unit = unit;
            return this;
        }
        public String getUnit() {
            return this.unit;
        }

    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy