Package com.xero.models.finance
Class ReportHistoryModel
java.lang.Object
com.xero.models.finance.ReportHistoryModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.threeten.bp.OffsetDateTimeThe system date time that the report was publishedThe date or date range of the reportReport code or report titleinthashCode()publishedDateUtc(org.threeten.bp.OffsetDateTime publishedDateUtc) The system date time that the report was publishedreportDateText(String reportDateText) The date or date range of the reportreportName(String reportName) Report code or report titlevoidsetPublishedDateUtc(org.threeten.bp.OffsetDateTime publishedDateUtc) The system date time that the report was publishedvoidsetReportDateText(String reportDateText) The date or date range of the reportvoidsetReportName(String reportName) Report code or report titletoString()
-
Constructor Details
-
ReportHistoryModel
public ReportHistoryModel()
-
-
Method Details
-
reportName
Report code or report title- Parameters:
reportName- String- Returns:
- ReportHistoryModel
-
getReportName
-
setReportName
Report code or report title- Parameters:
reportName- String
-
reportDateText
The date or date range of the report- Parameters:
reportDateText- String- Returns:
- ReportHistoryModel
-
getReportDateText
-
setReportDateText
The date or date range of the report- Parameters:
reportDateText- String
-
publishedDateUtc
The system date time that the report was published- Parameters:
publishedDateUtc- OffsetDateTime- Returns:
- ReportHistoryModel
-
getPublishedDateUtc
public org.threeten.bp.OffsetDateTime getPublishedDateUtc()The system date time that the report was published- Returns:
- publishedDateUtc
-
setPublishedDateUtc
public void setPublishedDateUtc(org.threeten.bp.OffsetDateTime publishedDateUtc) The system date time that the report was published- Parameters:
publishedDateUtc- OffsetDateTime
-
equals
-
hashCode
-
toString
-