|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.AssignFilterApiInfo
public class AssignFilterApiInfo
The 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 Summary | |
---|---|
AssignFilterApiInfo()
constructor |
|
AssignFilterApiInfo(String service,
List<AssignInfo> inputValues,
long valueIndex)
Constructs a new AssignFilterApiInfo object. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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 dataMethod Detail |
---|
public 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 Object
CloneNotSupportedException
public boolean equals(Object obj)
equals
in class Object
obj
- the object that we are comparing to
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |