public class DFUPartWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
local_copy |
protected int |
local_id |
protected String |
local_ip |
protected String |
local_partsize |
protected long |
local_partSizeInt64 |
| Constructor and Description |
|---|
DFUPartWrapper()
Instantiates a new DFU part wrapper.
|
DFUPartWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUPart dfupart)
Instantiates a new DFU part wrapper.
|
DFUPartWrapper(int _id,
int _copy,
String _ip,
String _partsize,
long _partSizeInt64)
Instantiates a new DFU part wrapper.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCopy()
Gets the copy.
|
int |
getId()
Gets the id.
|
String |
getIp()
Gets the ip.
|
String |
getPartsize()
Gets the partsize.
|
long |
getPartSizeInt64()
Gets the part size int 64.
|
org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUPart |
getRaw()
Gets the raw.
|
void |
setCopy(int _copy)
Sets the copy.
|
void |
setId(int _id)
Sets the id.
|
void |
setIp(String _ip)
Sets the ip.
|
void |
setPartsize(String _partsize)
Sets the partsize.
|
void |
setPartSizeInt64(long _partSizeInt64)
Sets the part size int 64.
|
String |
toString() |
protected int local_id
protected int local_copy
protected String local_ip
protected String local_partsize
protected long local_partSizeInt64
public DFUPartWrapper()
public DFUPartWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUPart dfupart)
dfupart - the dfupartpublic org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUPart getRaw()
public void setId(int _id)
_id - the new idpublic int getId()
public void setCopy(int _copy)
_copy - the new copypublic int getCopy()
public void setIp(String _ip)
_ip - the new ippublic String getIp()
public void setPartsize(String _partsize)
_partsize - the new partsizepublic String getPartsize()
public void setPartSizeInt64(long _partSizeInt64)
_partSizeInt64 - the new part size int 64public long getPartSizeInt64()
Copyright © 2021. All rights reserved.