MalwareScanProperties Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. MalwareScanProperties
- com.
Implements
public final class MalwareScanProperties
implements JsonSerializable<MalwareScanProperties>
The MalwareScanProperties model.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Malware |
fromJson(JsonReader jsonReader)
Reads an instance of Malware |
| String |
scanEndTime()
Get the scan |
| String |
scanId()
Get the scan |
| String |
scanStartTime()
Get the scan |
| String |
scanStatus()
Get the scan |
| String |
scanStatusMessage()
Get the scan |
|
Scan |
scanSummary()
Get the scan |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static MalwareScanProperties fromJson(JsonReader jsonReader)
Reads an instance of MalwareScanProperties from the JsonReader.
Parameters:
Returns:
Throws:
scanEndTime
public String scanEndTime()
Get the scanEndTime property: The time at which the scan has ended. Only available for a scan which has terminated.
Returns:
scanId
public String scanId()
Get the scanId property: The identifier of the scan.
Returns:
scanStartTime
public String scanStartTime()
Get the scanStartTime property: The time at which the scan had been initiated.
Returns:
scanStatus
public String scanStatus()
Get the scanStatus property: A status code of the scan operation.
Returns:
scanStatusMessage
public String scanStatusMessage()
Get the scanStatusMessage property: A description of the status of the scan.
Returns:
scanSummary
public ScanSummary scanSummary()
Get the scanSummary property: A summary of the scan results.
Returns:
toJson
validate
public void validate()
Validates the instance.