public class AddLibraryRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
description |
List<String> |
openTeamIds |
String |
source |
String |
sourcePrimaryKey |
String |
title |
String |
type |
String |
userId |
| 构造器和说明 |
|---|
AddLibraryRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static AddLibraryRequest |
build(Map<String,?> map) |
String |
getDescription() |
List<String> |
getOpenTeamIds() |
String |
getSource() |
String |
getSourcePrimaryKey() |
String |
getTitle() |
String |
getType() |
String |
getUserId() |
AddLibraryRequest |
setDescription(String description) |
AddLibraryRequest |
setOpenTeamIds(List<String> openTeamIds) |
AddLibraryRequest |
setSource(String source) |
AddLibraryRequest |
setSourcePrimaryKey(String sourcePrimaryKey) |
AddLibraryRequest |
setTitle(String title) |
AddLibraryRequest |
setType(String type) |
AddLibraryRequest |
setUserId(String userId) |
@NameInMap(value="description") public String description
@NameInMap(value="source") public String source
@NameInMap(value="sourcePrimaryKey") public String sourcePrimaryKey
@NameInMap(value="title") public String title
@NameInMap(value="type") public String type
@NameInMap(value="userId") public String userId
public static AddLibraryRequest build(Map<String,?> map) throws Exception
Exceptionpublic AddLibraryRequest setDescription(String description)
public String getDescription()
public AddLibraryRequest setOpenTeamIds(List<String> openTeamIds)
public AddLibraryRequest setSource(String source)
public String getSource()
public AddLibraryRequest setSourcePrimaryKey(String sourcePrimaryKey)
public String getSourcePrimaryKey()
public AddLibraryRequest setTitle(String title)
public String getTitle()
public AddLibraryRequest setType(String type)
public String getType()
public AddLibraryRequest setUserId(String userId)
public String getUserId()
Copyright © 2022. All rights reserved.