public class SuperfileActionRequestWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
local_action |
protected String |
local_before |
protected boolean |
local_delete |
protected boolean |
local_removeSuperfile |
protected List<String> |
local_subfiles |
protected String |
local_superfile |
| Constructor and Description |
|---|
SuperfileActionRequestWrapper() |
SuperfileActionRequestWrapper(String _action,
String _superfile,
List<String> _subfiles,
String _before,
boolean _delete,
boolean _removeSuperfile) |
SuperfileActionRequestWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.SuperfileActionRequest superfileactionrequest) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction() |
String |
getBefore() |
boolean |
getDelete() |
org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.SuperfileActionRequest |
getRaw() |
boolean |
getRemoveSuperfile() |
List<String> |
getSubfiles() |
String |
getSuperfile() |
void |
setAction(String _action) |
void |
setBefore(String _before) |
void |
setDelete(boolean _delete) |
void |
setRemoveSuperfile(boolean _removeSuperfile) |
void |
setSubfiles(List<String> _subfiles) |
void |
setSuperfile(String _superfile) |
String |
toString() |
protected String local_action
protected String local_superfile
protected String local_before
protected boolean local_delete
protected boolean local_removeSuperfile
public SuperfileActionRequestWrapper()
public SuperfileActionRequestWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.SuperfileActionRequest superfileactionrequest)
public org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.SuperfileActionRequest getRaw()
public void setAction(String _action)
public String getAction()
public void setSuperfile(String _superfile)
public String getSuperfile()
public void setBefore(String _before)
public String getBefore()
public void setDelete(boolean _delete)
public boolean getDelete()
public void setRemoveSuperfile(boolean _removeSuperfile)
public boolean getRemoveSuperfile()
Copyright © 2021. All rights reserved.