Class Filing

java.lang.Object
com.github.oscerd.finnhub.models.Filing

@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2024-03-22T10:38:13.551248835+01:00[Europe/Rome]") public class Filing extends Object
Filing
  • Constructor Details

    • Filing

      public Filing()
  • Method Details

    • accessNumber

      public Filing accessNumber(String accessNumber)
    • getAccessNumber

      public String getAccessNumber()
      Access number.
      Returns:
      accessNumber
    • setAccessNumber

      public void setAccessNumber(String accessNumber)
    • symbol

      public Filing symbol(String symbol)
    • getSymbol

      public String getSymbol()
      Symbol.
      Returns:
      symbol
    • setSymbol

      public void setSymbol(String symbol)
    • cik

      public Filing cik(String cik)
    • getCik

      public String getCik()
      CIK.
      Returns:
      cik
    • setCik

      public void setCik(String cik)
    • form

      public Filing form(String form)
    • getForm

      public String getForm()
      Form type.
      Returns:
      form
    • setForm

      public void setForm(String form)
    • filedDate

      public Filing filedDate(String filedDate)
    • getFiledDate

      public String getFiledDate()
      Filed date <code>%Y-%m-%d %H:%M:%S</code>.
      Returns:
      filedDate
    • setFiledDate

      public void setFiledDate(String filedDate)
    • acceptedDate

      public Filing acceptedDate(String acceptedDate)
    • getAcceptedDate

      public String getAcceptedDate()
      Accepted date <code>%Y-%m-%d %H:%M:%S</code>.
      Returns:
      acceptedDate
    • setAcceptedDate

      public void setAcceptedDate(String acceptedDate)
    • reportUrl

      public Filing reportUrl(String reportUrl)
    • getReportUrl

      public String getReportUrl()
      Report's URL.
      Returns:
      reportUrl
    • setReportUrl

      public void setReportUrl(String reportUrl)
    • filingUrl

      public Filing filingUrl(String filingUrl)
    • getFilingUrl

      public String getFilingUrl()
      Filing's URL.
      Returns:
      filingUrl
    • setFilingUrl

      public void setFilingUrl(String filingUrl)
    • 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