public class ListShipperMigrationResponse extends Response
| Modifier and Type | Field and Description |
|---|---|
protected int |
count |
protected List<ShipperMigration> |
migrations |
protected int |
total |
| Constructor and Description |
|---|
ListShipperMigrationResponse(Map<String,String> headers,
int count,
int total,
List<ShipperMigration> migrations)
Construct the base response body with http headers
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
List<ShipperMigration> |
getMigrations() |
int |
getTotal() |
void |
setCount(int count) |
void |
setMigrations(List<ShipperMigration> migrations) |
void |
setTotal(int total) |
GetAllHeaders, GetHeader, GetRequestIdprotected int count
protected int total
protected List<ShipperMigration> migrations
public ListShipperMigrationResponse(Map<String,String> headers, int count, int total, List<ShipperMigration> migrations)
headers - http headerspublic int getCount()
public void setCount(int count)
public int getTotal()
public void setTotal(int total)
public List<ShipperMigration> getMigrations()
public void setMigrations(List<ShipperMigration> migrations)
Copyright © 2025. All Rights Reserved.