Interface ListStringResultPOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ListStringResultP, ListStringResultP.Builder

    public interface ListStringResultPOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasResult

        boolean hasResult()
        .ironpdfengineproto.ListStringP result = 1;
        Returns:
        Whether the result field is set.
      • getResult

        ListStringP getResult()
        .ironpdfengineproto.ListStringP result = 1;
        Returns:
        The result.
      • getResultOrBuilder

        ListStringPOrBuilder getResultOrBuilder()
        .ironpdfengineproto.ListStringP 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;