mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-21 04:53:37 +01:00
Cleaned up commented out code
This commit is contained in:
parent
f1b99f4f07
commit
4cf3ecbed4
@ -187,27 +187,6 @@ public class IPAddressResponse extends BaseResponse implements ControlledEntityR
|
|||||||
return getId();
|
return getId();
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
@Override
|
|
||||||
public Long getJobId() {
|
|
||||||
return super.getJobId();
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void setJobId(Long jobId) {
|
|
||||||
super.setJobId(jobId);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public Integer getJobStatus() {
|
|
||||||
return jobStatus;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void setJobStatus(Integer jobStatus) {
|
|
||||||
this.jobStatus = jobStatus;
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
@Override
|
@Override
|
||||||
public void setProjectId(Long projectId) {
|
public void setProjectId(Long projectId) {
|
||||||
this.projectId.setValue(projectId);
|
this.projectId.setValue(projectId);
|
||||||
|
|||||||
@ -132,22 +132,6 @@ public class SystemVmResponse extends BaseResponse {
|
|||||||
this.systemVmType = systemVmType;
|
this.systemVmType = systemVmType;
|
||||||
}
|
}
|
||||||
|
|
||||||
public Long getJobId() {
|
|
||||||
return jobId.getValue();
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setJobId(Long jobId) {
|
|
||||||
this.jobId.setValue(jobId);
|
|
||||||
}
|
|
||||||
|
|
||||||
public Integer getJobStatus() {
|
|
||||||
return jobStatus;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setJobStatus(Integer jobStatus) {
|
|
||||||
this.jobStatus = jobStatus;
|
|
||||||
}
|
|
||||||
|
|
||||||
public Long getZoneId() {
|
public Long getZoneId() {
|
||||||
return zoneId.getValue();
|
return zoneId.getValue();
|
||||||
}
|
}
|
||||||
|
|||||||
@ -229,23 +229,6 @@ public class TemplateResponse extends BaseResponse implements ControlledEntityRe
|
|||||||
public void setHypervisor(String hypervisor) {
|
public void setHypervisor(String hypervisor) {
|
||||||
this.hypervisor = hypervisor;
|
this.hypervisor = hypervisor;
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
public Long getJobId() {
|
|
||||||
return super.getJobId();
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setJobId(Long jobId) {
|
|
||||||
super.setJobId(jobId);
|
|
||||||
}
|
|
||||||
|
|
||||||
public Integer getJobStatus() {
|
|
||||||
return jobStatus;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setJobStatus(Integer jobStatus) {
|
|
||||||
this.jobStatus = jobStatus;
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void setDomainName(String domainName) {
|
public void setDomainName(String domainName) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user