Package com.github.oscerd.finnhub.models
Class CryptoProfile
java.lang.Object
com.github.oscerd.finnhub.models.CryptoProfile
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2024-03-22T10:38:13.551248835+01:00[Europe/Rome]")
public class CryptoProfile
extends Object
CryptoProfile
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncirculatingSupply(Float circulatingSupply) description(String description) booleanCirculating supply.Description.Launch date.getLogo()Logo image.Long name.Market capitalization.Max supply.getName()Name.Proof type.Total supply.Project's website.inthashCode()launchDate(String launchDate) voidsetCirculatingSupply(Float circulatingSupply) voidsetDescription(String description) voidsetLaunchDate(String launchDate) voidvoidsetLongName(String longName) voidsetMarketCap(Float marketCap) voidsetMaxSupply(Float maxSupply) voidvoidsetProofType(String proofType) voidsetTotalSupply(Float totalSupply) voidsetWebsite(String website) toString()totalSupply(Float totalSupply)
-
Constructor Details
-
CryptoProfile
public CryptoProfile()
-
-
Method Details
-
longName
-
getLongName
Long name.- Returns:
- longName
-
setLongName
-
name
-
getName
Name.- Returns:
- name
-
setName
-
description
-
getDescription
Description.- Returns:
- description
-
setDescription
-
website
-
getWebsite
Project's website.- Returns:
- website
-
setWebsite
-
marketCap
-
getMarketCap
Market capitalization.- Returns:
- marketCap
-
setMarketCap
-
totalSupply
-
getTotalSupply
Total supply.- Returns:
- totalSupply
-
setTotalSupply
-
maxSupply
-
getMaxSupply
Max supply.- Returns:
- maxSupply
-
setMaxSupply
-
circulatingSupply
-
getCirculatingSupply
Circulating supply.- Returns:
- circulatingSupply
-
setCirculatingSupply
-
logo
-
getLogo
Logo image.- Returns:
- logo
-
setLogo
-
launchDate
-
getLaunchDate
Launch date.- Returns:
- launchDate
-
setLaunchDate
-
proofType
-
getProofType
Proof type.- Returns:
- proofType
-
setProofType
-
equals
-
hashCode
public int hashCode() -
toString
-