public class GetStructSyncJobAnalyzeResultRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
compareType
The type of the comparison.
|
Long |
orderId
The ID of the ticket.
|
Long |
pageNumber
The number of the page to return.
|
Long |
pageSize
The number of entries to return on each page.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
GetStructSyncJobAnalyzeResultRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetStructSyncJobAnalyzeResultRequest |
build(Map<String,?> map) |
String |
getCompareType() |
Long |
getOrderId() |
Long |
getPageNumber() |
Long |
getPageSize() |
Long |
getTid() |
GetStructSyncJobAnalyzeResultRequest |
setCompareType(String compareType) |
GetStructSyncJobAnalyzeResultRequest |
setOrderId(Long orderId) |
GetStructSyncJobAnalyzeResultRequest |
setPageNumber(Long pageNumber) |
GetStructSyncJobAnalyzeResultRequest |
setPageSize(Long pageSize) |
GetStructSyncJobAnalyzeResultRequest |
setTid(Long tid) |
@NameInMap(value="CompareType") public String compareType
The type of the comparison. Valid values:
CREATE_TABLE
@NameInMap(value="OrderId") public Long orderId
The ID of the ticket.
This parameter is required.
example:1342355
@NameInMap(value="PageNumber") public Long pageNumber
The number of the page to return.
example:1
@NameInMap(value="PageSize") public Long pageSize
The number of entries to return on each page.
example:20
@NameInMap(value="Tid") public Long tid
The ID of the tenant.
example:To view the tenant ID, move the pointer over the profile picture in the upper-right corner of the Data Management (DMS) console. For more information, see Manage DMS tenants.
1
public static GetStructSyncJobAnalyzeResultRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetStructSyncJobAnalyzeResultRequest setCompareType(String compareType)
public String getCompareType()
public GetStructSyncJobAnalyzeResultRequest setOrderId(Long orderId)
public Long getOrderId()
public GetStructSyncJobAnalyzeResultRequest setPageNumber(Long pageNumber)
public Long getPageNumber()
public GetStructSyncJobAnalyzeResultRequest setPageSize(Long pageSize)
public Long getPageSize()
public GetStructSyncJobAnalyzeResultRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.