public class LogAction extends Action implements FilterAction, Cloneable, Serializable
LogAction class is used to
define the log to file workflow action within filters or escalations.| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Clone implementation that returns an Object with data cloned from self.
|
boolean |
equals(Object obj)
Use this method for checking equality between the current object and the
provided one.
|
String |
getFilePath() |
int |
hashCode()
Returns the hash code value for this instance of the current class.
|
void |
setFilePath(String filePath) |
String |
toString()
Returns a string description of the object.
|
equals, getActionTypepublic LogAction()
public LogAction(String filePath)
filePath - public String getFilePath()
public void setFilePath(String filePath)
public Object clone() throws CloneNotSupportedException
Actionclone in class ActionCloneNotSupportedExceptionpublic boolean equals(Object obj)
Actionpublic int hashCode()
Action? Copyright 2013 BMC Software, Inc.