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

com.aliyun.dingtalkalitrip_1_0.models.QueryCityCarApplyResponseBody Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class QueryCityCarApplyResponseBody extends TeaModel {
    @NameInMap("applyList")
    public java.util.List applyList;

    /**
     * example:
     * 

10

*/ @NameInMap("total") public Long total; public static QueryCityCarApplyResponseBody build(java.util.Map map) throws Exception { QueryCityCarApplyResponseBody self = new QueryCityCarApplyResponseBody(); return TeaModel.build(map, self); } public QueryCityCarApplyResponseBody setApplyList(java.util.List applyList) { this.applyList = applyList; return this; } public java.util.List getApplyList() { return this.applyList; } public QueryCityCarApplyResponseBody setTotal(Long total) { this.total = total; return this; } public Long getTotal() { return this.total; } public static class QueryCityCarApplyResponseBodyApplyListApproverList extends TeaModel { /** * example: *

同意

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

2021-03-18 20:26:56

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

1

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

1

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

同意

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

user1

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

员工1

*/ @NameInMap("userName") public String userName; public static QueryCityCarApplyResponseBodyApplyListApproverList build(java.util.Map map) throws Exception { QueryCityCarApplyResponseBodyApplyListApproverList self = new QueryCityCarApplyResponseBodyApplyListApproverList(); return TeaModel.build(map, self); } public QueryCityCarApplyResponseBodyApplyListApproverList setNote(String note) { this.note = note; return this; } public String getNote() { return this.note; } public QueryCityCarApplyResponseBodyApplyListApproverList setOperateTime(String operateTime) { this.operateTime = operateTime; return this; } public String getOperateTime() { return this.operateTime; } public QueryCityCarApplyResponseBodyApplyListApproverList setOrder(Long order) { this.order = order; return this; } public Long getOrder() { return this.order; } public QueryCityCarApplyResponseBodyApplyListApproverList setStatus(Long status) { this.status = status; return this; } public Long getStatus() { return this.status; } public QueryCityCarApplyResponseBodyApplyListApproverList setStatusDesc(String statusDesc) { this.statusDesc = statusDesc; return this; } public String getStatusDesc() { return this.statusDesc; } public QueryCityCarApplyResponseBodyApplyListApproverList setUserId(String userId) { this.userId = userId; return this; } public String getUserId() { return this.userId; } public QueryCityCarApplyResponseBodyApplyListApproverList setUserName(String userName) { this.userName = userName; return this; } public String getUserName() { return this.userName; } } public static class QueryCityCarApplyResponseBodyApplyListItineraryList extends TeaModel { /** * example: *

杭州

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

HGH

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

2021-03-18 20:26:56

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

1

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

成本中心1

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

杭州

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

HGH

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

2021-03-18 20:26:56

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

1

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

发票抬头1

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

1

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

projectx

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

项目x

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

4

*/ @NameInMap("trafficType") public Long trafficType; public static QueryCityCarApplyResponseBodyApplyListItineraryList build(java.util.Map map) throws Exception { QueryCityCarApplyResponseBodyApplyListItineraryList self = new QueryCityCarApplyResponseBodyApplyListItineraryList(); return TeaModel.build(map, self); } public QueryCityCarApplyResponseBodyApplyListItineraryList setArrCity(String arrCity) { this.arrCity = arrCity; return this; } public String getArrCity() { return this.arrCity; } public QueryCityCarApplyResponseBodyApplyListItineraryList setArrCityCode(String arrCityCode) { this.arrCityCode = arrCityCode; return this; } public String getArrCityCode() { return this.arrCityCode; } public QueryCityCarApplyResponseBodyApplyListItineraryList setArrDate(String arrDate) { this.arrDate = arrDate; return this; } public String getArrDate() { return this.arrDate; } public QueryCityCarApplyResponseBodyApplyListItineraryList setCostCenterId(Long costCenterId) { this.costCenterId = costCenterId; return this; } public Long getCostCenterId() { return this.costCenterId; } public QueryCityCarApplyResponseBodyApplyListItineraryList setCostCenterName(String costCenterName) { this.costCenterName = costCenterName; return this; } public String getCostCenterName() { return this.costCenterName; } public QueryCityCarApplyResponseBodyApplyListItineraryList setDepCity(String depCity) { this.depCity = depCity; return this; } public String getDepCity() { return this.depCity; } public QueryCityCarApplyResponseBodyApplyListItineraryList setDepCityCode(String depCityCode) { this.depCityCode = depCityCode; return this; } public String getDepCityCode() { return this.depCityCode; } public QueryCityCarApplyResponseBodyApplyListItineraryList setDepDate(String depDate) { this.depDate = depDate; return this; } public String getDepDate() { return this.depDate; } public QueryCityCarApplyResponseBodyApplyListItineraryList setInvoiceId(Long invoiceId) { this.invoiceId = invoiceId; return this; } public Long getInvoiceId() { return this.invoiceId; } public QueryCityCarApplyResponseBodyApplyListItineraryList setInvoiceName(String invoiceName) { this.invoiceName = invoiceName; return this; } public String getInvoiceName() { return this.invoiceName; } public QueryCityCarApplyResponseBodyApplyListItineraryList setItineraryId(String itineraryId) { this.itineraryId = itineraryId; return this; } public String getItineraryId() { return this.itineraryId; } public QueryCityCarApplyResponseBodyApplyListItineraryList setProjectCode(String projectCode) { this.projectCode = projectCode; return this; } public String getProjectCode() { return this.projectCode; } public QueryCityCarApplyResponseBodyApplyListItineraryList setProjectTitle(String projectTitle) { this.projectTitle = projectTitle; return this; } public String getProjectTitle() { return this.projectTitle; } public QueryCityCarApplyResponseBodyApplyListItineraryList setTrafficType(Long trafficType) { this.trafficType = trafficType; return this; } public Long getTrafficType() { return this.trafficType; } } public static class QueryCityCarApplyResponseBodyApplyList extends TeaModel { @NameInMap("approverList") public java.util.List approverList; /** * example: *

1

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

部门1

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

2021-03-18 20:26:56

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

2021-03-18 20:26:56

*/ @NameInMap("gmtModified") public String gmtModified; @NameInMap("itineraryList") public java.util.List itineraryList; /** * example: *

申请

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

0

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

apply1

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

杭州出差

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

杭州出差

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

user1

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

员工1

*/ @NameInMap("userName") public String userName; public static QueryCityCarApplyResponseBodyApplyList build(java.util.Map map) throws Exception { QueryCityCarApplyResponseBodyApplyList self = new QueryCityCarApplyResponseBodyApplyList(); return TeaModel.build(map, self); } public QueryCityCarApplyResponseBodyApplyList setApproverList(java.util.List approverList) { this.approverList = approverList; return this; } public java.util.List getApproverList() { return this.approverList; } public QueryCityCarApplyResponseBodyApplyList setDepartId(String departId) { this.departId = departId; return this; } public String getDepartId() { return this.departId; } public QueryCityCarApplyResponseBodyApplyList setDepartName(String departName) { this.departName = departName; return this; } public String getDepartName() { return this.departName; } public QueryCityCarApplyResponseBodyApplyList setGmtCreate(String gmtCreate) { this.gmtCreate = gmtCreate; return this; } public String getGmtCreate() { return this.gmtCreate; } public QueryCityCarApplyResponseBodyApplyList setGmtModified(String gmtModified) { this.gmtModified = gmtModified; return this; } public String getGmtModified() { return this.gmtModified; } public QueryCityCarApplyResponseBodyApplyList setItineraryList(java.util.List itineraryList) { this.itineraryList = itineraryList; return this; } public java.util.List getItineraryList() { return this.itineraryList; } public QueryCityCarApplyResponseBodyApplyList setStatus(Long status) { this.status = status; return this; } public Long getStatus() { return this.status; } public QueryCityCarApplyResponseBodyApplyList setStatusDesc(String statusDesc) { this.statusDesc = statusDesc; return this; } public String getStatusDesc() { return this.statusDesc; } public QueryCityCarApplyResponseBodyApplyList setThirdPartApplyId(String thirdPartApplyId) { this.thirdPartApplyId = thirdPartApplyId; return this; } public String getThirdPartApplyId() { return this.thirdPartApplyId; } public QueryCityCarApplyResponseBodyApplyList setTripCause(String tripCause) { this.tripCause = tripCause; return this; } public String getTripCause() { return this.tripCause; } public QueryCityCarApplyResponseBodyApplyList setTripTitle(String tripTitle) { this.tripTitle = tripTitle; return this; } public String getTripTitle() { return this.tripTitle; } public QueryCityCarApplyResponseBodyApplyList setUserId(String userId) { this.userId = userId; return this; } public String getUserId() { return this.userId; } public QueryCityCarApplyResponseBodyApplyList setUserName(String userName) { this.userName = userName; return this; } public String getUserName() { return this.userName; } } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy