Package com.cloudmersive.virusscan.model
Class WebsiteScanRequest
java.lang.Object
com.cloudmersive.virusscan.model.WebsiteScanRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2026-04-23T09:02:52.381637500-07:00[America/Los_Angeles]",
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
-