Package com.longbridge.quote
Class FilingItem
- java.lang.Object
-
- com.longbridge.quote.FilingItem
-
public class FilingItem extends Object
Filing item
-
-
Constructor Summary
Constructors Constructor Description FilingItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Returns the description.StringgetFileName()Returns the file name.String[]getFileUrls()Returns the file URLs.StringgetId()Returns the filing ID.OffsetDateTimegetPublishedAt()Returns the published time.StringgetTitle()Returns the title.StringtoString()
-
-
-
Method Detail
-
getId
public String getId()
Returns the filing ID.- Returns:
- the filing ID
-
getTitle
public String getTitle()
Returns the title.- Returns:
- the title
-
getDescription
public String getDescription()
Returns the description.- Returns:
- the description
-
getFileName
public String getFileName()
Returns the file name.- Returns:
- the file name
-
getFileUrls
public String[] getFileUrls()
Returns the file URLs.- Returns:
- the file URLs
-
getPublishedAt
public OffsetDateTime getPublishedAt()
Returns the published time.- Returns:
- the published time
-
-