Class FeeResponse

java.lang.Object
app.keyconnect.rippled.api.client.model.FeeResponse
All Implemented Interfaces:
java.io.Serializable

@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class FeeResponse
extends java.lang.Object
implements java.io.Serializable
FeeResponse
See Also:
Serialized Form
  • Field Summary

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

    Constructors
    Constructor Description
    FeeResponse()  
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object o)  
    FeeResult getResult()
    Get result
    int hashCode()  
    FeeResponse result​(FeeResult result)  
    void setResult​(FeeResult result)  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

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

    • JSON_PROPERTY_RESULT

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

    • FeeResponse

      public FeeResponse()
  • Method Details

    • result

      public FeeResponse result​(FeeResult result)
    • getResult

      @Nullable public FeeResult getResult()
      Get result
      Returns:
      result
    • setResult

      public void setResult​(FeeResult result)
    • 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