Class FinancialReport
- java.lang.Object
-
- com.adyen.model.legalentitymanagement.FinancialReport
-
public class FinancialReport extends Object
FinancialReport
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ANNUAL_TURNOVERstatic StringJSON_PROPERTY_BALANCE_SHEET_TOTALstatic StringJSON_PROPERTY_CURRENCY_OF_FINANCIAL_DATAstatic StringJSON_PROPERTY_DATE_OF_FINANCIAL_DATAstatic StringJSON_PROPERTY_EMPLOYEE_COUNTstatic StringJSON_PROPERTY_NET_ASSETS
-
Constructor Summary
Constructors Constructor Description FinancialReport()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description FinancialReportannualTurnover(String annualTurnover)The annual turnover of the business.FinancialReportbalanceSheetTotal(String balanceSheetTotal)The balance sheet total of the business.FinancialReportcurrencyOfFinancialData(String currencyOfFinancialData)The currency used for the net assets and balance sheet total.FinancialReportdateOfFinancialData(String dateOfFinancialData)The date the financial data were provided, in YYYY-MM-DD format.FinancialReportemployeeCount(String employeeCount)The number of employees of the business.booleanequals(Object o)Return true if this FinancialReport object is equal to o.static FinancialReportfromJson(String jsonString)Create an instance of FinancialReport given an JSON stringStringgetAnnualTurnover()The annual turnover of the business.StringgetBalanceSheetTotal()The balance sheet total of the business.StringgetCurrencyOfFinancialData()The currency used for the net assets and balance sheet total.StringgetDateOfFinancialData()The date the financial data were provided, in YYYY-MM-DD format.StringgetEmployeeCount()The number of employees of the business.StringgetNetAssets()The net assets of the business.inthashCode()FinancialReportnetAssets(String netAssets)The net assets of the business.voidsetAnnualTurnover(String annualTurnover)The annual turnover of the business.voidsetBalanceSheetTotal(String balanceSheetTotal)The balance sheet total of the business.voidsetCurrencyOfFinancialData(String currencyOfFinancialData)The currency used for the net assets and balance sheet total.voidsetDateOfFinancialData(String dateOfFinancialData)The date the financial data were provided, in YYYY-MM-DD format.voidsetEmployeeCount(String employeeCount)The number of employees of the business.voidsetNetAssets(String netAssets)The net assets of the business.StringtoJson()Convert an instance of FinancialReport to an JSON stringStringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_ANNUAL_TURNOVER
public static final String JSON_PROPERTY_ANNUAL_TURNOVER
- See Also:
- Constant Field Values
-
JSON_PROPERTY_BALANCE_SHEET_TOTAL
public static final String JSON_PROPERTY_BALANCE_SHEET_TOTAL
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CURRENCY_OF_FINANCIAL_DATA
public static final String JSON_PROPERTY_CURRENCY_OF_FINANCIAL_DATA
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DATE_OF_FINANCIAL_DATA
public static final String JSON_PROPERTY_DATE_OF_FINANCIAL_DATA
- See Also:
- Constant Field Values
-
JSON_PROPERTY_EMPLOYEE_COUNT
public static final String JSON_PROPERTY_EMPLOYEE_COUNT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NET_ASSETS
public static final String JSON_PROPERTY_NET_ASSETS
- See Also:
- Constant Field Values
-
-
Method Detail
-
annualTurnover
public FinancialReport annualTurnover(String annualTurnover)
The annual turnover of the business.- Parameters:
annualTurnover-- Returns:
- the current
FinancialReportinstance, allowing for method chaining
-
getAnnualTurnover
public String getAnnualTurnover()
The annual turnover of the business.- Returns:
- annualTurnover
-
setAnnualTurnover
public void setAnnualTurnover(String annualTurnover)
The annual turnover of the business.- Parameters:
annualTurnover-
-
balanceSheetTotal
public FinancialReport balanceSheetTotal(String balanceSheetTotal)
The balance sheet total of the business.- Parameters:
balanceSheetTotal-- Returns:
- the current
FinancialReportinstance, allowing for method chaining
-
getBalanceSheetTotal
public String getBalanceSheetTotal()
The balance sheet total of the business.- Returns:
- balanceSheetTotal
-
setBalanceSheetTotal
public void setBalanceSheetTotal(String balanceSheetTotal)
The balance sheet total of the business.- Parameters:
balanceSheetTotal-
-
currencyOfFinancialData
public FinancialReport currencyOfFinancialData(String currencyOfFinancialData)
The currency used for the net assets and balance sheet total.- Parameters:
currencyOfFinancialData-- Returns:
- the current
FinancialReportinstance, allowing for method chaining
-
getCurrencyOfFinancialData
public String getCurrencyOfFinancialData()
The currency used for the net assets and balance sheet total.- Returns:
- currencyOfFinancialData
-
setCurrencyOfFinancialData
public void setCurrencyOfFinancialData(String currencyOfFinancialData)
The currency used for the net assets and balance sheet total.- Parameters:
currencyOfFinancialData-
-
dateOfFinancialData
public FinancialReport dateOfFinancialData(String dateOfFinancialData)
The date the financial data were provided, in YYYY-MM-DD format.- Parameters:
dateOfFinancialData-- Returns:
- the current
FinancialReportinstance, allowing for method chaining
-
getDateOfFinancialData
public String getDateOfFinancialData()
The date the financial data were provided, in YYYY-MM-DD format.- Returns:
- dateOfFinancialData
-
setDateOfFinancialData
public void setDateOfFinancialData(String dateOfFinancialData)
The date the financial data were provided, in YYYY-MM-DD format.- Parameters:
dateOfFinancialData-
-
employeeCount
public FinancialReport employeeCount(String employeeCount)
The number of employees of the business.- Parameters:
employeeCount-- Returns:
- the current
FinancialReportinstance, allowing for method chaining
-
getEmployeeCount
public String getEmployeeCount()
The number of employees of the business.- Returns:
- employeeCount
-
setEmployeeCount
public void setEmployeeCount(String employeeCount)
The number of employees of the business.- Parameters:
employeeCount-
-
netAssets
public FinancialReport netAssets(String netAssets)
The net assets of the business.- Parameters:
netAssets-- Returns:
- the current
FinancialReportinstance, allowing for method chaining
-
getNetAssets
public String getNetAssets()
The net assets of the business.- Returns:
- netAssets
-
setNetAssets
public void setNetAssets(String netAssets)
The net assets of the business.- Parameters:
netAssets-
-
equals
public boolean equals(Object o)
Return true if this FinancialReport object is equal to o.
-
fromJson
public static FinancialReport fromJson(String jsonString) throws com.fasterxml.jackson.core.JsonProcessingException
Create an instance of FinancialReport given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of FinancialReport
- Throws:
com.fasterxml.jackson.core.JsonProcessingException- if the JSON string is invalid with respect to FinancialReport
-
toJson
public String toJson() throws com.fasterxml.jackson.core.JsonProcessingException
Convert an instance of FinancialReport to an JSON string- Returns:
- JSON string
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
-