public class PartitionResponse extends BaseResponse
Constructor and Description |
---|
PartitionResponse()
This is the constructor that is used by Jackson deserializer
|
PartitionResponse(PartitionDTO partition)
Creates a new PartitionResponse.
|
validate
public PartitionResponse(PartitionDTO partition)
partition
- The partition.public PartitionResponse()