@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen") public class AccountItemResponseAccountItem extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ACCOUNT_CATEGORY |
static String |
SERIALIZED_NAME_ACCOUNT_CATEGORY_ID |
static String |
SERIALIZED_NAME_ACCUMULATED_DEP_ACCOUNT_ITEM_ID |
static String |
SERIALIZED_NAME_ACCUMULATED_DEP_ACCOUNT_ITEM_NAME |
static String |
SERIALIZED_NAME_AVAILABLE |
static String |
SERIALIZED_NAME_COMPANY_ID |
static String |
SERIALIZED_NAME_CORRESPONDING_EXPENSE_ID |
static String |
SERIALIZED_NAME_CORRESPONDING_EXPENSE_NAME |
static String |
SERIALIZED_NAME_CORRESPONDING_INCOME_ID |
static String |
SERIALIZED_NAME_CORRESPONDING_INCOME_NAME |
static String |
SERIALIZED_NAME_GROUP_NAME |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_ITEMS |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_PARTNERS |
static String |
SERIALIZED_NAME_SEARCHABLE |
static String |
SERIALIZED_NAME_SHORTCUT |
static String |
SERIALIZED_NAME_SHORTCUT_NUM |
static String |
SERIALIZED_NAME_TAX_CODE |
static String |
SERIALIZED_NAME_WALLETABLE_ID |
| Constructor and Description |
|---|
AccountItemResponseAccountItem() |
public static final String SERIALIZED_NAME_ACCOUNT_CATEGORY
public static final String SERIALIZED_NAME_ACCOUNT_CATEGORY_ID
public static final String SERIALIZED_NAME_ACCUMULATED_DEP_ACCOUNT_ITEM_ID
public static final String SERIALIZED_NAME_ACCUMULATED_DEP_ACCOUNT_ITEM_NAME
public static final String SERIALIZED_NAME_AVAILABLE
public static final String SERIALIZED_NAME_COMPANY_ID
public static final String SERIALIZED_NAME_CORRESPONDING_EXPENSE_ID
public static final String SERIALIZED_NAME_CORRESPONDING_EXPENSE_NAME
public static final String SERIALIZED_NAME_CORRESPONDING_INCOME_ID
public static final String SERIALIZED_NAME_CORRESPONDING_INCOME_NAME
public static final String SERIALIZED_NAME_GROUP_NAME
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ITEMS
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_PARTNERS
public static final String SERIALIZED_NAME_SEARCHABLE
public static final String SERIALIZED_NAME_SHORTCUT
public static final String SERIALIZED_NAME_SHORTCUT_NUM
public static final String SERIALIZED_NAME_TAX_CODE
public static final String SERIALIZED_NAME_WALLETABLE_ID
public AccountItemResponseAccountItem accountCategory(String accountCategory)
public void setAccountCategory(String accountCategory)
public AccountItemResponseAccountItem accountCategoryId(Integer accountCategoryId)
@Nonnull public Integer getAccountCategoryId()
public void setAccountCategoryId(Integer accountCategoryId)
public AccountItemResponseAccountItem accumulatedDepAccountItemId(Integer accumulatedDepAccountItemId)
@Nullable public Integer getAccumulatedDepAccountItemId()
public void setAccumulatedDepAccountItemId(Integer accumulatedDepAccountItemId)
public AccountItemResponseAccountItem accumulatedDepAccountItemName(String accumulatedDepAccountItemName)
@Nullable public String getAccumulatedDepAccountItemName()
public void setAccumulatedDepAccountItemName(String accumulatedDepAccountItemName)
public AccountItemResponseAccountItem available(Boolean available)
@Nonnull public Boolean getAvailable()
public void setAvailable(Boolean available)
public AccountItemResponseAccountItem companyId(Integer companyId)
@Nonnull public Integer getCompanyId()
public void setCompanyId(Integer companyId)
public AccountItemResponseAccountItem correspondingExpenseId(Integer correspondingExpenseId)
@Nullable public Integer getCorrespondingExpenseId()
public void setCorrespondingExpenseId(Integer correspondingExpenseId)
public AccountItemResponseAccountItem correspondingExpenseName(String correspondingExpenseName)
@Nullable public String getCorrespondingExpenseName()
public void setCorrespondingExpenseName(String correspondingExpenseName)
public AccountItemResponseAccountItem correspondingIncomeId(Integer correspondingIncomeId)
@Nullable public Integer getCorrespondingIncomeId()
public void setCorrespondingIncomeId(Integer correspondingIncomeId)
public AccountItemResponseAccountItem correspondingIncomeName(String correspondingIncomeName)
@Nullable public String getCorrespondingIncomeName()
public void setCorrespondingIncomeName(String correspondingIncomeName)
public AccountItemResponseAccountItem groupName(String groupName)
public void setGroupName(String groupName)
public AccountItemResponseAccountItem id(Integer id)
public void setId(Integer id)
public AccountItemResponseAccountItem items(List<AccountItemResponseAccountItemItems> items)
public AccountItemResponseAccountItem addItemsItem(AccountItemResponseAccountItemItems itemsItem)
@Nullable public List<AccountItemResponseAccountItemItems> getItems()
public void setItems(List<AccountItemResponseAccountItemItems> items)
public AccountItemResponseAccountItem name(String name)
public void setName(String name)
public AccountItemResponseAccountItem partners(List<AccountItemResponseAccountItemPartners> partners)
public AccountItemResponseAccountItem addPartnersItem(AccountItemResponseAccountItemPartners partnersItem)
@Nullable public List<AccountItemResponseAccountItemPartners> getPartners()
public void setPartners(List<AccountItemResponseAccountItemPartners> partners)
public AccountItemResponseAccountItem searchable(Integer searchable)
@Nonnull public Integer getSearchable()
public void setSearchable(Integer searchable)
public AccountItemResponseAccountItem shortcut(String shortcut)
public void setShortcut(String shortcut)
public AccountItemResponseAccountItem shortcutNum(String shortcutNum)
@Nullable public String getShortcutNum()
public void setShortcutNum(String shortcutNum)
public AccountItemResponseAccountItem taxCode(Integer taxCode)
@Nonnull public Integer getTaxCode()
public void setTaxCode(Integer taxCode)
public AccountItemResponseAccountItem walletableId(Integer walletableId)
@Nullable public Integer getWalletableId()
public void setWalletableId(Integer walletableId)
Copyright © 2022. All rights reserved.