public class MyPlanOutputModel
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
MyPlanOutputModel.Plan |
| Constructor and Description |
|---|
MyPlanOutputModel() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode()
This Method is use to get the code
|
java.lang.String |
getMsg()
This Method is use to get the message
|
java.util.List<MyPlanOutputModel.Plan> |
getPlans()
This Method is use to get the Plans list
|
java.lang.String |
getStatus()
This Method is use to get the status
|
public int getCode()
@Nullable public java.lang.String getStatus()
@Nullable public java.lang.String getMsg()
@Nullable public java.util.List<MyPlanOutputModel.Plan> getPlans()