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()  
    long getTimeout()  
    java.lang.String getTopic()  
    TopicType getType()  
    void setContent​(byte[] content)  
    void setTimeout​(long timeout)  
    void setTopic​(java.lang.String topic)  
    void setType​(TopicType type)  

    Methods inherited from class java.lang.Object

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