@ProviderType public class ScanResult extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ScanResult.Status |
Constructor and Description |
---|
ScanResult(@NotNull ScanResult.Status status,
@NotNull String message) |
Modifier and Type | Method and Description |
---|---|
@NotNull String |
getMessage() |
@NotNull ScanResult.Status |
getStatus() |
long |
getTimestamp() |
boolean |
isOk() |
public ScanResult(@NotNull @NotNull ScanResult.Status status, @NotNull @NotNull String message)
public long getTimestamp()
@NotNull public @NotNull ScanResult.Status getStatus()
@NotNull public @NotNull String getMessage()
public boolean isOk()
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.