Package response

Interface ResponseOuterClass.ResponseOrBuilder

    • Method Detail

      • getCallbackIdx

        int getCallbackIdx()
        uint32 callback_idx = 1;
        Returns:
        The callbackIdx.
      • hasRespPointer

        boolean hasRespPointer()
        uint64 resp_pointer = 2;
        Returns:
        Whether the respPointer field is set.
      • getRespPointer

        long getRespPointer()
        uint64 resp_pointer = 2;
        Returns:
        The respPointer.
      • hasConstantResponse

        boolean hasConstantResponse()
        .response.ConstantResponse constant_response = 3;
        Returns:
        Whether the constantResponse field is set.
      • getConstantResponseValue

        int getConstantResponseValue()
        .response.ConstantResponse constant_response = 3;
        Returns:
        The enum numeric value on the wire for constantResponse.
      • hasRequestError

        boolean hasRequestError()
        .response.RequestError request_error = 4;
        Returns:
        Whether the requestError field is set.
      • hasClosingError

        boolean hasClosingError()
        string closing_error = 5;
        Returns:
        Whether the closingError field is set.
      • getClosingError

        java.lang.String getClosingError()
        string closing_error = 5;
        Returns:
        The closingError.
      • getClosingErrorBytes

        com.google.protobuf.ByteString getClosingErrorBytes()
        string closing_error = 5;
        Returns:
        The bytes for closingError.
      • getIsPush

        boolean getIsPush()
        bool is_push = 6;
        Returns:
        The isPush.
      • hasRootSpanPtr

        boolean hasRootSpanPtr()
        optional uint64 root_span_ptr = 7;
        Returns:
        Whether the rootSpanPtr field is set.
      • getRootSpanPtr

        long getRootSpanPtr()
        optional uint64 root_span_ptr = 7;
        Returns:
        The rootSpanPtr.