Class Response

java.lang.Object
org.fisco.bcos.sdk.model.Response

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

    Constructors 
    Constructor Description
    Response()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getContent()  
    byte[] getContentBytes()  
    io.netty.channel.ChannelHandlerContext getCtx()  
    java.lang.Integer getErrorCode()  
    java.lang.String getErrorMessage()  
    java.lang.String getMessageID()  
    void setContent​(java.lang.String content)  
    void setContentBytes​(byte[] content)  
    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
  • Constructor Details

  • Method Details

    • getErrorCode

      public java.lang.Integer getErrorCode()
    • setErrorCode

      public void setErrorCode​(java.lang.Integer errorCode)
    • getErrorMessage

      public java.lang.String getErrorMessage()
    • setErrorMessage

      public void setErrorMessage​(java.lang.String errorMessage)
    • getMessageID

      public java.lang.String getMessageID()
    • setMessageID

      public void setMessageID​(java.lang.String messageID)
    • getContent

      public java.lang.String getContent()
    • setContent

      public void setContent​(java.lang.String content)
    • setContentBytes

      public void setContentBytes​(byte[] content)
    • getContentBytes

      public byte[] getContentBytes()
    • getCtx

      public io.netty.channel.ChannelHandlerContext getCtx()
    • setCtx

      public void setCtx​(io.netty.channel.ChannelHandlerContext ctx)