public class CompaniesPlanResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CompaniesPlanResponse.OrgCodeEnum
事業形態(個人事業主: personal、法人: corporate)
|
static class |
CompaniesPlanResponse.PlanEnum
会計プラン 個人用(non_charged: 無料プラン、starter: スターター、standard: スタンダード、premium: プレミアム) 法人用(non_charged: 無料プラン、minimum: ミニマム、basic: ベーシック、professional: プロフェッショナル、enterprise: エンタープライズ)
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_ORG_CODE |
static String |
SERIALIZED_NAME_PLAN |
| Constructor and Description |
|---|
CompaniesPlanResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getId()
事業所ID
minimum: 1
maximum: 2147483647
|
CompaniesPlanResponse.OrgCodeEnum |
getOrgCode()
事業形態(個人事業主: personal、法人: corporate)
|
CompaniesPlanResponse.PlanEnum |
getPlan()
会計プラン 個人用(non_charged: 無料プラン、starter: スターター、standard: スタンダード、premium: プレミアム) 法人用(non_charged: 無料プラン、minimum: ミニマム、basic: ベーシック、professional: プロフェッショナル、enterprise: エンタープライズ)
|
int |
hashCode() |
CompaniesPlanResponse |
id(Integer id) |
CompaniesPlanResponse |
orgCode(CompaniesPlanResponse.OrgCodeEnum orgCode) |
CompaniesPlanResponse |
plan(CompaniesPlanResponse.PlanEnum plan) |
void |
setId(Integer id) |
void |
setOrgCode(CompaniesPlanResponse.OrgCodeEnum orgCode) |
void |
setPlan(CompaniesPlanResponse.PlanEnum plan) |
String |
toString() |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ORG_CODE
public static final String SERIALIZED_NAME_PLAN
public CompaniesPlanResponse id(Integer id)
public Integer getId()
public void setId(Integer id)
public CompaniesPlanResponse orgCode(CompaniesPlanResponse.OrgCodeEnum orgCode)
public CompaniesPlanResponse.OrgCodeEnum getOrgCode()
public void setOrgCode(CompaniesPlanResponse.OrgCodeEnum orgCode)
public CompaniesPlanResponse plan(CompaniesPlanResponse.PlanEnum plan)
public CompaniesPlanResponse.PlanEnum getPlan()
public void setPlan(CompaniesPlanResponse.PlanEnum plan)
Copyright © 2020. All rights reserved.