public class TrialPlSectionsResponseTrialPlSectionsBalances extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ACCOUNT_CATEGORY_NAME |
static String |
SERIALIZED_NAME_ACCOUNT_GROUP_NAME |
static String |
SERIALIZED_NAME_ACCOUNT_ITEM_ID |
static String |
SERIALIZED_NAME_ACCOUNT_ITEM_NAME |
static String |
SERIALIZED_NAME_CLOSING_BALANCE |
static String |
SERIALIZED_NAME_HIERARCHY_LEVEL |
static String |
SERIALIZED_NAME_PARENT_ACCOUNT_CATEGORY_NAME |
static String |
SERIALIZED_NAME_SECTIONS |
static String |
SERIALIZED_NAME_TOTAL_LINE |
| Constructor and Description |
|---|
TrialPlSectionsResponseTrialPlSectionsBalances() |
public static final String SERIALIZED_NAME_ACCOUNT_CATEGORY_NAME
public static final String SERIALIZED_NAME_ACCOUNT_GROUP_NAME
public static final String SERIALIZED_NAME_ACCOUNT_ITEM_ID
public static final String SERIALIZED_NAME_ACCOUNT_ITEM_NAME
public static final String SERIALIZED_NAME_CLOSING_BALANCE
public static final String SERIALIZED_NAME_HIERARCHY_LEVEL
public static final String SERIALIZED_NAME_PARENT_ACCOUNT_CATEGORY_NAME
public static final String SERIALIZED_NAME_SECTIONS
public static final String SERIALIZED_NAME_TOTAL_LINE
public TrialPlSectionsResponseTrialPlSectionsBalances()
public TrialPlSectionsResponseTrialPlSectionsBalances accountCategoryName(String accountCategoryName)
@Nullable public String getAccountCategoryName()
public void setAccountCategoryName(String accountCategoryName)
public TrialPlSectionsResponseTrialPlSectionsBalances accountGroupName(String accountGroupName)
@Nullable public String getAccountGroupName()
public void setAccountGroupName(String accountGroupName)
public TrialPlSectionsResponseTrialPlSectionsBalances accountItemId(Integer accountItemId)
@Nullable public Integer getAccountItemId()
public void setAccountItemId(Integer accountItemId)
public TrialPlSectionsResponseTrialPlSectionsBalances accountItemName(String accountItemName)
@Nullable public String getAccountItemName()
public void setAccountItemName(String accountItemName)
public TrialPlSectionsResponseTrialPlSectionsBalances closingBalance(Integer closingBalance)
public void setClosingBalance(Integer closingBalance)
public TrialPlSectionsResponseTrialPlSectionsBalances hierarchyLevel(Integer hierarchyLevel)
public void setHierarchyLevel(Integer hierarchyLevel)
public TrialPlSectionsResponseTrialPlSectionsBalances parentAccountCategoryName(String parentAccountCategoryName)
@Nullable public String getParentAccountCategoryName()
public void setParentAccountCategoryName(String parentAccountCategoryName)
public TrialPlSectionsResponseTrialPlSectionsBalances sections(List<TrialPlSectionsResponseTrialPlSectionsSections> sections)
public TrialPlSectionsResponseTrialPlSectionsBalances addSectionsItem(TrialPlSectionsResponseTrialPlSectionsSections sectionsItem)
@Nullable public List<TrialPlSectionsResponseTrialPlSectionsSections> getSections()
public void setSections(List<TrialPlSectionsResponseTrialPlSectionsSections> sections)
public TrialPlSectionsResponseTrialPlSectionsBalances totalLine(Boolean totalLine)
public void setTotalLine(Boolean totalLine)
Copyright © 2020. All rights reserved.