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

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

There is a newer version: 2.1.50
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 QueryDepartmentInfoResponseBody extends TeaModel {
    // 科室详情
    @NameInMap("content")
    public QueryDepartmentInfoResponseBodyContent content;

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

    public QueryDepartmentInfoResponseBody setContent(QueryDepartmentInfoResponseBodyContent content) {
        this.content = content;
        return this;
    }
    public QueryDepartmentInfoResponseBodyContent getContent() {
        return this.content;
    }

    public static class QueryDepartmentInfoResponseBodyContentDepartment extends TeaModel {
        // 科室code
        @NameInMap("deptCode")
        public String deptCode;

        // 科室名称
        @NameInMap("deptName")
        public String deptName;

        // 顺序
        @NameInMap("deptOrder")
        public Long deptOrder;

        // 状态
        @NameInMap("deptStatus")
        public Integer deptStatus;

        // 类型
        @NameInMap("deptType")
        public Integer deptType;

        // 创建时间
        @NameInMap("gmtCreateStr")
        public String gmtCreateStr;

        // 修改时间
        @NameInMap("gmtModifiedStr")
        public String gmtModifiedStr;

        // 科室id
        @NameInMap("id")
        public Long id;

        // 科室名称
        @NameInMap("name")
        public String name;

        // 父code
        @NameInMap("parentDeptCode")
        public String parentDeptCode;

        // 备注
        @NameInMap("remark")
        public String remark;

        // 病区id
        @NameInMap("wardIdList")
        public java.util.List wardIdList;

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

        public QueryDepartmentInfoResponseBodyContentDepartment setDeptCode(String deptCode) {
            this.deptCode = deptCode;
            return this;
        }
        public String getDeptCode() {
            return this.deptCode;
        }

        public QueryDepartmentInfoResponseBodyContentDepartment setDeptName(String deptName) {
            this.deptName = deptName;
            return this;
        }
        public String getDeptName() {
            return this.deptName;
        }

        public QueryDepartmentInfoResponseBodyContentDepartment setDeptOrder(Long deptOrder) {
            this.deptOrder = deptOrder;
            return this;
        }
        public Long getDeptOrder() {
            return this.deptOrder;
        }

        public QueryDepartmentInfoResponseBodyContentDepartment setDeptStatus(Integer deptStatus) {
            this.deptStatus = deptStatus;
            return this;
        }
        public Integer getDeptStatus() {
            return this.deptStatus;
        }

        public QueryDepartmentInfoResponseBodyContentDepartment setDeptType(Integer deptType) {
            this.deptType = deptType;
            return this;
        }
        public Integer getDeptType() {
            return this.deptType;
        }

        public QueryDepartmentInfoResponseBodyContentDepartment setGmtCreateStr(String gmtCreateStr) {
            this.gmtCreateStr = gmtCreateStr;
            return this;
        }
        public String getGmtCreateStr() {
            return this.gmtCreateStr;
        }

        public QueryDepartmentInfoResponseBodyContentDepartment setGmtModifiedStr(String gmtModifiedStr) {
            this.gmtModifiedStr = gmtModifiedStr;
            return this;
        }
        public String getGmtModifiedStr() {
            return this.gmtModifiedStr;
        }

        public QueryDepartmentInfoResponseBodyContentDepartment setId(Long id) {
            this.id = id;
            return this;
        }
        public Long getId() {
            return this.id;
        }

        public QueryDepartmentInfoResponseBodyContentDepartment setName(String name) {
            this.name = name;
            return this;
        }
        public String getName() {
            return this.name;
        }

        public QueryDepartmentInfoResponseBodyContentDepartment setParentDeptCode(String parentDeptCode) {
            this.parentDeptCode = parentDeptCode;
            return this;
        }
        public String getParentDeptCode() {
            return this.parentDeptCode;
        }

        public QueryDepartmentInfoResponseBodyContentDepartment setRemark(String remark) {
            this.remark = remark;
            return this;
        }
        public String getRemark() {
            return this.remark;
        }

        public QueryDepartmentInfoResponseBodyContentDepartment setWardIdList(java.util.List wardIdList) {
            this.wardIdList = wardIdList;
            return this;
        }
        public java.util.List getWardIdList() {
            return this.wardIdList;
        }

    }

    public static class QueryDepartmentInfoResponseBodyContentExtendInfos extends TeaModel {
        // 部门code
        @NameInMap("deptCode")
        public String deptCode;

        // 扩展属性描述
        @NameInMap("deptExtendDisplayName")
        public String deptExtendDisplayName;

        // 扩展属性key
        @NameInMap("deptExtendKey")
        public String deptExtendKey;

        // 扩展属性value
        @NameInMap("deptExtendValue")
        public String deptExtendValue;

        // 创建时间
        @NameInMap("gmtCreateStr")
        public String gmtCreateStr;

        // 修改时间
        @NameInMap("gmtModifiedStr")
        public String gmtModifiedStr;

        // id
        @NameInMap("id")
        public Long id;

        // 状态
        @NameInMap("status")
        public Integer status;

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

        public QueryDepartmentInfoResponseBodyContentExtendInfos setDeptCode(String deptCode) {
            this.deptCode = deptCode;
            return this;
        }
        public String getDeptCode() {
            return this.deptCode;
        }

        public QueryDepartmentInfoResponseBodyContentExtendInfos setDeptExtendDisplayName(String deptExtendDisplayName) {
            this.deptExtendDisplayName = deptExtendDisplayName;
            return this;
        }
        public String getDeptExtendDisplayName() {
            return this.deptExtendDisplayName;
        }

        public QueryDepartmentInfoResponseBodyContentExtendInfos setDeptExtendKey(String deptExtendKey) {
            this.deptExtendKey = deptExtendKey;
            return this;
        }
        public String getDeptExtendKey() {
            return this.deptExtendKey;
        }

        public QueryDepartmentInfoResponseBodyContentExtendInfos setDeptExtendValue(String deptExtendValue) {
            this.deptExtendValue = deptExtendValue;
            return this;
        }
        public String getDeptExtendValue() {
            return this.deptExtendValue;
        }

        public QueryDepartmentInfoResponseBodyContentExtendInfos setGmtCreateStr(String gmtCreateStr) {
            this.gmtCreateStr = gmtCreateStr;
            return this;
        }
        public String getGmtCreateStr() {
            return this.gmtCreateStr;
        }

        public QueryDepartmentInfoResponseBodyContentExtendInfos setGmtModifiedStr(String gmtModifiedStr) {
            this.gmtModifiedStr = gmtModifiedStr;
            return this;
        }
        public String getGmtModifiedStr() {
            return this.gmtModifiedStr;
        }

        public QueryDepartmentInfoResponseBodyContentExtendInfos setId(Long id) {
            this.id = id;
            return this;
        }
        public Long getId() {
            return this.id;
        }

        public QueryDepartmentInfoResponseBodyContentExtendInfos setStatus(Integer status) {
            this.status = status;
            return this;
        }
        public Integer getStatus() {
            return this.status;
        }

    }

    public static class QueryDepartmentInfoResponseBodyContent extends TeaModel {
        // 科室列表
        @NameInMap("department")
        public QueryDepartmentInfoResponseBodyContentDepartment department;

        // 科室扩展属性值
        @NameInMap("extendInfos")
        public java.util.List extendInfos;

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

        public QueryDepartmentInfoResponseBodyContent setDepartment(QueryDepartmentInfoResponseBodyContentDepartment department) {
            this.department = department;
            return this;
        }
        public QueryDepartmentInfoResponseBodyContentDepartment getDepartment() {
            return this.department;
        }

        public QueryDepartmentInfoResponseBodyContent setExtendInfos(java.util.List extendInfos) {
            this.extendInfos = extendInfos;
            return this;
        }
        public java.util.List getExtendInfos() {
            return this.extendInfos;
        }

    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy