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

com.aliyun.dingtalkjzcrm_1_0.models.EditContactRequest 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.dingtalkjzcrm_1_0.models;

import com.aliyun.tea.*;

public class EditContactRequest extends TeaModel {
    // 编辑数据
    @NameInMap("data")
    public EditContactRequestData data;

    // 数据类型,固定填写197
    @NameInMap("datatype")
    public Long datatype;

    // 数据id,不填或者填0为新增数据
    @NameInMap("msgid")
    public Long msgid;

    // 时间戳
    @NameInMap("stamp")
    public Long stamp;

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

    public EditContactRequest setData(EditContactRequestData data) {
        this.data = data;
        return this;
    }
    public EditContactRequestData getData() {
        return this.data;
    }

    public EditContactRequest setDatatype(Long datatype) {
        this.datatype = datatype;
        return this;
    }
    public Long getDatatype() {
        return this.datatype;
    }

    public EditContactRequest setMsgid(Long msgid) {
        this.msgid = msgid;
        return this;
    }
    public Long getMsgid() {
        return this.msgid;
    }

    public EditContactRequest setStamp(Long stamp) {
        this.stamp = stamp;
        return this;
    }
    public Long getStamp() {
        return this.stamp;
    }

    public static class EditContactRequestData extends TeaModel {
        // 创建人
        @NameInMap("data_userid")
        public String dataUserid;

        // 住址
        @NameInMap("lxr_address")
        public String lxrAddress;

        // 生日
        @NameInMap("lxr_birthday")
        public String lxrBirthday;

        // 称谓
        @NameInMap("lxr_chengwei")
        public String lxrChengwei;

        // 证件号码
        @NameInMap("lxr_ctnumber")
        public String lxrCtnumber;

        // 证件类型
        @NameInMap("lxr_cttype")
        public String lxrCttype;

        // 对应客户
        @NameInMap("lxr_customerid")
        public String lxrCustomerid;

        // 部门
        @NameInMap("lxr_department")
        public String lxrDepartment;

        // 钉钉号
        @NameInMap("lxr_dingtalk")
        public String lxrDingtalk;

        // Email
        @NameInMap("lxr_email")
        public String lxrEmail;

        // 传真
        @NameInMap("lxr_fax")
        public String lxrFax;

        // 分类
        @NameInMap("lxr_group")
        public String lxrGroup;

        // 手机
        @NameInMap("lxr_handset")
        public String lxrHandset;

        // 职务
        @NameInMap("lxr_headship")
        public String lxrHeadship;

        // 爱好
        @NameInMap("lxr_like")
        public String lxrLike;

        // 姓名
        @NameInMap("lxr_name")
        public String lxrName;

        // 联系名片
        @NameInMap("lxr_photo")
        public String lxrPhoto;

        // 负责业务
        @NameInMap("lxr_preside")
        public String lxrPreside;

        // 邮编
        @NameInMap("lxr_pst")
        public String lxrPst;

        // QQ
        @NameInMap("lxr_qq")
        public String lxrQq;

        // 备注
        @NameInMap("lxr_remark")
        public String lxrRemark;

        // 性别(男,女)
        @NameInMap("lxr_sex")
        public String lxrSex;

        // Skype
        @NameInMap("lxr_skype")
        public String lxrSkype;

        // 家庭电话
        @NameInMap("lxr_tel")
        public String lxrTel;

        // 类型(联系人,主联系人)
        @NameInMap("lxr_type")
        public String lxrType;

        // 旺旺
        @NameInMap("lxr_wangwang")
        public String lxrWangwang;

        // 微信号
        @NameInMap("lxr_weixin")
        public String lxrWeixin;

        // 工作电话
        @NameInMap("lxr_worktel")
        public String lxrWorktel;

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

        public EditContactRequestData setDataUserid(String dataUserid) {
            this.dataUserid = dataUserid;
            return this;
        }
        public String getDataUserid() {
            return this.dataUserid;
        }

        public EditContactRequestData setLxrAddress(String lxrAddress) {
            this.lxrAddress = lxrAddress;
            return this;
        }
        public String getLxrAddress() {
            return this.lxrAddress;
        }

        public EditContactRequestData setLxrBirthday(String lxrBirthday) {
            this.lxrBirthday = lxrBirthday;
            return this;
        }
        public String getLxrBirthday() {
            return this.lxrBirthday;
        }

        public EditContactRequestData setLxrChengwei(String lxrChengwei) {
            this.lxrChengwei = lxrChengwei;
            return this;
        }
        public String getLxrChengwei() {
            return this.lxrChengwei;
        }

        public EditContactRequestData setLxrCtnumber(String lxrCtnumber) {
            this.lxrCtnumber = lxrCtnumber;
            return this;
        }
        public String getLxrCtnumber() {
            return this.lxrCtnumber;
        }

        public EditContactRequestData setLxrCttype(String lxrCttype) {
            this.lxrCttype = lxrCttype;
            return this;
        }
        public String getLxrCttype() {
            return this.lxrCttype;
        }

        public EditContactRequestData setLxrCustomerid(String lxrCustomerid) {
            this.lxrCustomerid = lxrCustomerid;
            return this;
        }
        public String getLxrCustomerid() {
            return this.lxrCustomerid;
        }

        public EditContactRequestData setLxrDepartment(String lxrDepartment) {
            this.lxrDepartment = lxrDepartment;
            return this;
        }
        public String getLxrDepartment() {
            return this.lxrDepartment;
        }

        public EditContactRequestData setLxrDingtalk(String lxrDingtalk) {
            this.lxrDingtalk = lxrDingtalk;
            return this;
        }
        public String getLxrDingtalk() {
            return this.lxrDingtalk;
        }

        public EditContactRequestData setLxrEmail(String lxrEmail) {
            this.lxrEmail = lxrEmail;
            return this;
        }
        public String getLxrEmail() {
            return this.lxrEmail;
        }

        public EditContactRequestData setLxrFax(String lxrFax) {
            this.lxrFax = lxrFax;
            return this;
        }
        public String getLxrFax() {
            return this.lxrFax;
        }

        public EditContactRequestData setLxrGroup(String lxrGroup) {
            this.lxrGroup = lxrGroup;
            return this;
        }
        public String getLxrGroup() {
            return this.lxrGroup;
        }

        public EditContactRequestData setLxrHandset(String lxrHandset) {
            this.lxrHandset = lxrHandset;
            return this;
        }
        public String getLxrHandset() {
            return this.lxrHandset;
        }

        public EditContactRequestData setLxrHeadship(String lxrHeadship) {
            this.lxrHeadship = lxrHeadship;
            return this;
        }
        public String getLxrHeadship() {
            return this.lxrHeadship;
        }

        public EditContactRequestData setLxrLike(String lxrLike) {
            this.lxrLike = lxrLike;
            return this;
        }
        public String getLxrLike() {
            return this.lxrLike;
        }

        public EditContactRequestData setLxrName(String lxrName) {
            this.lxrName = lxrName;
            return this;
        }
        public String getLxrName() {
            return this.lxrName;
        }

        public EditContactRequestData setLxrPhoto(String lxrPhoto) {
            this.lxrPhoto = lxrPhoto;
            return this;
        }
        public String getLxrPhoto() {
            return this.lxrPhoto;
        }

        public EditContactRequestData setLxrPreside(String lxrPreside) {
            this.lxrPreside = lxrPreside;
            return this;
        }
        public String getLxrPreside() {
            return this.lxrPreside;
        }

        public EditContactRequestData setLxrPst(String lxrPst) {
            this.lxrPst = lxrPst;
            return this;
        }
        public String getLxrPst() {
            return this.lxrPst;
        }

        public EditContactRequestData setLxrQq(String lxrQq) {
            this.lxrQq = lxrQq;
            return this;
        }
        public String getLxrQq() {
            return this.lxrQq;
        }

        public EditContactRequestData setLxrRemark(String lxrRemark) {
            this.lxrRemark = lxrRemark;
            return this;
        }
        public String getLxrRemark() {
            return this.lxrRemark;
        }

        public EditContactRequestData setLxrSex(String lxrSex) {
            this.lxrSex = lxrSex;
            return this;
        }
        public String getLxrSex() {
            return this.lxrSex;
        }

        public EditContactRequestData setLxrSkype(String lxrSkype) {
            this.lxrSkype = lxrSkype;
            return this;
        }
        public String getLxrSkype() {
            return this.lxrSkype;
        }

        public EditContactRequestData setLxrTel(String lxrTel) {
            this.lxrTel = lxrTel;
            return this;
        }
        public String getLxrTel() {
            return this.lxrTel;
        }

        public EditContactRequestData setLxrType(String lxrType) {
            this.lxrType = lxrType;
            return this;
        }
        public String getLxrType() {
            return this.lxrType;
        }

        public EditContactRequestData setLxrWangwang(String lxrWangwang) {
            this.lxrWangwang = lxrWangwang;
            return this;
        }
        public String getLxrWangwang() {
            return this.lxrWangwang;
        }

        public EditContactRequestData setLxrWeixin(String lxrWeixin) {
            this.lxrWeixin = lxrWeixin;
            return this;
        }
        public String getLxrWeixin() {
            return this.lxrWeixin;
        }

        public EditContactRequestData setLxrWorktel(String lxrWorktel) {
            this.lxrWorktel = lxrWorktel;
            return this;
        }
        public String getLxrWorktel() {
            return this.lxrWorktel;
        }

    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy