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

com.aliyun.dingtalkfinance_1_0.models.UserAgreementPageSignResponseBody 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.dingtalkfinance_1_0.models;

import com.aliyun.tea.*;

public class UserAgreementPageSignResponseBody extends TeaModel {
    /**
     * 

This parameter is required.

* * example: *

*/ @NameInMap("pageData") public String pageData; public static UserAgreementPageSignResponseBody build(java.util.Map map) throws Exception { UserAgreementPageSignResponseBody self = new UserAgreementPageSignResponseBody(); return TeaModel.build(map, self); } public UserAgreementPageSignResponseBody setPageData(String pageData) { this.pageData = pageData; return this; } public String getPageData() { return this.pageData; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy