public interface BasicResponse
Modifier and Type | Method and Description |
---|---|
AnalyzeOption.Reaction |
getResult(AnalyzeOption option)
The the result of an action on one of the analyze targets in
SecureOptions |
boolean |
getResult(BooleanOption option)
Gets one of the boolean options in
SecureOptions |
EnumOptionValue |
getResult(EnumOption option)
Gets one of the enumeration options in
SecureOptions |
FileFormat |
getResult(FileFormatOption option)
Gets one of the file format options in
SecureOptions |
FileOptionValue |
getResult(FileOption option)
Gets one of the file options in
SecureOptions |
long |
getResult(IntegerOption option)
Gets one of the integer options in
SecureOptions |
ScrubOption.Reaction |
getResult(ScrubOption option)
The the result of an action on one of the scrub targets in
SecureOptions |
int |
getResultEnumAsInt(EnumOption option)
Gets an enum result as an integer
This method is provided for efficency in the C/C++ API
and should not be called directly.
|
boolean getResult(BooleanOption option)
SecureOptions
option
- One of the BooleanOption
fields in SecureOptions
long getResult(IntegerOption option)
SecureOptions
option
- One of the IntegerOption
fields in SecureOptions
FileOptionValue getResult(FileOption option)
SecureOptions
option
- One of the FileOption
fields in SecureOptions
FileFormat getResult(FileFormatOption option)
SecureOptions
option
- One of the FileFormatOption
fields in
SecureOptions
EnumOptionValue getResult(EnumOption option)
SecureOptions
option
- One of the EnumOption
fields in
SecureOptions
int getResultEnumAsInt(EnumOption option)
option
- The EnumOption
to getScrubOption.Reaction getResult(ScrubOption option)
SecureOptions
option
- One of the ScrubOption
fields in SecureOptions
AnalyzeOption.Reaction getResult(AnalyzeOption option)
SecureOptions
option
- One of the AnalyzeOption
fields in SecureOptions
Copyright © 2021 Oracle. All right reserved. Restricted and confidential property of Oracle. Solely for use by recipent under agreement forbidding disclosure.