Class CatchpointAbortResponse

java.lang.Object
com.algorand.algosdk.v2.client.common.PathResponse
com.algorand.algosdk.v2.client.model.CatchpointAbortResponse

public class CatchpointAbortResponse
extends PathResponse
  • Field Summary

    Fields
    Modifier and Type Field Description
    java.lang.String catchupMessage
    Catchup abort response string
  • Constructor Summary

    Constructors
    Constructor Description
    CatchpointAbortResponse()  
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object o)  

    Methods inherited from class com.algorand.algosdk.v2.client.common.PathResponse

    toString

    Methods inherited from class java.lang.Object

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

    • catchupMessage

      public java.lang.String catchupMessage
      Catchup abort response string
  • Constructor Details

    • CatchpointAbortResponse

      public CatchpointAbortResponse()
  • Method Details

    • equals

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object