Class CallResponse

java.lang.Object
org.fisco.bcos.sdk.transaction.model.dto.CommonResponse
org.fisco.bcos.sdk.transaction.model.dto.CallResponse

public class CallResponse
extends CommonResponse
CallResponse @Description: CallResponse
  • Constructor Summary

    Constructors 
    Constructor Description
    CallResponse()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getValues()  
    void setValues​(java.lang.String values)  

    Methods inherited from class org.fisco.bcos.sdk.transaction.model.dto.CommonResponse

    getReturnCode, getReturnMessage, setReturnCode, setReturnMessage

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getValues

      public java.lang.String getValues()
      Returns:
      the values
    • setValues

      public void setValues​(java.lang.String values)
      Parameters:
      values - the values to set