@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen") public class AccountItemCreateParams extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ACCOUNT_ITEM |
static String |
SERIALIZED_NAME_COMPANY_ID |
| Constructor and Description |
|---|
AccountItemCreateParams() |
| Modifier and Type | Method and Description |
|---|---|
AccountItemCreateParams |
accountItem(AccountItemCreateParamsAccountItem accountItem) |
AccountItemCreateParams |
companyId(Integer companyId) |
boolean |
equals(Object o) |
AccountItemCreateParamsAccountItem |
getAccountItem()
Get accountItem
|
Integer |
getCompanyId()
事業所ID
minimum: 1
maximum: 2147483647
|
int |
hashCode() |
void |
setAccountItem(AccountItemCreateParamsAccountItem accountItem) |
void |
setCompanyId(Integer companyId) |
String |
toString() |
public static final String SERIALIZED_NAME_ACCOUNT_ITEM
public static final String SERIALIZED_NAME_COMPANY_ID
public AccountItemCreateParams accountItem(AccountItemCreateParamsAccountItem accountItem)
@Nonnull public AccountItemCreateParamsAccountItem getAccountItem()
public void setAccountItem(AccountItemCreateParamsAccountItem accountItem)
public AccountItemCreateParams companyId(Integer companyId)
@Nonnull public Integer getCompanyId()
public void setCompanyId(Integer companyId)
Copyright © 2022. All rights reserved.