Interface ScanResultPOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ScanResultP
,ScanResultP.Builder
public interface ScanResultPOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemoteExceptionP
getException()
.ironpdfengineproto.RemoteExceptionP exception = 2;
RemoteExceptionPOrBuilder
getExceptionOrBuilder()
.ironpdfengineproto.RemoteExceptionP exception = 2;
ScanResultP.ResultOrExceptionCase
getResultOrExceptionCase()
RisksP
getRisks()
.ironpdfengineproto.RisksP risks = 1;
RisksPOrBuilder
getRisksOrBuilder()
.ironpdfengineproto.RisksP risks = 1;
boolean
hasException()
.ironpdfengineproto.RemoteExceptionP exception = 2;
boolean
hasRisks()
.ironpdfengineproto.RisksP risks = 1;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasRisks
boolean hasRisks()
.ironpdfengineproto.RisksP risks = 1;
- Returns:
- Whether the risks field is set.
-
getRisks
RisksP getRisks()
.ironpdfengineproto.RisksP risks = 1;
- Returns:
- The risks.
-
getRisksOrBuilder
RisksPOrBuilder getRisksOrBuilder()
.ironpdfengineproto.RisksP risks = 1;
-
hasException
boolean hasException()
.ironpdfengineproto.RemoteExceptionP exception = 2;
- Returns:
- Whether the exception field is set.
-
getException
RemoteExceptionP getException()
.ironpdfengineproto.RemoteExceptionP exception = 2;
- Returns:
- The exception.
-
getExceptionOrBuilder
RemoteExceptionPOrBuilder getExceptionOrBuilder()
.ironpdfengineproto.RemoteExceptionP exception = 2;
-
getResultOrExceptionCase
ScanResultP.ResultOrExceptionCase getResultOrExceptionCase()
-
-