Class DFUFilePartWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.wsdfu.DFUFilePartWrapper
-
public class DFUFilePartWrapper extends Object
DFUFilePartWrapper class.
-
-
Constructor Summary
Constructors Constructor Description DFUFilePartWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.latest.DFUFilePart dfuFilePart, Hashtable<Integer,String> availableLocations)Instantiates a new DFU file part wrapper.DFUFilePartWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_39.DFUFilePart dfuFilePart, Hashtable<Integer,String> availableLocations)Instantiates a new DFU file part wrapper.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DFUFileCopyWrapper[]getCopies()Gets the copies.IntegergetPartIndex()Gets the part index.booleanisTopLevelKey()Is this part a Top level key
-
-
-
Constructor Detail
-
DFUFilePartWrapper
public DFUFilePartWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.latest.DFUFilePart dfuFilePart, Hashtable<Integer,String> availableLocations)Instantiates a new DFU file part wrapper.- Parameters:
dfuFilePart- the dfu file partavailableLocations- the available locations
-
-
Method Detail
-
isTopLevelKey
public boolean isTopLevelKey()
Is this part a Top level key- Returns:
- a boolean.
-
getPartIndex
public Integer getPartIndex() throws Exception
Gets the part index.- Returns:
- the part index
- Throws:
Exception- the exception
-
getCopies
public DFUFileCopyWrapper[] getCopies() throws Exception
Gets the copies.- Returns:
- the copies
- Throws:
Exception- the exception
-
-