mirror of https://github.com/apache/cloudstack.git
bug 6251: use bytes sent and recieved fileds in the super class
status 6251: resolved fixed
This commit is contained in:
parent
bec09a4323
commit
c362576837
|
|
@ -19,8 +19,6 @@ package com.cloud.agent.api;
|
|||
|
||||
public class StopAnswer extends RebootAnswer {
|
||||
Integer vncPort;
|
||||
Long bytesSent;
|
||||
Long bytesReceived;
|
||||
|
||||
protected StopAnswer() {
|
||||
}
|
||||
|
|
@ -40,11 +38,4 @@ public class StopAnswer extends RebootAnswer {
|
|||
return vncPort;
|
||||
}
|
||||
|
||||
public Long getBytesReceived() {
|
||||
return bytesReceived;
|
||||
}
|
||||
|
||||
public Long getBytesSent() {
|
||||
return bytesSent;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue