Package org.fisco.bcos.sdk.amop.topic
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.Shorttype -
Constructor Summary
Constructors Constructor Description AmopMsgIn() -
Method Summary
Modifier and Type Method Description byte[]getContent()io.netty.channel.ChannelHandlerContextgetCtx()java.lang.StringgetMessageID()java.lang.IntegergetResult()java.lang.StringgetTopic()TopicTypegetTopicType()java.lang.ShortgetType()voidsetContent(byte[] content)voidsetCtx(io.netty.channel.ChannelHandlerContext ctx)voidsetMessageID(java.lang.String messageID)voidsetResult(java.lang.Integer result)voidsetTopic(java.lang.String topic)voidsetTopicType(TopicType topicType)voidsetType(java.lang.Short type)
-
Field Details
-
type
protected java.lang.Short type
-
-
Constructor Details
-
AmopMsgIn
public AmopMsgIn()
-
-
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
-
setTopicType
-