public class DFUFileStatWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
local_maxSkew |
protected long |
local_maxSkewInt64 |
protected long |
local_maxSkewPart |
protected String |
local_minSkew |
protected long |
local_minSkewInt64 |
protected long |
local_minSkewPart |
| Constructor and Description |
|---|
DFUFileStatWrapper() |
DFUFileStatWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUFileStat dfufilestat) |
DFUFileStatWrapper(String _minSkew,
String _maxSkew,
long _minSkewInt64,
long _maxSkewInt64,
long _minSkewPart,
long _maxSkewPart) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMaxSkew() |
long |
getMaxSkewInt64() |
long |
getMaxSkewPart() |
String |
getMinSkew() |
long |
getMinSkewInt64() |
long |
getMinSkewPart() |
org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUFileStat |
getRaw() |
void |
setMaxSkew(String _maxSkew) |
void |
setMaxSkewInt64(long _maxSkewInt64) |
void |
setMaxSkewPart(long _maxSkewPart) |
void |
setMinSkew(String _minSkew) |
void |
setMinSkewInt64(long _minSkewInt64) |
void |
setMinSkewPart(long _minSkewPart) |
String |
toString() |
protected String local_minSkew
protected String local_maxSkew
protected long local_minSkewInt64
protected long local_maxSkewInt64
protected long local_minSkewPart
protected long local_maxSkewPart
public DFUFileStatWrapper()
public DFUFileStatWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUFileStat dfufilestat)
public org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUFileStat getRaw()
public void setMinSkew(String _minSkew)
public String getMinSkew()
public void setMaxSkew(String _maxSkew)
public String getMaxSkew()
public void setMinSkewInt64(long _minSkewInt64)
public long getMinSkewInt64()
public void setMaxSkewInt64(long _maxSkewInt64)
public long getMaxSkewInt64()
public void setMinSkewPart(long _minSkewPart)
public long getMinSkewPart()
public void setMaxSkewPart(long _maxSkewPart)
public long getMaxSkewPart()
Copyright © 2021. All rights reserved.