public class GetSQLReviewCheckResultStatusRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
GetSQLReviewCheckResultStatusRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetSQLReviewCheckResultStatusRequest |
build(Map<String,?> map) |
Long |
getOrderId() |
Long |
getTid() |
GetSQLReviewCheckResultStatusRequest |
setOrderId(Long orderId) |
GetSQLReviewCheckResultStatusRequest |
setTid(Long tid) |
@NameInMap(value="OrderId") public Long orderId
The ID of the ticket. You can obtain the ticket ID from the response parameters of the CreateSQLReviewOrder operation.
This parameter is required.
example:123321
@NameInMap(value="Tid") public Long tid
The ID of the tenant. You can call the GetUserActiveTenant or ListUserTenants operation to obtain the ID of the tenant.
example:1
public static GetSQLReviewCheckResultStatusRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetSQLReviewCheckResultStatusRequest setOrderId(Long orderId)
public Long getOrderId()
public GetSQLReviewCheckResultStatusRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.