public class CreateConnectionRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
connectionType |
String |
content |
String |
description |
Integer |
envType |
String |
name |
Long |
projectId |
String |
subType |
| 构造器和说明 |
|---|
CreateConnectionRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateConnectionRequest |
build(Map<String,?> map) |
String |
getConnectionType() |
String |
getContent() |
String |
getDescription() |
Integer |
getEnvType() |
String |
getName() |
Long |
getProjectId() |
String |
getSubType() |
CreateConnectionRequest |
setConnectionType(String connectionType) |
CreateConnectionRequest |
setContent(String content) |
CreateConnectionRequest |
setDescription(String description) |
CreateConnectionRequest |
setEnvType(Integer envType) |
CreateConnectionRequest |
setName(String name) |
CreateConnectionRequest |
setProjectId(Long projectId) |
CreateConnectionRequest |
setSubType(String subType) |
@NameInMap(value="ConnectionType") public String connectionType
@NameInMap(value="Content") public String content
@NameInMap(value="Description") public String description
@NameInMap(value="EnvType") public Integer envType
@NameInMap(value="Name") public String name
@NameInMap(value="ProjectId") public Long projectId
@NameInMap(value="SubType") public String subType
public static CreateConnectionRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateConnectionRequest setConnectionType(String connectionType)
public String getConnectionType()
public CreateConnectionRequest setContent(String content)
public String getContent()
public CreateConnectionRequest setDescription(String description)
public String getDescription()
public CreateConnectionRequest setEnvType(Integer envType)
public Integer getEnvType()
public CreateConnectionRequest setName(String name)
public String getName()
public CreateConnectionRequest setProjectId(Long projectId)
public Long getProjectId()
public CreateConnectionRequest setSubType(String subType)
public String getSubType()
Copyright © 2021. All rights reserved.