org.curewallet.lib.api.response
クラス GetTransactionResponseObject

java.lang.Object
  上位を拡張 org.curewallet.lib.jsonrpc.JsonRPCResponseObject
      上位を拡張 org.curewallet.lib.api.response.ResponseObject
          上位を拡張 org.curewallet.lib.api.response.GetTransactionResponseObject

public class GetTransactionResponseObject
extends ResponseObject

導入されたバージョン:
1.0
作成者:
Nezumi Kozo

コンストラクタの概要
GetTransactionResponseObject()
           
 
メソッドの概要
 GetTransactionResult getResult()
           
 GetTransactionResult getResultObject()
           
 void setResult(GetTransactionResult result)
           
 
クラス org.curewallet.lib.api.response.ResponseObject から継承されたメソッド
getError, getId, setError, setId
 
クラス org.curewallet.lib.jsonrpc.JsonRPCResponseObject から継承されたメソッド
getJsonString, setJsonString
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

GetTransactionResponseObject

public GetTransactionResponseObject()
導入されたバージョン:
1.0
メソッドの詳細

getResult

public GetTransactionResult getResult()
戻り値:
result
導入されたバージョン:
1.0

setResult

public void setResult(GetTransactionResult result)
パラメータ:
result - セットする result
導入されたバージョン:
1.0

getResultObject

public GetTransactionResult getResultObject()


Copyright © 2014. All Rights Reserved.