public class BulkSwapPlanResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BulkSwapPlanResponse.Builder
Class to build instances of
BulkSwapPlanResponse. |
| Constructor and Description |
|---|
BulkSwapPlanResponse(List<Error> errors,
Integer affectedSubscriptions)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Integer |
getAffectedSubscriptions()
Getter for AffectedSubscriptions.
|
HttpContext |
getContext() |
List<Error> |
getErrors()
Getter for Errors.
|
int |
hashCode() |
BulkSwapPlanResponse.Builder |
toBuilder()
Builds a new
BulkSwapPlanResponse.Builder object. |
String |
toString()
Converts this BulkSwapPlanResponse into string format.
|
public HttpContext getContext()
public List<Error> getErrors()
public Integer getAffectedSubscriptions()
public String toString()
public BulkSwapPlanResponse.Builder toBuilder()
BulkSwapPlanResponse.Builder object.
Creates the instance with the state of the current model.BulkSwapPlanResponse.Builder objectCopyright © 2024. All rights reserved.