Class Exchange

java.lang.Object
com.qtsurfer.api.client.model.Exchange

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.14.0") public class Exchange extends Object
Exchange service provider
  • Field Details

  • Constructor Details

    • Exchange

      public Exchange()
  • Method Details

    • id

      public Exchange id(@Nonnull String id)
    • getId

      @Nonnull public String getId()
      Unique identifier for the exchange
      Returns:
      id
    • setId

      public void setId(@Nonnull String id)
    • name

      public Exchange name(@Nonnull String name)
    • getName

      @Nonnull public String getName()
      Name of the exchange
      Returns:
      name
    • setName

      public void setName(@Nonnull String name)
    • description

      public Exchange description(@Nullable String description)
    • getDescription

      @Nullable public String getDescription()
      Description of the exchange
      Returns:
      description
    • setDescription

      public void setDescription(@Nullable String description)
    • equals

      public boolean equals(Object o)
      Return true if this Exchange object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string