@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen") public class CompanyResponseCompanyWalletables extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CompanyResponseCompanyWalletables.TypeEnum
口座区分 (銀行口座: bank_account, クレジットカード: credit_card, 現金: wallet)
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_TYPE |
| Constructor and Description |
|---|
CompanyResponseCompanyWalletables() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getId()
口座ID
minimum: 1
maximum: 2147483647
|
String |
getName()
口座名 (255文字以内)
|
CompanyResponseCompanyWalletables.TypeEnum |
getType()
口座区分 (銀行口座: bank_account, クレジットカード: credit_card, 現金: wallet)
|
int |
hashCode() |
CompanyResponseCompanyWalletables |
id(Integer id) |
CompanyResponseCompanyWalletables |
name(String name) |
void |
setId(Integer id) |
void |
setName(String name) |
void |
setType(CompanyResponseCompanyWalletables.TypeEnum type) |
String |
toString() |
CompanyResponseCompanyWalletables |
type(CompanyResponseCompanyWalletables.TypeEnum type) |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_TYPE
public CompanyResponseCompanyWalletables id(Integer id)
public void setId(Integer id)
public CompanyResponseCompanyWalletables name(String name)
public void setName(String name)
public CompanyResponseCompanyWalletables type(CompanyResponseCompanyWalletables.TypeEnum type)
@Nonnull public CompanyResponseCompanyWalletables.TypeEnum getType()
public void setType(CompanyResponseCompanyWalletables.TypeEnum type)
Copyright © 2022. All rights reserved.