@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen") public class CompanyResponseCompanyAccountItems extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CATEGORIES |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_SHORTCUT |
| Constructor and Description |
|---|
CompanyResponseCompanyAccountItems() |
| Modifier and Type | Method and Description |
|---|---|
CompanyResponseCompanyAccountItems |
addCategoriesItem(String categoriesItem) |
CompanyResponseCompanyAccountItems |
categories(List<String> categories) |
boolean |
equals(Object o) |
List<String> |
getCategories()
Get categories
|
Integer |
getId()
勘定科目ID
minimum: 1
maximum: 2147483647
|
String |
getName()
勘定科目名 (30文字以内)
|
String |
getShortcut()
ショートカット1 (20文字以内)
|
int |
hashCode() |
CompanyResponseCompanyAccountItems |
id(Integer id) |
CompanyResponseCompanyAccountItems |
name(String name) |
void |
setCategories(List<String> categories) |
void |
setId(Integer id) |
void |
setName(String name) |
void |
setShortcut(String shortcut) |
CompanyResponseCompanyAccountItems |
shortcut(String shortcut) |
String |
toString() |
public static final String SERIALIZED_NAME_CATEGORIES
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_SHORTCUT
public CompanyResponseCompanyAccountItems categories(List<String> categories)
public CompanyResponseCompanyAccountItems addCategoriesItem(String categoriesItem)
public CompanyResponseCompanyAccountItems id(Integer id)
public void setId(Integer id)
public CompanyResponseCompanyAccountItems name(String name)
public void setName(String name)
public CompanyResponseCompanyAccountItems shortcut(String shortcut)
public void setShortcut(String shortcut)
Copyright © 2022. All rights reserved.