public class CreateSQLReviewOrderShrinkRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
comment
The purpose or objective of the SQL review.
|
String |
paramShrink
The parameters of the ticket.
|
String |
relatedUserListShrink
The stakeholders involved in this operation.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
CreateSQLReviewOrderShrinkRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateSQLReviewOrderShrinkRequest |
build(Map<String,?> map) |
String |
getComment() |
String |
getParamShrink() |
String |
getRelatedUserListShrink() |
Long |
getTid() |
CreateSQLReviewOrderShrinkRequest |
setComment(String comment) |
CreateSQLReviewOrderShrinkRequest |
setParamShrink(String paramShrink) |
CreateSQLReviewOrderShrinkRequest |
setRelatedUserListShrink(String relatedUserListShrink) |
CreateSQLReviewOrderShrinkRequest |
setTid(Long tid) |
@NameInMap(value="Comment") public String comment
The purpose or objective of the SQL review. This reduces unnecessary communication.
This parameter is required.
example:test
@NameInMap(value="Param") public String paramShrink
The parameters of the ticket.
This parameter is required.
@NameInMap(value="RelatedUserList") public String relatedUserListShrink
The stakeholders involved in this operation. All the specified stakeholders can view the ticket details and take part in the approval process. Irrelevant users other than DMS administrators and database administrators (DBAs) are not allowed to view the ticket details.
@NameInMap(value="Tid") public Long tid
The ID of the tenant. You can call the GetUserActiveTenant or ListUserTenants operation to obtain the tenant ID.
example:1
public static CreateSQLReviewOrderShrinkRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateSQLReviewOrderShrinkRequest setComment(String comment)
public String getComment()
public CreateSQLReviewOrderShrinkRequest setParamShrink(String paramShrink)
public String getParamShrink()
public CreateSQLReviewOrderShrinkRequest setRelatedUserListShrink(String relatedUserListShrink)
public String getRelatedUserListShrink()
public CreateSQLReviewOrderShrinkRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.