Class IstanbulSnapshot

java.lang.Object
org.web3j.protocol.core.Response<org.web3j.quorum.methods.response.istanbul.Snapshot>
org.web3j.quorum.methods.response.istanbul.IstanbulSnapshot

public class IstanbulSnapshot extends org.web3j.protocol.core.Response<org.web3j.quorum.methods.response.istanbul.Snapshot>
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     

    Nested classes/interfaces inherited from class org.web3j.protocol.core.Response

    org.web3j.protocol.core.Response.Error
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Optional<org.web3j.quorum.methods.response.istanbul.Snapshot>
     
    void
    setResult(org.web3j.quorum.methods.response.istanbul.Snapshot result)
     

    Methods inherited from class org.web3j.protocol.core.Response

    getError, getId, getJsonrpc, getRawResponse, getResult, hasError, setError, setId, setJsonrpc, setRawResponse

    Methods inherited from class java.lang.Object

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

    • IstanbulSnapshot

      public IstanbulSnapshot()
  • Method Details

    • getSnapshot

      public Optional<org.web3j.quorum.methods.response.istanbul.Snapshot> getSnapshot()
    • setResult

      public void setResult(org.web3j.quorum.methods.response.istanbul.Snapshot result)
      Overrides:
      setResult in class org.web3j.protocol.core.Response<org.web3j.quorum.methods.response.istanbul.Snapshot>