@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen") public class CompanyResponseCompanySections extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_SHORTCUT1 |
static String |
SERIALIZED_NAME_SHORTCUT2 |
| Constructor and Description |
|---|
CompanyResponseCompanySections() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getId()
部門ID
minimum: 1
maximum: 2147483647
|
String |
getName()
部門名 (30文字以内)
|
String |
getShortcut1()
ショートカット1 (20文字以内)
|
String |
getShortcut2()
ショートカット2 (20文字以内)
|
int |
hashCode() |
CompanyResponseCompanySections |
id(Integer id) |
CompanyResponseCompanySections |
name(String name) |
void |
setId(Integer id) |
void |
setName(String name) |
void |
setShortcut1(String shortcut1) |
void |
setShortcut2(String shortcut2) |
CompanyResponseCompanySections |
shortcut1(String shortcut1) |
CompanyResponseCompanySections |
shortcut2(String shortcut2) |
String |
toString() |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_SHORTCUT1
public static final String SERIALIZED_NAME_SHORTCUT2
public CompanyResponseCompanySections id(Integer id)
public void setId(Integer id)
public CompanyResponseCompanySections name(String name)
public void setName(String name)
public CompanyResponseCompanySections shortcut1(String shortcut1)
public void setShortcut1(String shortcut1)
public CompanyResponseCompanySections shortcut2(String shortcut2)
public void setShortcut2(String shortcut2)
Copyright © 2022. All rights reserved.