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

com.aliyun.dianjin20240628.models.GetLibraryRequest Maven / Gradle / Ivy

There is a newer version: 1.10.2
Show newest version
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dianjin20240628.models;

import com.aliyun.tea.*;

public class GetLibraryRequest extends TeaModel {
    /**
     * 

This parameter is required.

* * example: *

cjshcxxxx

*/ @NameInMap("libraryId") public String libraryId; public static GetLibraryRequest build(java.util.Map map) throws Exception { GetLibraryRequest self = new GetLibraryRequest(); return TeaModel.build(map, self); } public GetLibraryRequest setLibraryId(String libraryId) { this.libraryId = libraryId; return this; } public String getLibraryId() { return this.libraryId; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy