public static final class GenerateDynamicDictRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GenerateDynamicDictRequest.Builder |
argKeywords(String argKeywords)
The keyword of the dictionary.
|
GenerateDynamicDictRequest |
build() |
GenerateDynamicDictRequest.Builder |
domains(String domains)
The domain name for custom weak passwords.
|
GenerateDynamicDictRequest.Builder |
names(String names)
The company name for custom weak passwords.
|
GenerateDynamicDictRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
public GenerateDynamicDictRequest.Builder argKeywords(String argKeywords)
The keyword of the dictionary.
example:keyword
public GenerateDynamicDictRequest.Builder domains(String domains)
The domain name for custom weak passwords.
example:public GenerateDynamicDictRequest.Builder names(String names)
The company name for custom weak passwords.
example:Alibaba
public GenerateDynamicDictRequest.Builder sourceIp(String sourceIp)
The source IP address of the request.
example:58.248.XX.XX
public GenerateDynamicDictRequest build()
Copyright © 2026. All rights reserved.