Package com.qtsurfer.api.client.model
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleanReturn true if this Exchange object is equal to o.Description of the exchangegetId()Unique identifier for the exchangegetName()Name of the exchangeinthashCode()voidsetDescription(String description) voidvoidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
-
Constructor Details
-
Exchange
public Exchange()
-
-
Method Details
-
id
-
getId
Unique identifier for the exchange- Returns:
- id
-
setId
-
name
-
getName
Name of the exchange- Returns:
- name
-
setName
-
description
-
getDescription
Description of the exchange- Returns:
- description
-
setDescription
-
equals
Return true if this Exchange object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-