public class FileLocationResponse extends BaseResponse
| Constructor and Description | 
|---|
| FileLocationResponse()Constructor for FileLocationResponse. | 
| FileLocationResponse(java.lang.String fileLocation)Constructor for FileLocationResponse. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | validate()Validates the response. | 
public FileLocationResponse()
public FileLocationResponse(java.lang.String fileLocation)
fileLocation - the actual file location.public void validate()
              throws java.lang.IllegalArgumentException
validate in interface RESTMessagevalidate in class BaseResponsejava.lang.IllegalArgumentException - if the response is invalid.