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