public static class CreateSQLReviewOrderRequest.CreateSQLReviewOrderRequestParam
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<String> |
attachmentKeyList
The files to be reviewed.
|
Long |
dbId
The ID of the database.
|
String |
projectName
The name of the project.
|
| 构造器和说明 |
|---|
CreateSQLReviewOrderRequestParam() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateSQLReviewOrderRequest.CreateSQLReviewOrderRequestParam |
build(Map<String,?> map) |
List<String> |
getAttachmentKeyList() |
Long |
getDbId() |
String |
getProjectName() |
CreateSQLReviewOrderRequest.CreateSQLReviewOrderRequestParam |
setAttachmentKeyList(List<String> attachmentKeyList) |
CreateSQLReviewOrderRequest.CreateSQLReviewOrderRequestParam |
setDbId(Long dbId) |
CreateSQLReviewOrderRequest.CreateSQLReviewOrderRequestParam |
setProjectName(String projectName) |
@NameInMap(value="AttachmentKeyList") public List<String> attachmentKeyList
The files to be reviewed. Multiple files can be reviewed at a time.
This parameter is required.
@NameInMap(value="DbId") public Long dbId
The ID of the database. You can call the SearchDatabases operation to query the ID of the database.
You can call this operation to query only physical databases. This operation is unavailable to query logical databases.
This parameter is required.
example:123321
@NameInMap(value="ProjectName") public String projectName
The name of the project.
This parameter is required.
example:SQL review for xxx
public static CreateSQLReviewOrderRequest.CreateSQLReviewOrderRequestParam build(Map<String,?> map) throws Exception
Exceptionpublic CreateSQLReviewOrderRequest.CreateSQLReviewOrderRequestParam setAttachmentKeyList(List<String> attachmentKeyList)
public CreateSQLReviewOrderRequest.CreateSQLReviewOrderRequestParam setDbId(Long dbId)
public Long getDbId()
public CreateSQLReviewOrderRequest.CreateSQLReviewOrderRequestParam setProjectName(String projectName)
public String getProjectName()
Copyright © 2025. All rights reserved.