Class SymbolPriceBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.SymbolPriceBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-03-21T21:00:09.538922Z[Etc/UTC]") public class SymbolPriceBankModel extends Object
SymbolPriceBankModel
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_BUY_PRICEstatic StringJSON_PROPERTY_BUY_PRICE_LAST_UPDATED_ATstatic StringJSON_PROPERTY_COUNTRY_CODEstatic StringJSON_PROPERTY_PARTICIPANTS_TYPEstatic StringJSON_PROPERTY_ROUTEstatic StringJSON_PROPERTY_SELL_PRICEstatic StringJSON_PROPERTY_SELL_PRICE_LAST_UPDATED_ATstatic StringJSON_PROPERTY_SYMBOLstatic StringJSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description SymbolPriceBankModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SymbolPriceBankModelbuyPrice(BigInteger buyPrice)SymbolPriceBankModelbuyPriceLastUpdatedAt(OffsetDateTime buyPriceLastUpdatedAt)SymbolPriceBankModelcountryCode(String countryCode)booleanequals(Object o)BigIntegergetBuyPrice()The purchase price (in base units) for the asset denominated in the counter asset currency.org.openapitools.jackson.nullable.JsonNullable<BigInteger>getBuyPrice_JsonNullable()OffsetDateTimegetBuyPriceLastUpdatedAt()ISO8601 datetime the purchase price was generated at.org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime>getBuyPriceLastUpdatedAt_JsonNullable()StringgetCountryCode()The ISO 3166 country 2-Alpha country code of the price.org.openapitools.jackson.nullable.JsonNullable<String>getCountryCode_JsonNullable()StringgetParticipantsType()The type of participants the price is for; one of C2C, C2B, B2C, or B2B.org.openapitools.jackson.nullable.JsonNullable<String>getParticipantsType_JsonNullable()StringgetRoute()The route the price is for; one of bank_account or mobile_wallet.org.openapitools.jackson.nullable.JsonNullable<String>getRoute_JsonNullable()BigIntegergetSellPrice()The sale price (in base units) for the asset denominated in the counter asset currency.org.openapitools.jackson.nullable.JsonNullable<BigInteger>getSellPrice_JsonNullable()OffsetDateTimegetSellPriceLastUpdatedAt()ISO8601 datetime the sale price was generated at.org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime>getSellPriceLastUpdatedAt_JsonNullable()StringgetSymbol()The trade symbol the pricing is related to.StringgetType()The type of price; one of trading or payout.org.openapitools.jackson.nullable.JsonNullable<String>getType_JsonNullable()inthashCode()SymbolPriceBankModelparticipantsType(String participantsType)SymbolPriceBankModelroute(String route)SymbolPriceBankModelsellPrice(BigInteger sellPrice)SymbolPriceBankModelsellPriceLastUpdatedAt(OffsetDateTime sellPriceLastUpdatedAt)voidsetBuyPrice(BigInteger buyPrice)voidsetBuyPrice_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<BigInteger> buyPrice)voidsetBuyPriceLastUpdatedAt(OffsetDateTime buyPriceLastUpdatedAt)voidsetBuyPriceLastUpdatedAt_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> buyPriceLastUpdatedAt)voidsetCountryCode(String countryCode)voidsetCountryCode_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> countryCode)voidsetParticipantsType(String participantsType)voidsetParticipantsType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> participantsType)voidsetRoute(String route)voidsetRoute_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> route)voidsetSellPrice(BigInteger sellPrice)voidsetSellPrice_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<BigInteger> sellPrice)voidsetSellPriceLastUpdatedAt(OffsetDateTime sellPriceLastUpdatedAt)voidsetSellPriceLastUpdatedAt_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> sellPriceLastUpdatedAt)voidsetSymbol(String symbol)voidsetType(String type)voidsetType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> type)SymbolPriceBankModelsymbol(String symbol)StringtoString()SymbolPriceBankModeltype(String type)
-
-
-
Field Detail
-
JSON_PROPERTY_SYMBOL
public static final String JSON_PROPERTY_SYMBOL
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_BUY_PRICE
public static final String JSON_PROPERTY_BUY_PRICE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SELL_PRICE
public static final String JSON_PROPERTY_SELL_PRICE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_BUY_PRICE_LAST_UPDATED_AT
public static final String JSON_PROPERTY_BUY_PRICE_LAST_UPDATED_AT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SELL_PRICE_LAST_UPDATED_AT
public static final String JSON_PROPERTY_SELL_PRICE_LAST_UPDATED_AT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_COUNTRY_CODE
public static final String JSON_PROPERTY_COUNTRY_CODE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PARTICIPANTS_TYPE
public static final String JSON_PROPERTY_PARTICIPANTS_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ROUTE
public static final String JSON_PROPERTY_ROUTE
- See Also:
- Constant Field Values
-
-
Method Detail
-
symbol
public SymbolPriceBankModel symbol(String symbol)
-
getSymbol
@Nullable public String getSymbol()
The trade symbol the pricing is related to. Format is asset-counter_asset, e.g., BTC-USD.- Returns:
- symbol
-
setSymbol
public void setSymbol(String symbol)
-
type
public SymbolPriceBankModel type(String type)
-
getType
@Nullable public String getType()
The type of price; one of trading or payout.- Returns:
- type
-
getType_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getType_JsonNullable()
-
setType_JsonNullable
public void setType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> type)
-
setType
public void setType(String type)
-
buyPrice
public SymbolPriceBankModel buyPrice(BigInteger buyPrice)
-
getBuyPrice
@Nullable public BigInteger getBuyPrice()
The purchase price (in base units) for the asset denominated in the counter asset currency.- Returns:
- buyPrice
-
getBuyPrice_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<BigInteger> getBuyPrice_JsonNullable()
-
setBuyPrice_JsonNullable
public void setBuyPrice_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<BigInteger> buyPrice)
-
setBuyPrice
public void setBuyPrice(BigInteger buyPrice)
-
sellPrice
public SymbolPriceBankModel sellPrice(BigInteger sellPrice)
-
getSellPrice
@Nullable public BigInteger getSellPrice()
The sale price (in base units) for the asset denominated in the counter asset currency.- Returns:
- sellPrice
-
getSellPrice_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<BigInteger> getSellPrice_JsonNullable()
-
setSellPrice_JsonNullable
public void setSellPrice_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<BigInteger> sellPrice)
-
setSellPrice
public void setSellPrice(BigInteger sellPrice)
-
buyPriceLastUpdatedAt
public SymbolPriceBankModel buyPriceLastUpdatedAt(OffsetDateTime buyPriceLastUpdatedAt)
-
getBuyPriceLastUpdatedAt
@Nullable public OffsetDateTime getBuyPriceLastUpdatedAt()
ISO8601 datetime the purchase price was generated at.- Returns:
- buyPriceLastUpdatedAt
-
getBuyPriceLastUpdatedAt_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getBuyPriceLastUpdatedAt_JsonNullable()
-
setBuyPriceLastUpdatedAt_JsonNullable
public void setBuyPriceLastUpdatedAt_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> buyPriceLastUpdatedAt)
-
setBuyPriceLastUpdatedAt
public void setBuyPriceLastUpdatedAt(OffsetDateTime buyPriceLastUpdatedAt)
-
sellPriceLastUpdatedAt
public SymbolPriceBankModel sellPriceLastUpdatedAt(OffsetDateTime sellPriceLastUpdatedAt)
-
getSellPriceLastUpdatedAt
@Nullable public OffsetDateTime getSellPriceLastUpdatedAt()
ISO8601 datetime the sale price was generated at.- Returns:
- sellPriceLastUpdatedAt
-
getSellPriceLastUpdatedAt_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getSellPriceLastUpdatedAt_JsonNullable()
-
setSellPriceLastUpdatedAt_JsonNullable
public void setSellPriceLastUpdatedAt_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> sellPriceLastUpdatedAt)
-
setSellPriceLastUpdatedAt
public void setSellPriceLastUpdatedAt(OffsetDateTime sellPriceLastUpdatedAt)
-
countryCode
public SymbolPriceBankModel countryCode(String countryCode)
-
getCountryCode
@Nullable public String getCountryCode()
The ISO 3166 country 2-Alpha country code of the price.- Returns:
- countryCode
-
getCountryCode_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getCountryCode_JsonNullable()
-
setCountryCode_JsonNullable
public void setCountryCode_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> countryCode)
-
setCountryCode
public void setCountryCode(String countryCode)
-
participantsType
public SymbolPriceBankModel participantsType(String participantsType)
-
getParticipantsType
@Nullable public String getParticipantsType()
The type of participants the price is for; one of C2C, C2B, B2C, or B2B.- Returns:
- participantsType
-
getParticipantsType_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getParticipantsType_JsonNullable()
-
setParticipantsType_JsonNullable
public void setParticipantsType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> participantsType)
-
setParticipantsType
public void setParticipantsType(String participantsType)
-
route
public SymbolPriceBankModel route(String route)
-
getRoute
@Nullable public String getRoute()
The route the price is for; one of bank_account or mobile_wallet.- Returns:
- route
-
getRoute_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getRoute_JsonNullable()
-
setRoute_JsonNullable
public void setRoute_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> route)
-
setRoute
public void setRoute(String route)
-
-