CLOUDSTACK-4182. Id field is not set in the xml response for DeployVirtualMachine/CreateVolume/CreateNetwork API's.

This commit is contained in:
Likitha Shetty 2013-08-08 14:27:44 +05:30
parent a3450afff5
commit c84f373d47
1 changed files with 5 additions and 0 deletions

View File

@ -16,9 +16,14 @@
// under the License.
package org.apache.cloudstack.api.response;
import com.google.gson.annotations.SerializedName;
import org.apache.cloudstack.api.ApiConstants;
import org.apache.cloudstack.api.BaseResponse;
public class CreateCmdResponse extends BaseResponse {
@SerializedName(ApiConstants.ID)
private String id;
public String getId() {