public class AddLibraryRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
description
example:
测试库描述
|
List<String> |
openTeamIds |
String |
source
example:
CCM
|
String |
sourcePrimaryKey
example:
CCM-123
|
String |
title
example:
测试库
|
String |
type
example:
EXTERNAL
|
String |
userId
example:
manager123
|
构造器和说明 |
---|
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
CCM
@NameInMap(value="sourcePrimaryKey") public String sourcePrimaryKey
CCM-123
@NameInMap(value="title") public String title
测试库
@NameInMap(value="type") public String type
EXTERNAL
@NameInMap(value="userId") public String userId
manager123
public static AddLibraryRequest build(Map<String,?> map) throws Exception
Exception
public 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 © 2024. All rights reserved.