public class TrialPlResponseTrialPl extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TrialPlResponseTrialPl.AccountItemDisplayTypeEnum
勘定科目の表示(勘定科目: account_item, 決算書表示:group)(条件に指定した時のみ含まれる)
|
static class |
TrialPlResponseTrialPl.AdjustmentEnum
決算整理仕訳のみ: only, 決算整理仕訳以外: without(条件に指定した時のみ含まれる)
|
static class |
TrialPlResponseTrialPl.BreakdownDisplayTypeEnum
内訳の表示(取引先: partner, 品目: item, 部門: section, 勘定科目: account_item)(条件に指定した時のみ含まれる)
|
static class |
TrialPlResponseTrialPl.CostAllocationEnum
配賦仕訳のみ:only,配賦仕訳以外:without(条件に指定した時のみ含まれる)
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ACCOUNT_ITEM_DISPLAY_TYPE |
static String |
SERIALIZED_NAME_ADJUSTMENT |
static String |
SERIALIZED_NAME_BALANCES |
static String |
SERIALIZED_NAME_BREAKDOWN_DISPLAY_TYPE |
static String |
SERIALIZED_NAME_COMPANY_ID |
static String |
SERIALIZED_NAME_COST_ALLOCATION |
static String |
SERIALIZED_NAME_CREATED_AT |
static String |
SERIALIZED_NAME_END_DATE |
static String |
SERIALIZED_NAME_END_MONTH |
static String |
SERIALIZED_NAME_FISCAL_YEAR |
static String |
SERIALIZED_NAME_ITEM_ID |
static String |
SERIALIZED_NAME_PARTNER_CODE |
static String |
SERIALIZED_NAME_PARTNER_ID |
static String |
SERIALIZED_NAME_SECTION_ID |
static String |
SERIALIZED_NAME_START_DATE |
static String |
SERIALIZED_NAME_START_MONTH |
| Constructor and Description |
|---|
TrialPlResponseTrialPl() |
public static final String SERIALIZED_NAME_ACCOUNT_ITEM_DISPLAY_TYPE
public static final String SERIALIZED_NAME_ADJUSTMENT
public static final String SERIALIZED_NAME_BALANCES
public static final String SERIALIZED_NAME_BREAKDOWN_DISPLAY_TYPE
public static final String SERIALIZED_NAME_COMPANY_ID
public static final String SERIALIZED_NAME_COST_ALLOCATION
public static final String SERIALIZED_NAME_CREATED_AT
public static final String SERIALIZED_NAME_END_DATE
public static final String SERIALIZED_NAME_END_MONTH
public static final String SERIALIZED_NAME_FISCAL_YEAR
public static final String SERIALIZED_NAME_ITEM_ID
public static final String SERIALIZED_NAME_PARTNER_CODE
public static final String SERIALIZED_NAME_PARTNER_ID
public static final String SERIALIZED_NAME_SECTION_ID
public static final String SERIALIZED_NAME_START_DATE
public static final String SERIALIZED_NAME_START_MONTH
public TrialPlResponseTrialPl accountItemDisplayType(TrialPlResponseTrialPl.AccountItemDisplayTypeEnum accountItemDisplayType)
@Nullable public TrialPlResponseTrialPl.AccountItemDisplayTypeEnum getAccountItemDisplayType()
public void setAccountItemDisplayType(TrialPlResponseTrialPl.AccountItemDisplayTypeEnum accountItemDisplayType)
public TrialPlResponseTrialPl adjustment(TrialPlResponseTrialPl.AdjustmentEnum adjustment)
@Nullable public TrialPlResponseTrialPl.AdjustmentEnum getAdjustment()
public void setAdjustment(TrialPlResponseTrialPl.AdjustmentEnum adjustment)
public TrialPlResponseTrialPl balances(List<TrialPlResponseTrialPlBalances> balances)
public TrialPlResponseTrialPl addBalancesItem(TrialPlResponseTrialPlBalances balancesItem)
public List<TrialPlResponseTrialPlBalances> getBalances()
public void setBalances(List<TrialPlResponseTrialPlBalances> balances)
public TrialPlResponseTrialPl breakdownDisplayType(TrialPlResponseTrialPl.BreakdownDisplayTypeEnum breakdownDisplayType)
@Nullable public TrialPlResponseTrialPl.BreakdownDisplayTypeEnum getBreakdownDisplayType()
public void setBreakdownDisplayType(TrialPlResponseTrialPl.BreakdownDisplayTypeEnum breakdownDisplayType)
public TrialPlResponseTrialPl companyId(Integer companyId)
public Integer getCompanyId()
public void setCompanyId(Integer companyId)
public TrialPlResponseTrialPl costAllocation(TrialPlResponseTrialPl.CostAllocationEnum costAllocation)
@Nullable public TrialPlResponseTrialPl.CostAllocationEnum getCostAllocation()
public void setCostAllocation(TrialPlResponseTrialPl.CostAllocationEnum costAllocation)
public TrialPlResponseTrialPl createdAt(String createdAt)
public void setCreatedAt(String createdAt)
public TrialPlResponseTrialPl endDate(String endDate)
@Nullable public String getEndDate()
public void setEndDate(String endDate)
public TrialPlResponseTrialPl endMonth(Integer endMonth)
@Nullable public Integer getEndMonth()
public void setEndMonth(Integer endMonth)
public TrialPlResponseTrialPl fiscalYear(Integer fiscalYear)
@Nullable public Integer getFiscalYear()
public void setFiscalYear(Integer fiscalYear)
public TrialPlResponseTrialPl itemId(Integer itemId)
@Nullable public Integer getItemId()
public void setItemId(Integer itemId)
public TrialPlResponseTrialPl partnerCode(String partnerCode)
public void setPartnerCode(String partnerCode)
public TrialPlResponseTrialPl partnerId(Integer partnerId)
@Nullable public Integer getPartnerId()
public void setPartnerId(Integer partnerId)
public TrialPlResponseTrialPl sectionId(Integer sectionId)
@Nullable public Integer getSectionId()
public void setSectionId(Integer sectionId)
public TrialPlResponseTrialPl startDate(String startDate)
@Nullable public String getStartDate()
public void setStartDate(String startDate)
public TrialPlResponseTrialPl startMonth(Integer startMonth)
@Nullable public Integer getStartMonth()
public void setStartMonth(Integer startMonth)
Copyright © 2020. All rights reserved.