public class DFUJobWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
local_command |
protected int |
local_done |
protected String |
local_timeStarted |
protected int |
local_total |
| Constructor and Description |
|---|
DFUJobWrapper() |
DFUJobWrapper(org.hpccsystems.ws.client.gen.axis2.wssmc.v1_23.DFUJob dfujob) |
DFUJobWrapper(String _timeStarted,
int _done,
int _total,
String _command) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommand() |
int |
getDone() |
org.hpccsystems.ws.client.gen.axis2.wssmc.v1_23.DFUJob |
getRaw() |
String |
getTimeStarted() |
int |
getTotal() |
void |
setCommand(String _command) |
void |
setDone(int _done) |
void |
setTimeStarted(String _timeStarted) |
void |
setTotal(int _total) |
String |
toString() |
protected String local_timeStarted
protected int local_done
protected int local_total
protected String local_command
public DFUJobWrapper()
public DFUJobWrapper(org.hpccsystems.ws.client.gen.axis2.wssmc.v1_23.DFUJob dfujob)
public org.hpccsystems.ws.client.gen.axis2.wssmc.v1_23.DFUJob getRaw()
public void setTimeStarted(String _timeStarted)
public String getTimeStarted()
public void setDone(int _done)
public int getDone()
public void setTotal(int _total)
public int getTotal()
public void setCommand(String _command)
public String getCommand()
Copyright © 2021. All rights reserved.