public class StudioPlanListOutputmodel
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
StudioPlanListOutputmodel.Currency |
class |
StudioPlanListOutputmodel.Plans |
| Constructor and Description |
|---|
StudioPlanListOutputmodel() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode()
This Method is use to get the code
|
java.lang.String |
getDefaultPlan()
This Method is use to get the defaultPlan
|
java.util.List<StudioPlanListOutputmodel.Plans> |
getPlans()
This Method is use to get the plans
|
java.lang.String |
getStatus()
This Method is use to get the status
|
public int getCode()
@Nullable public java.lang.String getStatus()
@Nullable public java.util.List<StudioPlanListOutputmodel.Plans> getPlans()
@Nullable public java.lang.String getDefaultPlan()