Package org.openapitools.client.model
Class WebsiteScanRequest
java.lang.Object
org.openapitools.client.model.WebsiteScanRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2026-01-28T05:47:48.932093700Z[Etc/UTC]",
comments="Generator version: 7.12.0")
public class WebsiteScanRequest
extends Object
Request to scan a website for malicious content
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this WebsiteScanRequest object is equal to o.getUrl()URL of the website to scan; should begin with http:// or https://inthashCode()voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_URL
- See Also:
-
-
Constructor Details
-
WebsiteScanRequest
public WebsiteScanRequest()
-
-
Method Details
-
url
-
getUrl
URL of the website to scan; should begin with http:// or https://- Returns:
- url
-
setUrl
-
equals
Return true if this WebsiteScanRequest object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-