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

com.aliyun.dingtalkstorage_1_0.models.GetDentryOpenInfoResponseBody Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

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

true

*/ @NameInMap("hasWaterMark") public Boolean hasWaterMark; /** * example: *

url

*/ @NameInMap("url") public String url; public static GetDentryOpenInfoResponseBody build(java.util.Map map) throws Exception { GetDentryOpenInfoResponseBody self = new GetDentryOpenInfoResponseBody(); return TeaModel.build(map, self); } public GetDentryOpenInfoResponseBody setHasWaterMark(Boolean hasWaterMark) { this.hasWaterMark = hasWaterMark; return this; } public Boolean getHasWaterMark() { return this.hasWaterMark; } public GetDentryOpenInfoResponseBody setUrl(String url) { this.url = url; return this; } public String getUrl() { return this.url; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy