public class DFUSpaceResponseWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
local_countBy |
protected ArrayOfDFUSpaceItemWrapper |
local_dFUSpaceItems |
protected String |
local_endDate |
protected ArrayOfEspExceptionWrapper |
local_exceptions |
protected String |
local_interval |
protected String |
local_ownerUnder |
protected String |
local_scopeUnder |
protected String |
local_startDate |
| Constructor and Description |
|---|
DFUSpaceResponseWrapper() |
DFUSpaceResponseWrapper(ArrayOfEspExceptionWrapper _exceptions,
String _countBy,
String _scopeUnder,
String _ownerUnder,
String _interval,
String _startDate,
String _endDate,
ArrayOfDFUSpaceItemWrapper _dFUSpaceItems) |
DFUSpaceResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUSpaceResponse dfuspaceresponse) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCountBy() |
ArrayOfDFUSpaceItemWrapper |
getDFUSpaceItems() |
String |
getEndDate() |
ArrayOfEspExceptionWrapper |
getExceptions() |
String |
getInterval() |
String |
getOwnerUnder() |
org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUSpaceResponse |
getRaw() |
String |
getScopeUnder() |
String |
getStartDate() |
void |
setCountBy(String _countBy) |
void |
setDFUSpaceItems(ArrayOfDFUSpaceItemWrapper _dFUSpaceItems) |
void |
setEndDate(String _endDate) |
void |
setExceptions(ArrayOfEspExceptionWrapper _exceptions) |
void |
setInterval(String _interval) |
void |
setOwnerUnder(String _ownerUnder) |
void |
setScopeUnder(String _scopeUnder) |
void |
setStartDate(String _startDate) |
String |
toString() |
protected ArrayOfEspExceptionWrapper local_exceptions
protected String local_countBy
protected String local_scopeUnder
protected String local_ownerUnder
protected String local_interval
protected String local_startDate
protected String local_endDate
protected ArrayOfDFUSpaceItemWrapper local_dFUSpaceItems
public DFUSpaceResponseWrapper()
public DFUSpaceResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUSpaceResponse dfuspaceresponse)
public DFUSpaceResponseWrapper(ArrayOfEspExceptionWrapper _exceptions, String _countBy, String _scopeUnder, String _ownerUnder, String _interval, String _startDate, String _endDate, ArrayOfDFUSpaceItemWrapper _dFUSpaceItems)
public org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUSpaceResponse getRaw()
public void setExceptions(ArrayOfEspExceptionWrapper _exceptions)
public ArrayOfEspExceptionWrapper getExceptions()
public void setCountBy(String _countBy)
public String getCountBy()
public void setScopeUnder(String _scopeUnder)
public String getScopeUnder()
public void setOwnerUnder(String _ownerUnder)
public String getOwnerUnder()
public void setInterval(String _interval)
public String getInterval()
public void setStartDate(String _startDate)
public String getStartDate()
public void setEndDate(String _endDate)
public String getEndDate()
public void setDFUSpaceItems(ArrayOfDFUSpaceItemWrapper _dFUSpaceItems)
public ArrayOfDFUSpaceItemWrapper getDFUSpaceItems()
Copyright © 2021. All rights reserved.