public class BulkSwapPlanRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BulkSwapPlanRequest.Builder
Class to build instances of
BulkSwapPlanRequest. |
| Constructor and Description |
|---|
BulkSwapPlanRequest(String newPlanVariationId,
String oldPlanVariationId,
String locationId)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getLocationId()
Getter for LocationId.
|
String |
getNewPlanVariationId()
Getter for NewPlanVariationId.
|
String |
getOldPlanVariationId()
Getter for OldPlanVariationId.
|
int |
hashCode() |
BulkSwapPlanRequest.Builder |
toBuilder()
Builds a new
BulkSwapPlanRequest.Builder object. |
String |
toString()
Converts this BulkSwapPlanRequest into string format.
|
public BulkSwapPlanRequest(String newPlanVariationId, String oldPlanVariationId, String locationId)
newPlanVariationId - String value for newPlanVariationId.oldPlanVariationId - String value for oldPlanVariationId.locationId - String value for locationId.public String getNewPlanVariationId()
public String getOldPlanVariationId()
public String getLocationId()
public String toString()
public BulkSwapPlanRequest.Builder toBuilder()
BulkSwapPlanRequest.Builder object.
Creates the instance with the state of the current model.BulkSwapPlanRequest.Builder objectCopyright © 2024. All rights reserved.