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

com.aliyun.dingtalkcontact_1_0.models.GetTranslateFileJobResultResponseBody Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class GetTranslateFileJobResultResponseBody extends TeaModel {
    /**
     * 

This parameter is required.

* * example: *

1

*/ @NameInMap("status") public String status; /** * example: *

xxxx

*/ @NameInMap("url") public String url; public static GetTranslateFileJobResultResponseBody build(java.util.Map map) throws Exception { GetTranslateFileJobResultResponseBody self = new GetTranslateFileJobResultResponseBody(); return TeaModel.build(map, self); } public GetTranslateFileJobResultResponseBody setStatus(String status) { this.status = status; return this; } public String getStatus() { return this.status; } public GetTranslateFileJobResultResponseBody setUrl(String url) { this.url = url; return this; } public String getUrl() { return this.url; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy