public class DFUSpaceRequestWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
local_countBy |
protected String |
local_endDate |
protected String |
local_interval |
protected String |
local_ownerUnder |
protected String |
local_scopeUnder |
protected String |
local_startDate |
| Constructor and Description |
|---|
DFUSpaceRequestWrapper() |
DFUSpaceRequestWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUSpaceRequest dfuspacerequest) |
DFUSpaceRequestWrapper(String _countBy,
String _scopeUnder,
String _ownerUnder,
String _interval,
String _startDate,
String _endDate) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCountBy() |
String |
getEndDate() |
String |
getInterval() |
String |
getOwnerUnder() |
org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUSpaceRequest |
getRaw() |
String |
getScopeUnder() |
String |
getStartDate() |
void |
setCountBy(String _countBy) |
void |
setEndDate(String _endDate) |
void |
setInterval(String _interval) |
void |
setOwnerUnder(String _ownerUnder) |
void |
setScopeUnder(String _scopeUnder) |
void |
setStartDate(String _startDate) |
String |
toString() |
protected String local_countBy
protected String local_scopeUnder
protected String local_ownerUnder
protected String local_interval
protected String local_startDate
protected String local_endDate
public DFUSpaceRequestWrapper()
public DFUSpaceRequestWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUSpaceRequest dfuspacerequest)
public org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUSpaceRequest getRaw()
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()
Copyright © 2021. All rights reserved.