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

com.aliyun.dingtalkalitrip_1_0.models.ApproveCityCarApplyResponseBody 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.dingtalkalitrip_1_0.models;

import com.aliyun.tea.*;

public class ApproveCityCarApplyResponseBody extends TeaModel {
    // 审批结果
    @NameInMap("approveResult")
    public Boolean approveResult;

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

    public ApproveCityCarApplyResponseBody setApproveResult(Boolean approveResult) {
        this.approveResult = approveResult;
        return this;
    }
    public Boolean getApproveResult() {
        return this.approveResult;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy