Interface IntListResultPOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IntListResultP,IntListResultP.Builder
public interface IntListResultPOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemoteExceptionPgetException().ironpdfengineproto.RemoteExceptionP exception = 2;RemoteExceptionPOrBuildergetExceptionOrBuilder().ironpdfengineproto.RemoteExceptionP exception = 2;ListIntPgetResult().ironpdfengineproto.ListIntP result = 1;ListIntPOrBuildergetResultOrBuilder().ironpdfengineproto.ListIntP result = 1;IntListResultP.ResultOrExceptionCasegetResultOrExceptionCase()booleanhasException().ironpdfengineproto.RemoteExceptionP exception = 2;booleanhasResult().ironpdfengineproto.ListIntP result = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasResult
boolean hasResult()
.ironpdfengineproto.ListIntP result = 1;- Returns:
- Whether the result field is set.
-
getResult
ListIntP getResult()
.ironpdfengineproto.ListIntP result = 1;- Returns:
- The result.
-
getResultOrBuilder
ListIntPOrBuilder getResultOrBuilder()
.ironpdfengineproto.ListIntP result = 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
IntListResultP.ResultOrExceptionCase getResultOrExceptionCase()
-
-