Class AmopMsgIn

java.lang.Object
org.fisco.bcos.sdk.amop.topic.AmopMsgIn

public class AmopMsgIn
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.Short type  
  • Constructor Summary

    Constructors 
    Constructor Description
    AmopMsgIn()  
  • Method Summary

    Modifier and Type Method Description
    byte[] getContent()  
    io.netty.channel.ChannelHandlerContext getCtx()  
    java.lang.String getMessageID()  
    java.lang.Integer getResult()  
    java.lang.String getTopic()  
    TopicType getTopicType()  
    java.lang.Short getType()  
    void setContent​(byte[] content)  
    void setCtx​(io.netty.channel.ChannelHandlerContext ctx)  
    void setMessageID​(java.lang.String messageID)  
    void setResult​(java.lang.Integer result)  
    void setTopic​(java.lang.String topic)  
    void setTopicType​(TopicType topicType)  
    void setType​(java.lang.Short type)  

    Methods inherited from class java.lang.Object

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

    • type

      protected java.lang.Short type
  • Constructor Details

  • Method Details

    • getMessageID

      public java.lang.String getMessageID()
    • setMessageID

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

      public byte[] getContent()
    • setContent

      public void setContent​(byte[] content)
    • getTopic

      public java.lang.String getTopic()
    • setTopic

      public void setTopic​(java.lang.String topic)
    • getCtx

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

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

      public java.lang.Integer getResult()
    • setResult

      public void setResult​(java.lang.Integer result)
    • getType

      public java.lang.Short getType()
    • setType

      public void setType​(java.lang.Short type)
    • getTopicType

      public TopicType getTopicType()
    • setTopicType

      public void setTopicType​(TopicType topicType)