public class CreatePlanResponsePlanInformation extends Object
| Constructor and Description |
|---|
CreatePlanResponsePlanInformation() |
| Modifier and Type | Method and Description |
|---|---|
CreatePlanResponsePlanInformation |
code(String code) |
boolean |
equals(Object o) |
String |
getCode()
Plan code
|
String |
getStatus()
Plan Status: - `DRAFT` - `ACTIVE`
|
int |
hashCode() |
void |
setCode(String code) |
void |
setStatus(String status) |
CreatePlanResponsePlanInformation |
status(String status) |
String |
toString() |
public CreatePlanResponsePlanInformation code(String code)
public String getCode()
public void setCode(String code)
public CreatePlanResponsePlanInformation status(String status)
public String getStatus()
public void setStatus(String status)
Copyright © 2025. All rights reserved.