Class DFUPartWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.wsdfu.DFUPartWrapper
-
@Deprecated public class DFUPartWrapper extends Object
Deprecated.Generated Axis2 ADB stub class wrapper Class name: DFUPartWrapper Wraps class: org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUPart Output package : org.hpccsystems.ws.client.wrappers.gen.wsdfu TimeStamp: 2019-08-20T13:59:09.378Z
-
-
Field Summary
Fields Modifier and Type Field Description protected intlocal_copyDeprecated.protected intlocal_idDeprecated.protected Stringlocal_ipDeprecated.protected Stringlocal_partsizeDeprecated.protected longlocal_partSizeInt64Deprecated.
-
Constructor Summary
Constructors Constructor Description DFUPartWrapper()Deprecated.Instantiates a new DFU part wrapper.DFUPartWrapper(int _id, int _copy, String _ip, String _partsize, long _partSizeInt64)Deprecated.Instantiates a new DFU part wrapper.DFUPartWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.latest.DFUPart dfupart)Deprecated.Instantiates a new DFU part wrapper.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description intgetCopy()Deprecated.Gets the copy.intgetId()Deprecated.Gets the id.StringgetIp()Deprecated.Gets the ip.StringgetPartsize()Deprecated.Gets the partsize.longgetPartSizeInt64()Deprecated.Gets the part size int 64.org.hpccsystems.ws.client.gen.axis2.wsdfu.latest.DFUPartgetRaw()Deprecated.Gets the raw.voidsetCopy(int _copy)Deprecated.Sets the copy.voidsetId(int _id)Deprecated.Sets the id.voidsetIp(String _ip)Deprecated.Sets the ip.voidsetPartsize(String _partsize)Deprecated.Sets the partsize.voidsetPartSizeInt64(long _partSizeInt64)Deprecated.Sets the part size int 64.StringtoString()Deprecated.
-
-
-
Method Detail
-
getRaw
public org.hpccsystems.ws.client.gen.axis2.wsdfu.latest.DFUPart getRaw()
Deprecated.Gets the raw.- Returns:
- the raw
-
setId
public void setId(int _id)
Deprecated.Sets the id.- Parameters:
_id- the new id
-
getId
public int getId()
Deprecated.Gets the id.- Returns:
- the id
-
setCopy
public void setCopy(int _copy)
Deprecated.Sets the copy.- Parameters:
_copy- the new copy
-
getCopy
public int getCopy()
Deprecated.Gets the copy.- Returns:
- the copy
-
setIp
public void setIp(String _ip)
Deprecated.Sets the ip.- Parameters:
_ip- the new ip
-
getIp
public String getIp()
Deprecated.Gets the ip.- Returns:
- the ip
-
setPartsize
public void setPartsize(String _partsize)
Deprecated.Sets the partsize.- Parameters:
_partsize- the new partsize
-
getPartsize
public String getPartsize()
Deprecated.Gets the partsize.- Returns:
- the partsize
-
setPartSizeInt64
public void setPartSizeInt64(long _partSizeInt64)
Deprecated.Sets the part size int 64.- Parameters:
_partSizeInt64- the new part size int 64
-
getPartSizeInt64
public long getPartSizeInt64()
Deprecated.Gets the part size int 64.- Returns:
- the part size int 64
-
-