summaryrefslogtreecommitdiff
path: root/api/pl.treksoft.kvision.remote/-json-rpc-response/index.html
diff options
context:
space:
mode:
authorRobert Jaros <rjaros@finn.pl>2018-10-17 18:40:15 +0200
committerRobert Jaros <rjaros@finn.pl>2018-10-17 18:40:15 +0200
commita70acf853de62d0754ca95aa4103712b82afdef8 (patch)
treecb8980c51c98f41f833aa89c7bd28e5fa133f35e /api/pl.treksoft.kvision.remote/-json-rpc-response/index.html
parent546892a2b8c743224ccabd609827f5048c7a630c (diff)
downloadkvision-a70acf853de62d0754ca95aa4103712b82afdef8.tar.gz
kvision-a70acf853de62d0754ca95aa4103712b82afdef8.tar.bz2
kvision-a70acf853de62d0754ca95aa4103712b82afdef8.zip
API Documentation for KVision 0.0.18
Diffstat (limited to 'api/pl.treksoft.kvision.remote/-json-rpc-response/index.html')
-rw-r--r--api/pl.treksoft.kvision.remote/-json-rpc-response/index.html58
1 files changed, 58 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.remote/-json-rpc-response/index.html b/api/pl.treksoft.kvision.remote/-json-rpc-response/index.html
new file mode 100644
index 00000000..bed2d298
--- /dev/null
+++ b/api/pl.treksoft.kvision.remote/-json-rpc-response/index.html
@@ -0,0 +1,58 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>JsonRpcResponse - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.remote</a>&nbsp;/&nbsp;<a href="./index.html">JsonRpcResponse</a><br/>
+<br/>
+<h1>JsonRpcResponse</h1>
+<code><span class="keyword">data</span> <span class="keyword">class </span><span class="identifier">JsonRpcResponse</span></code>
+<h3>Constructors</h3>
+<table>
+<tbody>
+<tr>
+<td>
+<p><a href="-init-.html">&lt;init&gt;</a></p>
+</td>
+<td>
+<code><span class="identifier">JsonRpcResponse</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.JsonRpcResponse$<init>(kotlin.Int, kotlin.String, kotlin.String, kotlin.String)/id">id</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.JsonRpcResponse$<init>(kotlin.Int, kotlin.String, kotlin.String, kotlin.String)/result">result</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.JsonRpcResponse$<init>(kotlin.Int, kotlin.String, kotlin.String, kotlin.String)/error">error</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.JsonRpcResponse$<init>(kotlin.Int, kotlin.String, kotlin.String, kotlin.String)/jsonrpc">jsonrpc</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a>&nbsp;<span class="symbol">=</span>&nbsp;"2.0"<span class="symbol">)</span></code></td>
+</tr>
+</tbody>
+</table>
+<h3>Properties</h3>
+<table>
+<tbody>
+<tr>
+<td>
+<p><a href="error.html">error</a></p>
+</td>
+<td>
+<code><span class="keyword">val </span><span class="identifier">error</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="id.html">id</a></p>
+</td>
+<td>
+<code><span class="keyword">val </span><span class="identifier">id</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">?</span></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="jsonrpc.html">jsonrpc</a></p>
+</td>
+<td>
+<code><span class="keyword">val </span><span class="identifier">jsonrpc</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="result.html">result</a></p>
+</td>
+<td>
+<code><span class="keyword">val </span><span class="identifier">result</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code></td>
+</tr>
+</tbody>
+</table>
+</BODY>
+</HTML>