Class Options

java.lang.Object
org.fisco.bcos.sdk.channel.model.Options

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

    Fields 
    Modifier and Type Field Description
    long timeout  
  • Constructor Summary

    Constructors 
    Constructor Description
    Options()  
  • Method Summary

    Modifier and Type Method Description
    long getTimeout()  
    void setTimeout​(long timeout)  

    Methods inherited from class java.lang.Object

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

  • Constructor Details

  • Method Details