public class SwapPlanRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SwapPlanRequest.Builder
Class to build instances of
SwapPlanRequest. |
| Constructor and Description |
|---|
SwapPlanRequest(String newPlanId)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getNewPlanId()
Getter for NewPlanId.
|
int |
hashCode() |
SwapPlanRequest.Builder |
toBuilder()
Builds a new
SwapPlanRequest.Builder object. |
String |
toString()
Converts this SwapPlanRequest into string format.
|
public SwapPlanRequest(String newPlanId)
newPlanId - String value for newPlanId.public String getNewPlanId()
public String toString()
public SwapPlanRequest.Builder toBuilder()
SwapPlanRequest.Builder object.
Creates the instance with the state of the current model.SwapPlanRequest.Builder objectCopyright © 2022. All rights reserved.