public class MetalakeListResponse extends BaseResponse
Constructor and Description |
---|
MetalakeListResponse()
Default constructor for MetalakeListResponse.
|
MetalakeListResponse(MetalakeDTO[] metalakes)
Constructor for MetalakeListResponse.
|
Modifier and Type | Method and Description |
---|---|
void |
validate()
Validates the response data.
|
public MetalakeListResponse(MetalakeDTO[] metalakes)
metalakes
- The array of metalake DTOs.public MetalakeListResponse()
public void validate() throws java.lang.IllegalArgumentException
validate
in interface RESTMessage
validate
in class BaseResponse
java.lang.IllegalArgumentException
- if name or audit information is not set.