Class NetconfRpcReply


  • @Beta
    public class NetconfRpcReply
    extends java.lang.Object
    Representation of rpc-reply.
    See Also:
    NetconfRpcParserUtil
    • Method Detail

      • messageId

        public java.lang.String messageId()
        Returns message-id of this message.
        Returns:
        message-id
      • isOk

        public boolean isOk()
        Returns true if ok reply.
        Returns:
        true if ok reply.
      • hasError

        public boolean hasError()
        Returns true if reply contains rpc-error.
        Returns:
        true if reply contains rpc-error
      • errors

        public java.util.List<NetconfRpcError> errors()
        Returns list of rpc-errors in rpc-reply.
        Returns:
        list of rpc-errors in rpc-reply.
      • responses

        public java.util.List<java.lang.String> responses()
        Returns list of rpc responses in rpc-reply.
        Returns:
        list of rpc responses in rpc-reply.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object