Class PostAccountTransfersRequest
java.lang.Object
org.apache.fineract.client.models.PostAccountTransfersRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class PostAccountTransfersRequest
extends Object
PostAccountTransfersRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondateFormat(String dateFormat) booleanfromAccountId(Long fromAccountId) fromAccountType(Integer fromAccountType) fromClientId(Long fromClientId) fromOfficeId(Long fromOfficeId) Get dateFormatGet fromAccountIdGet fromAccountTypeGet fromClientIdGet fromOfficeIdGet localeGet toAccountIdGet toAccountTypeGet toClientIdGet toOfficeIdGet transferAmountGet transferDateGet transferDescriptioninthashCode()voidsetDateFormat(String dateFormat) voidsetFromAccountId(Long fromAccountId) voidsetFromAccountType(Integer fromAccountType) voidsetFromClientId(Long fromClientId) voidsetFromOfficeId(Long fromOfficeId) voidvoidsetToAccountId(Long toAccountId) voidsetToAccountType(Integer toAccountType) voidsetToClientId(Long toClientId) voidsetToOfficeId(Long toOfficeId) voidsetTransferAmount(Float transferAmount) voidsetTransferDate(String transferDate) voidsetTransferDescription(String transferDescription) toAccountId(Long toAccountId) toAccountType(Integer toAccountType) toClientId(Long toClientId) toOfficeId(Long toOfficeId) toString()transferAmount(Float transferAmount) transferDate(String transferDate) transferDescription(String transferDescription)
-
Field Details
-
SERIALIZED_NAME_DATE_FORMAT
- See Also:
-
SERIALIZED_NAME_FROM_ACCOUNT_ID
- See Also:
-
SERIALIZED_NAME_FROM_ACCOUNT_TYPE
- See Also:
-
SERIALIZED_NAME_FROM_CLIENT_ID
- See Also:
-
SERIALIZED_NAME_FROM_OFFICE_ID
- See Also:
-
SERIALIZED_NAME_LOCALE
- See Also:
-
SERIALIZED_NAME_TO_ACCOUNT_ID
- See Also:
-
SERIALIZED_NAME_TO_ACCOUNT_TYPE
- See Also:
-
SERIALIZED_NAME_TO_CLIENT_ID
- See Also:
-
SERIALIZED_NAME_TO_OFFICE_ID
- See Also:
-
SERIALIZED_NAME_TRANSFER_AMOUNT
- See Also:
-
SERIALIZED_NAME_TRANSFER_DATE
- See Also:
-
SERIALIZED_NAME_TRANSFER_DESCRIPTION
- See Also:
-
-
Constructor Details
-
PostAccountTransfersRequest
public PostAccountTransfersRequest()
-
-
Method Details
-
dateFormat
-
getDateFormat
Get dateFormat- Returns:
- dateFormat
-
setDateFormat
-
fromAccountId
-
getFromAccountId
Get fromAccountId- Returns:
- fromAccountId
-
setFromAccountId
-
fromAccountType
-
getFromAccountType
Get fromAccountType- Returns:
- fromAccountType
-
setFromAccountType
-
fromClientId
-
getFromClientId
Get fromClientId- Returns:
- fromClientId
-
setFromClientId
-
fromOfficeId
-
getFromOfficeId
Get fromOfficeId- Returns:
- fromOfficeId
-
setFromOfficeId
-
locale
-
getLocale
Get locale- Returns:
- locale
-
setLocale
-
toAccountId
-
getToAccountId
Get toAccountId- Returns:
- toAccountId
-
setToAccountId
-
toAccountType
-
getToAccountType
Get toAccountType- Returns:
- toAccountType
-
setToAccountType
-
toClientId
-
getToClientId
Get toClientId- Returns:
- toClientId
-
setToClientId
-
toOfficeId
-
getToOfficeId
Get toOfficeId- Returns:
- toOfficeId
-
setToOfficeId
-
transferAmount
-
getTransferAmount
Get transferAmount- Returns:
- transferAmount
-
setTransferAmount
-
transferDate
-
getTransferDate
Get transferDate- Returns:
- transferDate
-
setTransferDate
-
transferDescription
-
getTransferDescription
Get transferDescription- Returns:
- transferDescription
-
setTransferDescription
-
equals
-
hashCode
public int hashCode() -
toString
-