public class ListShipperMigrationResponse extends Response
| 限定符和类型 | 字段和说明 |
|---|---|
protected int |
count |
protected List<ShipperMigration> |
migrations |
protected int |
total |
| 构造器和说明 |
|---|
ListShipperMigrationResponse(Map<String,String> headers,
int count,
int total,
List<ShipperMigration> migrations)
Construct the base response body with http headers
|
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2026. All Rights Reserved.