public class SelectablesIndexResponseAccountGroups extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ACCOUNT_CATEGORY_ID |
static String |
SERIALIZED_NAME_ACCOUNT_STRUCTURE_ID |
static String |
SERIALIZED_NAME_CREATED_AT |
static String |
SERIALIZED_NAME_DETAIL_TYPE |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_INDEX |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_UPDATED_AT |
| Constructor and Description |
|---|
SelectablesIndexResponseAccountGroups() |
public static final String SERIALIZED_NAME_ACCOUNT_CATEGORY_ID
public static final String SERIALIZED_NAME_ACCOUNT_STRUCTURE_ID
public static final String SERIALIZED_NAME_CREATED_AT
public static final String SERIALIZED_NAME_DETAIL_TYPE
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_INDEX
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_UPDATED_AT
public SelectablesIndexResponseAccountGroups()
public SelectablesIndexResponseAccountGroups accountCategoryId(Integer accountCategoryId)
public Integer getAccountCategoryId()
public void setAccountCategoryId(Integer accountCategoryId)
public SelectablesIndexResponseAccountGroups accountStructureId(Integer accountStructureId)
public Integer getAccountStructureId()
public void setAccountStructureId(Integer accountStructureId)
public SelectablesIndexResponseAccountGroups createdAt(String createdAt)
public void setCreatedAt(String createdAt)
public SelectablesIndexResponseAccountGroups detailType(Integer detailType)
@Nullable public Integer getDetailType()
public void setDetailType(Integer detailType)
public SelectablesIndexResponseAccountGroups id(Integer id)
public Integer getId()
public void setId(Integer id)
public SelectablesIndexResponseAccountGroups index(Integer index)
public Integer getIndex()
public void setIndex(Integer index)
public SelectablesIndexResponseAccountGroups name(String name)
public String getName()
public void setName(String name)
public SelectablesIndexResponseAccountGroups updatedAt(String updatedAt)
public void setUpdatedAt(String updatedAt)
Copyright © 2020. All rights reserved.