public class AssignFilterApiInfo extends Object implements Cloneable, Serializable
AssignFilterApiInfo class specifies a filter API result value to assign in a Set Fields action.
You specify the name of the plug-in, the input values for the operation, and a pointer to the output values.| Constructor and Description |
|---|
AssignFilterApiInfo()
constructor
|
AssignFilterApiInfo(String service,
List<AssignInfo> inputValues,
long valueIndex)
Constructs a new
AssignFilterApiInfo object. |
| 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.
|
List<AssignInfo> |
getInputValues()
Returns the list of values that will be provided as input to the AR System filter (ARF) API plug-in.
|
String |
getService()
Returns the name of the plug-in.
|
long |
getValueIndex()
Returns the index into the returned list of values that will be used in the Set Field assignment.
|
int |
hashCode()
Returns the hash code value for this instance of the current class.
|
void |
setInputValues(List<AssignInfo> inputValues)
Sets the list of values that will be provided as input to the AR System filter (ARF) API plug-in.
|
void |
setService(String service)
Sets the name of the plug-in.
|
void |
setValueIndex(long valueIndex)
Sets the index into the returned list of values that will be used in the Set Field assignment.
|
String |
toString()
Returns a string description of the object.
|
public AssignFilterApiInfo()
public AssignFilterApiInfo(String service, List<AssignInfo> inputValues, long valueIndex)
AssignFilterApiInfo object.service - Name of service in returned datainputValues - Input value in returned datavalueIndex - Index of value in returned datapublic String getService()
public void setService(String service)
public List<AssignInfo> getInputValues()
public void setInputValues(List<AssignInfo> inputValues)
public long getValueIndex()
public void setValueIndex(long valueIndex)
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic boolean equals(Object obj)
public int hashCode()
? Copyright 2013 BMC Software, Inc.