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

com.aliyun.dingtalkfinance_1_0.models.ModifySubInstitutionResponseBody Maven / Gradle / Ivy

// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkfinance_1_0.models;

import com.aliyun.tea.*;

public class ModifySubInstitutionResponseBody extends TeaModel {
    /**
     * example:
     * 

202110110000001

*/ @NameInMap("orderId") public String orderId; public static ModifySubInstitutionResponseBody build(java.util.Map map) throws Exception { ModifySubInstitutionResponseBody self = new ModifySubInstitutionResponseBody(); return TeaModel.build(map, self); } public ModifySubInstitutionResponseBody setOrderId(String orderId) { this.orderId = orderId; return this; } public String getOrderId() { return this.orderId; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy