public static final class CreateTimingSyntheticTaskRequest.Website.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
CreateTimingSyntheticTaskRequest.Website.Builder |
automaticScrolling(Integer automaticScrolling)
Specifies whether to automatically scroll up and down the screen to load a page.
|
CreateTimingSyntheticTaskRequest.Website |
build() |
CreateTimingSyntheticTaskRequest.Website.Builder |
customHeader(Integer customHeader)
Specifies whether to create a custom header.
|
CreateTimingSyntheticTaskRequest.Website.Builder |
customHeaderContent(Map<String,String> customHeaderContent)
The custom header.
|
CreateTimingSyntheticTaskRequest.Website.Builder |
disableCache(Integer disableCache)
Specifies whether to disable caching.
|
CreateTimingSyntheticTaskRequest.Website.Builder |
disableCompression(Integer disableCompression)
Specifies whether to accept compressed files based on the HTTP Accept-Encoding request header.
|
CreateTimingSyntheticTaskRequest.Website.Builder |
DNSHijackWhitelist(String DNSHijackWhitelist)
If the IP address or CNAME record resolved from a domain name is not included in the DNS whitelist, you cannot access the domain name, or an IP address that belongs to a different domain name is returned.
|
CreateTimingSyntheticTaskRequest.Website.Builder |
elementBlacklist(String elementBlacklist)
The elements not to be loaded in the page loading process.
|
CreateTimingSyntheticTaskRequest.Website.Builder |
filterInvalidIP(Integer filterInvalidIP)
Specifies whether to exclude invalid IP addresses.
|
CreateTimingSyntheticTaskRequest.Website.Builder |
flowHijackJumpTimes(Integer flowHijackJumpTimes)
The total number of elements on the page.
|
CreateTimingSyntheticTaskRequest.Website.Builder |
flowHijackLogo(String flowHijackLogo)
The keyword that is used to identify hijacking.
|
CreateTimingSyntheticTaskRequest.Website.Builder |
ignoreCertificateError(Integer ignoreCertificateError)
Specifies whether to ignore certificate errors during certificate verification in the SSL handshake process and continue browsing.
|
CreateTimingSyntheticTaskRequest.Website.Builder |
monitorTimeout(Long monitorTimeout)
The monitoring timeout period.
|
CreateTimingSyntheticTaskRequest.Website.Builder |
pageTamper(String pageTamper)
Elements that are not included in the whitelist and appear on the page are tampered with.
|
CreateTimingSyntheticTaskRequest.Website.Builder |
redirection(Integer redirection)
Specifies whether to continue browsing after redirection.
|
CreateTimingSyntheticTaskRequest.Website.Builder |
slowElementThreshold(Long slowElementThreshold)
The time threshold that is used to define a slow element.
|
CreateTimingSyntheticTaskRequest.Website.Builder |
targetUrl(String targetUrl)
The URL of the website.
|
CreateTimingSyntheticTaskRequest.Website.Builder |
verifyStringBlacklist(String verifyStringBlacklist)
An arbitrary string in the source code of the page for verification.
|
CreateTimingSyntheticTaskRequest.Website.Builder |
verifyStringWhitelist(String verifyStringWhitelist)
An arbitrary string in the source code of the page for verification.
|
CreateTimingSyntheticTaskRequest.Website.Builder |
waitCompletionTime(Long waitCompletionTime)
The maximum waiting time.
|
public CreateTimingSyntheticTaskRequest.Website.Builder automaticScrolling(Integer automaticScrolling)
* 0 (default value): no * 1: yes
public CreateTimingSyntheticTaskRequest.Website.Builder customHeader(Integer customHeader)
* 0 (default value): No custom header is created. * 1: A custom header is created for the first packet. * 2: A custom header is created for all packets.
public CreateTimingSyntheticTaskRequest.Website.Builder customHeaderContent(Map<String,String> customHeaderContent)
public CreateTimingSyntheticTaskRequest.Website.Builder DNSHijackWhitelist(String DNSHijackWhitelist)
Format: \
public CreateTimingSyntheticTaskRequest.Website.Builder disableCache(Integer disableCache)
* 0: no * 1 (default value): yes
public CreateTimingSyntheticTaskRequest.Website.Builder disableCompression(Integer disableCompression)
public CreateTimingSyntheticTaskRequest.Website.Builder elementBlacklist(String elementBlacklist)
public CreateTimingSyntheticTaskRequest.Website.Builder filterInvalidIP(Integer filterInvalidIP)
public CreateTimingSyntheticTaskRequest.Website.Builder flowHijackJumpTimes(Integer flowHijackJumpTimes)
public CreateTimingSyntheticTaskRequest.Website.Builder flowHijackLogo(String flowHijackLogo)
public CreateTimingSyntheticTaskRequest.Website.Builder ignoreCertificateError(Integer ignoreCertificateError)
public CreateTimingSyntheticTaskRequest.Website.Builder monitorTimeout(Long monitorTimeout)
public CreateTimingSyntheticTaskRequest.Website.Builder pageTamper(String pageTamper)
Format: \
public CreateTimingSyntheticTaskRequest.Website.Builder redirection(Integer redirection)
public CreateTimingSyntheticTaskRequest.Website.Builder slowElementThreshold(Long slowElementThreshold)
public CreateTimingSyntheticTaskRequest.Website.Builder targetUrl(String targetUrl)
public CreateTimingSyntheticTaskRequest.Website.Builder verifyStringBlacklist(String verifyStringBlacklist)
public CreateTimingSyntheticTaskRequest.Website.Builder verifyStringWhitelist(String verifyStringWhitelist)
public CreateTimingSyntheticTaskRequest.Website.Builder waitCompletionTime(Long waitCompletionTime)
public CreateTimingSyntheticTaskRequest.Website build()
Copyright © 2024. All rights reserved.