public class CreatePublishGroupTaskRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
dbId
The ID of the database for which the schema design is executed.
|
Boolean |
logic
Indicates whether the database is a logical database.
|
Long |
orderId
The ID of the ticket.
|
String |
planTime
The time to execute the schema design ticket.
|
String |
publishStrategy
The policy to execute the schema design ticket.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
CreatePublishGroupTaskRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreatePublishGroupTaskRequest |
build(Map<String,?> map) |
Integer |
getDbId() |
Boolean |
getLogic() |
Long |
getOrderId() |
String |
getPlanTime() |
String |
getPublishStrategy() |
Long |
getTid() |
CreatePublishGroupTaskRequest |
setDbId(Integer dbId) |
CreatePublishGroupTaskRequest |
setLogic(Boolean logic) |
CreatePublishGroupTaskRequest |
setOrderId(Long orderId) |
CreatePublishGroupTaskRequest |
setPlanTime(String planTime) |
CreatePublishGroupTaskRequest |
setPublishStrategy(String publishStrategy) |
CreatePublishGroupTaskRequest |
setTid(Long tid) |
@NameInMap(value="DbId") public Integer dbId
The ID of the database for which the schema design is executed.
This parameter is required.
example:12345
@NameInMap(value="Logic") public Boolean logic
Indicates whether the database is a logical database.
This parameter is required.
example:false
@NameInMap(value="OrderId") public Long orderId
The ID of the ticket.
: You can create a schema design ticket in the DMS console. For more information, see Design schemas. You can also create a schema design ticket by calling the CreateOrder operation and obtain the ticket ID.
This parameter is required.
example:142435
@NameInMap(value="PlanTime") public String planTime
The time to execute the schema design ticket.
example:2019-10-10 00:00:00
@NameInMap(value="PublishStrategy") public String publishStrategy
The policy to execute the schema design ticket. Valid values:
This parameter is required.
example:IMMEDIATELY
@NameInMap(value="Tid") public Long tid
The ID of the tenant.
example:: To view the ID of the tenant, log on to the Data Management (DMS) console and move the pointer over the profile picture in the upper-right corner. For more information, see Manage DMS tenants.
-1
public static CreatePublishGroupTaskRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreatePublishGroupTaskRequest setDbId(Integer dbId)
public Integer getDbId()
public CreatePublishGroupTaskRequest setLogic(Boolean logic)
public Boolean getLogic()
public CreatePublishGroupTaskRequest setOrderId(Long orderId)
public Long getOrderId()
public CreatePublishGroupTaskRequest setPlanTime(String planTime)
public String getPlanTime()
public CreatePublishGroupTaskRequest setPublishStrategy(String publishStrategy)
public String getPublishStrategy()
public CreatePublishGroupTaskRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.