org.monache.lib.api.mock
クラス SendFromMock
java.lang.Object
org.monache.lib.api.AbstractCoinAPI
org.monache.lib.api.mock.SendFromMock
- すべての実装されたインタフェース:
- CoinAPI, SendFrom
public class SendFromMock
- extends AbstractCoinAPI
- implements SendFrom
- 導入されたバージョン:
- 作成者:
- monache.org
フィールドの概要 |
protected static java.lang.String |
METHOD
|
メソッドの概要 |
SendFromResult |
call(JsonRPCClient jsonRPCClient,
java.lang.String fromAccount,
java.lang.String toAddress,
java.math.BigDecimal amount)
送金元の口座名を指定して送金します。 |
SendFromResult |
call(JsonRPCClient jsonRPCClient,
java.lang.String fromAccount,
java.lang.String toAddress,
java.math.BigDecimal amount,
java.lang.Long minconf)
送金元の口座名を指定して送金します。 |
SendFromResult |
call(JsonRPCClient jsonRPCClient,
java.lang.String fromAccount,
java.lang.String toAddress,
java.math.BigDecimal amount,
java.lang.Long minconf,
java.lang.String comment,
java.lang.String commentTo)
送金元の口座名を指定して送金します。 |
SendFromResult |
call(JsonRPCClient jsonRPCClient,
java.lang.String fromAccount,
java.lang.String toAddress,
java.math.BigDecimal amount,
java.lang.String comment,
java.lang.String commentTo)
送金元の口座名を指定して送金します。 |
java.lang.String |
getError()
|
java.lang.String |
getId()
|
java.lang.String |
getResult()
|
void |
setError(java.lang.String error)
|
void |
setId(java.lang.String id)
|
void |
setResult(java.lang.String result)
|
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
METHOD
protected static final java.lang.String METHOD
- 関連項目:
- 定数フィールド値
SendFromMock
public SendFromMock()
call
public SendFromResult call(JsonRPCClient jsonRPCClient,
java.lang.String fromAccount,
java.lang.String toAddress,
java.math.BigDecimal amount)
throws CoinAPIException
- インタフェース
SendFrom
の記述:
- 送金元の口座名を指定して送金します。
- 定義:
- インタフェース
SendFrom
内の call
- パラメータ:
jsonRPCClient
- JSON-RPCクライアントfromAccount
- 送金元口座toAddress
- 送金先アドレスamount
- 金額
- 戻り値:
- 実行結果
- 例外:
CoinAPIException
- 失敗
call
public SendFromResult call(JsonRPCClient jsonRPCClient,
java.lang.String fromAccount,
java.lang.String toAddress,
java.math.BigDecimal amount,
java.lang.String comment,
java.lang.String commentTo)
throws CoinAPIException
- インタフェース
SendFrom
の記述:
- 送金元の口座名を指定して送金します。
- 定義:
- インタフェース
SendFrom
内の call
- パラメータ:
jsonRPCClient
- JSON-RPCクライアント
- 戻り値:
-
- 例外:
CoinAPIException
call
public SendFromResult call(JsonRPCClient jsonRPCClient,
java.lang.String fromAccount,
java.lang.String toAddress,
java.math.BigDecimal amount,
java.lang.Long minconf)
throws CoinAPIException
- インタフェース
SendFrom
の記述:
- 送金元の口座名を指定して送金します。
- 定義:
- インタフェース
SendFrom
内の call
- パラメータ:
jsonRPCClient
- JSON-RPCクライアント
- 戻り値:
-
- 例外:
CoinAPIException
call
public SendFromResult call(JsonRPCClient jsonRPCClient,
java.lang.String fromAccount,
java.lang.String toAddress,
java.math.BigDecimal amount,
java.lang.Long minconf,
java.lang.String comment,
java.lang.String commentTo)
throws CoinAPIException
- インタフェース
SendFrom
の記述:
- 送金元の口座名を指定して送金します。
- 定義:
- インタフェース
SendFrom
内の call
- パラメータ:
jsonRPCClient
- JSON-RPCクライアント
- 戻り値:
-
- 例外:
CoinAPIException
getResult
public java.lang.String getResult()
- 戻り値:
- result
- 導入されたバージョン:
- 1.0
setResult
public void setResult(java.lang.String result)
- パラメータ:
result
- セットする result- 導入されたバージョン:
- 1.0
getError
public java.lang.String getError()
- 戻り値:
- error
- 導入されたバージョン:
- 1.0
setError
public void setError(java.lang.String error)
- パラメータ:
error
- セットする error- 導入されたバージョン:
- 1.0
getId
public java.lang.String getId()
- 戻り値:
- id
- 導入されたバージョン:
- 1.0
setId
public void setId(java.lang.String id)
- パラメータ:
id
- セットする id- 導入されたバージョン:
- 1.0
Copyright © 2014. All Rights Reserved.