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