Class GetAccountRulesResponse
java.lang.Object
org.apache.fineract.client.models.GetAccountRulesResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class GetAccountRulesResponse
extends Object
GetAccountRulesResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCreditTagsItem(AccountingTagRuleData creditTagsItem) addDebitTagsItem(AccountingTagRuleData debitTagsItem) allowMultipleCreditEntries(Boolean allowMultipleCreditEntries) allowMultipleDebitEntries(Boolean allowMultipleDebitEntries) creditTags(List<AccountingTagRuleData> creditTags) debitTags(List<AccountingTagRuleData> debitTags) description(String description) booleanGet allowMultipleCreditEntriesGet allowMultipleDebitEntriesGet creditTagsGet debitTagsGet descriptiongetId()Get idgetName()Get nameGet officeIdGet officeNameGet systemDefinedinthashCode()officeName(String officeName) voidsetAllowMultipleCreditEntries(Boolean allowMultipleCreditEntries) voidsetAllowMultipleDebitEntries(Boolean allowMultipleDebitEntries) voidsetCreditTags(List<AccountingTagRuleData> creditTags) voidsetDebitTags(List<AccountingTagRuleData> debitTags) voidsetDescription(String description) voidvoidvoidsetOfficeId(Long officeId) voidsetOfficeName(String officeName) voidsetSystemDefined(Boolean systemDefined) systemDefined(Boolean systemDefined) toString()
-
Field Details
-
SERIALIZED_NAME_ALLOW_MULTIPLE_CREDIT_ENTRIES
- See Also:
-
SERIALIZED_NAME_ALLOW_MULTIPLE_DEBIT_ENTRIES
- See Also:
-
SERIALIZED_NAME_CREDIT_TAGS
- See Also:
-
SERIALIZED_NAME_DEBIT_TAGS
- See Also:
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_OFFICE_ID
- See Also:
-
SERIALIZED_NAME_OFFICE_NAME
- See Also:
-
SERIALIZED_NAME_SYSTEM_DEFINED
- See Also:
-
-
Constructor Details
-
GetAccountRulesResponse
public GetAccountRulesResponse()
-
-
Method Details
-
allowMultipleCreditEntries
-
getAllowMultipleCreditEntries
Get allowMultipleCreditEntries- Returns:
- allowMultipleCreditEntries
-
setAllowMultipleCreditEntries
-
allowMultipleDebitEntries
-
getAllowMultipleDebitEntries
Get allowMultipleDebitEntries- Returns:
- allowMultipleDebitEntries
-
setAllowMultipleDebitEntries
-
creditTags
-
addCreditTagsItem
-
getCreditTags
Get creditTags- Returns:
- creditTags
-
setCreditTags
-
debitTags
-
addDebitTagsItem
-
getDebitTags
Get debitTags- Returns:
- debitTags
-
setDebitTags
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
id
-
getId
Get id- Returns:
- id
-
setId
-
name
-
getName
Get name- Returns:
- name
-
setName
-
officeId
-
getOfficeId
Get officeId- Returns:
- officeId
-
setOfficeId
-
officeName
-
getOfficeName
Get officeName- Returns:
- officeName
-
setOfficeName
-
systemDefined
-
getSystemDefined
Get systemDefined- Returns:
- systemDefined
-
setSystemDefined
-
equals
-
hashCode
public int hashCode() -
toString
-