mirror of https://github.com/apache/cloudstack.git
volume upload: fixed null in api response
This commit is contained in:
parent
42fdc343f5
commit
2a4ca1b9c7
|
|
@ -58,6 +58,7 @@ public class GetUploadParamsResponse extends BaseResponse {
|
|||
}
|
||||
|
||||
public GetUploadParamsResponse() {
|
||||
setObjectName("getuploadparams");
|
||||
}
|
||||
|
||||
public void setId(UUID id) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue