Package org.fisco.bcos.sdk.amop
Class AmopMsgOut
java.lang.Object
org.fisco.bcos.sdk.amop.AmopMsgOut
public class AmopMsgOut
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description AmopMsgOut() -
Method Summary
Modifier and Type Method Description byte[]getContent()longgetTimeout()java.lang.StringgetTopic()TopicTypegetType()voidsetContent(byte[] content)voidsetTimeout(long timeout)voidsetTopic(java.lang.String topic)voidsetType(TopicType type)
-
Constructor Details
-
AmopMsgOut
public AmopMsgOut()
-
-
Method Details
-
getTimeout
public long getTimeout() -
setTimeout
public void setTimeout(long timeout) -
getTopic
public java.lang.String getTopic() -
setTopic
public void setTopic(java.lang.String topic) -
getContent
public byte[] getContent() -
setContent
public void setContent(byte[] content) -
getType
-
setType
-