Class AmopResponse

java.lang.Object
org.fisco.bcos.sdk.amop.AmopResponse

public class AmopResponse
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    AmopResponse​(Response response)  
  • Method Summary

    Modifier and Type Method Description
    AmopMsgIn getAmopMsgIn()  
    io.netty.channel.ChannelHandlerContext getCtx()  
    java.lang.Integer getErrorCode()  
    java.lang.String getErrorMessage()  
    java.lang.String getMessageID()  
    void setAmopMsgIn​(AmopMsgIn amopMsgIn)  
    void setCtx​(io.netty.channel.ChannelHandlerContext ctx)  
    void setErrorCode​(java.lang.Integer errorCode)  
    void setErrorMessage​(java.lang.String errorMessage)  
    void setMessageID​(java.lang.String messageID)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait