public class ActionReportResult extends Result
Constructor and Description |
---|
ActionReportResult(RestActionReporter r)
Constructor
|
ActionReportResult(RestActionReporter r,
ConfigBean entity,
OptionsResult metaData) |
ActionReportResult(RestActionReporter r,
OptionsResult metaData) |
ActionReportResult(String name,
RestActionReporter r) |
ActionReportResult(String name,
RestActionReporter r,
OptionsResult metaData) |
ActionReportResult(String name,
RestActionReporter r,
OptionsResult metaData,
String displayName) |
Modifier and Type | Method and Description |
---|---|
ActionReporter |
getActionReport()
Returns the result string this object represents
|
String |
getCommandDisplayName()
Returns display name for command associated with the command resource.
|
ConfigBean |
getEntity() |
LeafResource.LeafContent |
getLeafContent() |
OptionsResult |
getMetaData()
Returns OptionsResult - the meta-data of this resource.
|
void |
setCommandDisplayName(String s)
change display name for command associated with the command resource.
|
void |
setLeafContent(LeafResource.LeafContent leafContent) |
getErrorMessage, getName, isError, setErrorMessage, setIsError
public ActionReportResult(RestActionReporter r)
public ActionReportResult(RestActionReporter r, OptionsResult metaData)
public ActionReportResult(RestActionReporter r, ConfigBean entity, OptionsResult metaData)
public ActionReportResult(String name, RestActionReporter r)
public ActionReportResult(String name, RestActionReporter r, OptionsResult metaData)
public ActionReportResult(String name, RestActionReporter r, OptionsResult metaData, String displayName)
public LeafResource.LeafContent getLeafContent()
public void setLeafContent(LeafResource.LeafContent leafContent)
public ActionReporter getActionReport()
public String getCommandDisplayName()
public void setCommandDisplayName(String s)
public OptionsResult getMetaData()
public ConfigBean getEntity()
Copyright © 2019. All rights reserved.