public class AccountItemsResponseAccountItems 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_AVAILABLE |
static String |
SERIALIZED_NAME_CATEGORIES |
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_DEFAULT_TAX_CODE |
static String |
SERIALIZED_NAME_DEFAULT_TAX_ID |
static String |
SERIALIZED_NAME_GROUP_NAME |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_SHORTCUT |
static String |
SERIALIZED_NAME_SHORTCUT_NUM |
static String |
SERIALIZED_NAME_WALLETABLE_ID |
| Constructor and Description |
|---|
AccountItemsResponseAccountItems() |
public static final String SERIALIZED_NAME_ACCOUNT_CATEGORY
public static final String SERIALIZED_NAME_ACCOUNT_CATEGORY_ID
public static final String SERIALIZED_NAME_AVAILABLE
public static final String SERIALIZED_NAME_CATEGORIES
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_DEFAULT_TAX_CODE
public static final String SERIALIZED_NAME_DEFAULT_TAX_ID
public static final String SERIALIZED_NAME_GROUP_NAME
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_SHORTCUT
public static final String SERIALIZED_NAME_SHORTCUT_NUM
public static final String SERIALIZED_NAME_WALLETABLE_ID
public AccountItemsResponseAccountItems accountCategory(String accountCategory)
public String getAccountCategory()
public void setAccountCategory(String accountCategory)
public AccountItemsResponseAccountItems accountCategoryId(Integer accountCategoryId)
public Integer getAccountCategoryId()
public void setAccountCategoryId(Integer accountCategoryId)
public AccountItemsResponseAccountItems available(Boolean available)
public Boolean getAvailable()
public void setAvailable(Boolean available)
public AccountItemsResponseAccountItems categories(List<String> categories)
public AccountItemsResponseAccountItems addCategoriesItem(String categoriesItem)
public AccountItemsResponseAccountItems correspondingExpenseId(Integer correspondingExpenseId)
@Nullable public Integer getCorrespondingExpenseId()
public void setCorrespondingExpenseId(Integer correspondingExpenseId)
public AccountItemsResponseAccountItems correspondingExpenseName(String correspondingExpenseName)
@Nullable public String getCorrespondingExpenseName()
public void setCorrespondingExpenseName(String correspondingExpenseName)
public AccountItemsResponseAccountItems correspondingIncomeId(Integer correspondingIncomeId)
@Nullable public Integer getCorrespondingIncomeId()
public void setCorrespondingIncomeId(Integer correspondingIncomeId)
public AccountItemsResponseAccountItems correspondingIncomeName(String correspondingIncomeName)
@Nullable public String getCorrespondingIncomeName()
public void setCorrespondingIncomeName(String correspondingIncomeName)
public AccountItemsResponseAccountItems defaultTaxCode(Integer defaultTaxCode)
public Integer getDefaultTaxCode()
public void setDefaultTaxCode(Integer defaultTaxCode)
public AccountItemsResponseAccountItems defaultTaxId(Integer defaultTaxId)
@Nullable public Integer getDefaultTaxId()
public void setDefaultTaxId(Integer defaultTaxId)
public AccountItemsResponseAccountItems groupName(String groupName)
public void setGroupName(String groupName)
public AccountItemsResponseAccountItems id(Integer id)
public Integer getId()
public void setId(Integer id)
public AccountItemsResponseAccountItems name(String name)
public String getName()
public void setName(String name)
public AccountItemsResponseAccountItems shortcut(String shortcut)
public void setShortcut(String shortcut)
public AccountItemsResponseAccountItems shortcutNum(String shortcutNum)
@Nullable public String getShortcutNum()
public void setShortcutNum(String shortcutNum)
public AccountItemsResponseAccountItems walletableId(Integer walletableId)
@Nullable public Integer getWalletableId()
public void setWalletableId(Integer walletableId)
Copyright © 2020. All rights reserved.