org.dxc.api.datatypes
Class Fault
Object
org.dxc.api.datatypes.Fault
public class Fault
- extends Object
Constructor Summary |
Fault(String componentID,
String modeID)
|
Fault(String componentID,
String modeID,
StringValueMap parameters)
|
Methods inherited from class Object |
getClass, notify, notifyAll, wait, wait, wait |
Fault
public Fault(String componentID,
String modeID,
StringValueMap parameters)
Fault
public Fault(String componentID,
String modeID)
getComponentID
public String getComponentID()
getModeID
public String getModeID()
getParameterMap
public StringValueMap getParameterMap()
setParameterMap
public void setParameterMap(StringValueMap pm)
toString
public String toString()
- Overrides:
toString
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object