public class AccountItemParams extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ACCOUNT_ITEM |
static String |
SERIALIZED_NAME_COMPANY_ID |
| Constructor and Description |
|---|
AccountItemParams() |
| Modifier and Type | Method and Description |
|---|---|
AccountItemParams |
accountItem(AccountItemParamsAccountItem accountItem) |
AccountItemParams |
companyId(Integer companyId) |
boolean |
equals(Object o) |
AccountItemParamsAccountItem |
getAccountItem()
Get accountItem
|
Integer |
getCompanyId()
事業所ID
minimum: 1
maximum: 2147483647
|
int |
hashCode() |
void |
setAccountItem(AccountItemParamsAccountItem accountItem) |
void |
setCompanyId(Integer companyId) |
String |
toString() |
public static final String SERIALIZED_NAME_ACCOUNT_ITEM
public static final String SERIALIZED_NAME_COMPANY_ID
public AccountItemParams accountItem(AccountItemParamsAccountItem accountItem)
public AccountItemParamsAccountItem getAccountItem()
public void setAccountItem(AccountItemParamsAccountItem accountItem)
public AccountItemParams companyId(Integer companyId)
public Integer getCompanyId()
public void setCompanyId(Integer companyId)
Copyright © 2020. All rights reserved.