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

com.aliyun.dingtalkbadge_1_0.models.NotifyBadgeCodeRefundResultResponseBody Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class NotifyBadgeCodeRefundResultResponseBody extends TeaModel {
    /**
     * 

This parameter is required.

* * example: *

SUCCESS

*/ @NameInMap("result") public String result; public static NotifyBadgeCodeRefundResultResponseBody build(java.util.Map map) throws Exception { NotifyBadgeCodeRefundResultResponseBody self = new NotifyBadgeCodeRefundResultResponseBody(); return TeaModel.build(map, self); } public NotifyBadgeCodeRefundResultResponseBody setResult(String result) { this.result = result; return this; } public String getResult() { return this.result; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy