Class NextNonceResponse

java.lang.Object
com.kryptokrauts.aeternity.generated.model.NextNonceResponse

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2022-01-10T23:40:09.108255703Z[Etc/UTC]")
public class NextNonceResponse
extends java.lang.Object
NextNonceResponse
  • Field Summary

    Fields
    Modifier and Type Field Description
    static java.lang.String JSON_PROPERTY_NEXT_NONCE  
  • Constructor Summary

    Constructors
    Constructor Description
    NextNonceResponse()  
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object o)  
    java.math.BigInteger getNextNonce()
    Get nextNonce
    int hashCode()  
    NextNonceResponse nextNonce​(java.math.BigInteger nextNonce)  
    void setNextNonce​(java.math.BigInteger nextNonce)  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

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

    • JSON_PROPERTY_NEXT_NONCE

      public static final java.lang.String JSON_PROPERTY_NEXT_NONCE
      See Also:
      Constant Field Values
  • Constructor Details

    • NextNonceResponse

      public NextNonceResponse()
  • Method Details

    • nextNonce

      public NextNonceResponse nextNonce​(java.math.BigInteger nextNonce)
    • getNextNonce

      public java.math.BigInteger getNextNonce()
      Get nextNonce
      Returns:
      nextNonce
    • setNextNonce

      public void setNextNonce​(java.math.BigInteger nextNonce)
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object