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

com.aliyun.dingtalkesign_2_0.models.GetContractMarginResponseBody 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.dingtalkesign_2_0.models;

import com.aliyun.tea.*;

public class GetContractMarginResponseBody extends TeaModel {
    @NameInMap("margin")
    public Float margin;

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

    public GetContractMarginResponseBody setMargin(Float margin) {
        this.margin = margin;
        return this;
    }
    public Float getMargin() {
        return this.margin;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy