public class MetalakeResponse extends BaseResponse
| Constructor and Description | 
|---|
| MetalakeResponse()Default constructor for MetalakeResponse. | 
| MetalakeResponse(MetalakeDTO metalake)Constructor for MetalakeResponse. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | validate()Validates the response data. | 
public MetalakeResponse(MetalakeDTO metalake)
metalake - The metalake DTO.public MetalakeResponse()
public void validate()
              throws java.lang.IllegalArgumentException
validate in interface RESTMessagevalidate in class BaseResponsejava.lang.IllegalArgumentException - if the metalake, name or audit information is not set.