public static final class ListCloudGtmAlertLogsRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListCloudGtmAlertLogsRequest.Builder |
actionType(String actionType)
Alert type:
ALERT
RESUME
example:
ALERT
|
ListCloudGtmAlertLogsRequest |
build() |
ListCloudGtmAlertLogsRequest.Builder |
endTimestamp(Long endTimestamp)
The end time of the query (timestamp).
|
ListCloudGtmAlertLogsRequest.Builder |
entityType(String entityType)
Alarm object types:
GTM_ADDRESS: Address
GTM_ADDRESS_POOL: Address Pool
GTM_INSTANCE: Instance
GTM_MONITOR_TEMPLATE: Health Check Template
example:
GTM_ADDRESS
|
ListCloudGtmAlertLogsRequest.Builder |
keyword(String keyword)
Search keyword, usually an address ID, address pool ID, domain information, etc.
|
ListCloudGtmAlertLogsRequest.Builder |
lang(String lang)
Language type of the returned information:
zh-CN: Chinese
en-US: English
example:
zh-CN
|
ListCloudGtmAlertLogsRequest.Builder |
pageNumber(Integer pageNumber)
Current page number, starting from 1, default is 1.
|
ListCloudGtmAlertLogsRequest.Builder |
pageSize(Integer pageSize)
The number of rows per page when paginating queries, with a maximum value of 100 and a default of 20.
|
ListCloudGtmAlertLogsRequest.Builder |
startTimestamp(Long startTimestamp)
The start time of the query (timestamp).
|
public ListCloudGtmAlertLogsRequest.Builder actionType(String actionType)
Alert type:
ALERT
public ListCloudGtmAlertLogsRequest.Builder endTimestamp(Long endTimestamp)
The end time of the query (timestamp).
This parameter is required.
example:1711328826977
public ListCloudGtmAlertLogsRequest.Builder entityType(String entityType)
Alarm object types:
GTM_ADDRESS
public ListCloudGtmAlertLogsRequest.Builder keyword(String keyword)
Search keyword, usually an address ID, address pool ID, domain information, etc.
example:pool-895280232254422016
public ListCloudGtmAlertLogsRequest.Builder lang(String lang)
Language type of the returned information:
zh-CN
public ListCloudGtmAlertLogsRequest.Builder pageNumber(Integer pageNumber)
Current page number, starting from 1, default is 1.
This parameter is required.
example:1
public ListCloudGtmAlertLogsRequest.Builder pageSize(Integer pageSize)
The number of rows per page when paginating queries, with a maximum value of 100 and a default of 20.
This parameter is required.
example:20
public ListCloudGtmAlertLogsRequest.Builder startTimestamp(Long startTimestamp)
The start time of the query (timestamp).
This parameter is required.
example:1611328826977
public ListCloudGtmAlertLogsRequest build()
Copyright © 2026. All rights reserved.