public class PartitionListResponse extends BaseResponse
Constructor and Description |
---|
PartitionListResponse()
This is the constructor that is used by Jackson deserializer to create an instance of
PartitionListResponse.
|
PartitionListResponse(PartitionDTO[] partitions)
Creates a new PartitionListResponse.
|
validate
public PartitionListResponse(PartitionDTO[] partitions)
partitions
- The list of partitions.public PartitionListResponse()