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)
SecureOptionsoption - One of the BooleanOption fields in SecureOptionslong getResult(IntegerOption option)
SecureOptionsoption - One of the IntegerOption fields in SecureOptionsFileOptionValue getResult(FileOption option)
SecureOptionsoption - One of the FileOption fields in SecureOptionsFileFormat getResult(FileFormatOption option)
SecureOptionsoption - One of the FileFormatOption fields in
SecureOptionsEnumOptionValue getResult(EnumOption option)
SecureOptionsoption - One of the EnumOption fields in
SecureOptionsint getResultEnumAsInt(EnumOption option)
option - The EnumOption to getScrubOption.Reaction getResult(ScrubOption option)
SecureOptionsoption - One of the ScrubOption fields in SecureOptionsAnalyzeOption.Reaction getResult(AnalyzeOption option)
SecureOptionsoption - One of the AnalyzeOption fields in SecureOptionsCopyright © 2021 Oracle. All right reserved. Restricted and confidential property of Oracle. Solely for use by recipent under agreement forbidding disclosure.