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 Details

    • CryptoProfile

      public CryptoProfile()
  • Method Details

    • longName

      public CryptoProfile longName(String longName)
    • getLongName

      public String getLongName()
      Long name.
      Returns:
      longName
    • setLongName

      public void setLongName(String longName)
    • name

      public CryptoProfile name(String name)
    • getName

      public String getName()
      Name.
      Returns:
      name
    • setName

      public void setName(String name)
    • description

      public CryptoProfile description(String description)
    • getDescription

      public String getDescription()
      Description.
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • website

      public CryptoProfile website(String website)
    • getWebsite

      public String getWebsite()
      Project's website.
      Returns:
      website
    • setWebsite

      public void setWebsite(String website)
    • marketCap

      public CryptoProfile marketCap(Float marketCap)
    • getMarketCap

      public Float getMarketCap()
      Market capitalization.
      Returns:
      marketCap
    • setMarketCap

      public void setMarketCap(Float marketCap)
    • totalSupply

      public CryptoProfile totalSupply(Float totalSupply)
    • getTotalSupply

      public Float getTotalSupply()
      Total supply.
      Returns:
      totalSupply
    • setTotalSupply

      public void setTotalSupply(Float totalSupply)
    • maxSupply

      public CryptoProfile maxSupply(Float maxSupply)
    • getMaxSupply

      public Float getMaxSupply()
      Max supply.
      Returns:
      maxSupply
    • setMaxSupply

      public void setMaxSupply(Float maxSupply)
    • circulatingSupply

      public CryptoProfile circulatingSupply(Float circulatingSupply)
    • getCirculatingSupply

      public Float getCirculatingSupply()
      Circulating supply.
      Returns:
      circulatingSupply
    • setCirculatingSupply

      public void setCirculatingSupply(Float circulatingSupply)
    • logo

      public CryptoProfile logo(String logo)
    • getLogo

      public String getLogo()
      Logo image.
      Returns:
      logo
    • setLogo

      public void setLogo(String logo)
    • launchDate

      public CryptoProfile launchDate(String launchDate)
    • getLaunchDate

      public String getLaunchDate()
      Launch date.
      Returns:
      launchDate
    • setLaunchDate

      public void setLaunchDate(String launchDate)
    • proofType

      public CryptoProfile proofType(String proofType)
    • getProofType

      public String getProofType()
      Proof type.
      Returns:
      proofType
    • setProofType

      public void setProofType(String proofType)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object